loc: enable darwin build

It works fine there and probably other unix platforms.
This commit is contained in:
Daiderd Jordan 2018-10-27 10:05:01 +01:00
parent 0b381dd9ca
commit 561fb30ac6
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

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;
}; };
} }