darwin purity: mercurial
This commit is contained in:
parent
976d80eb57
commit
6f6d873069
@ -19,8 +19,9 @@ stdenv.mkDerivation {
|
||||
inherit python; # pass it so that the same version can be used in hg2git
|
||||
pythonPackages = [ curses ];
|
||||
|
||||
buildInputs = [ python makeWrapper docutils unzip ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin ApplicationServices;
|
||||
buildInputs = [ python makeWrapper docutils unzip ];
|
||||
|
||||
propagatedBuildInputs = stdenv.lib.optional stdenv.isDarwin ApplicationServices;
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user