Merge pull request #49224 from LnL7/darwin-loc

loc: enable darwin build
This commit is contained in:
Vladyslav M 2018-10-27 12:33:56 +03:00 committed by GitHub
commit a136c986bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,12 @@ buildRustPackage rec {
cargoSha256 = "0y2ww48vh667kkyg9pyjwcbh7fxi41bjnkhwp749crjqn2abimrk"; cargoSha256 = "0y2ww48vh667kkyg9pyjwcbh7fxi41bjnkhwp749crjqn2abimrk";
meta = { meta = with stdenv.lib; {
homepage = https://github.com/cgag/loc; homepage = https://github.com/cgag/loc;
description = "Count lines of code quickly"; description = "Count lines of code quickly";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = platforms.unix;
}; };
} }