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
|
inherit python; # pass it so that the same version can be used in hg2git
|
||||||
pythonPackages = [ curses ];
|
pythonPackages = [ curses ];
|
||||||
|
|
||||||
buildInputs = [ python makeWrapper docutils unzip ]
|
buildInputs = [ python makeWrapper docutils unzip ];
|
||||||
++ stdenv.lib.optional stdenv.isDarwin ApplicationServices;
|
|
||||||
|
propagatedBuildInputs = stdenv.lib.optional stdenv.isDarwin ApplicationServices;
|
||||||
|
|
||||||
makeFlags = "PREFIX=$(out)";
|
makeFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user