Skip to content

Commit

Permalink
loc: enable darwin build
Browse files Browse the repository at this point in the history
It works fine there and probably other unix platforms.
  • Loading branch information
LnL7 committed Oct 27, 2018
1 parent 0b381dd commit 561fb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/misc/loc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ buildRustPackage rec {

cargoSha256 = "0y2ww48vh667kkyg9pyjwcbh7fxi41bjnkhwp749crjqn2abimrk";

meta = {
meta = with stdenv.lib; {
homepage = https://github.com/cgag/loc;
description = "Count lines of code quickly";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
platforms = platforms.unix;
};
}

0 comments on commit 561fb30

Please sign in to comment.