Merge pull request #33153 from LnL7/darwin-mercurial
mercurial: don't propagate frameworks
This commit is contained in:
commit
36326ed55d
@ -18,12 +18,12 @@ in python2Packages.buildPythonApplication {
|
|||||||
|
|
||||||
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
|
||||||
|
|
||||||
buildInputs = [ makeWrapper docutils unzip ];
|
buildInputs = [ makeWrapper docutils unzip ]
|
||||||
|
++ stdenv.lib.optionals stdenv.isDarwin [ ApplicationServices ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ hg-git dulwich ]
|
propagatedBuildInputs = [ hg-git dulwich ];
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [ ApplicationServices cf-private ];
|
|
||||||
|
|
||||||
makeFlags = "PREFIX=$(out)";
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
postInstall = (stdenv.lib.optionalString guiSupport
|
postInstall = (stdenv.lib.optionalString guiSupport
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user