forked from mirrors/nixpkgs
Revert "do not propagate makeWrapper via pythonXYFull"
This reverts commit 3ee2667e4c60c2ed850da8538cf135fe7f716f30. svn path=/nixpkgs/branches/stdenv-updates/; revision=32656
This commit is contained in:
parent
4b4f6ece3e
commit
4956884de5
|
@ -6,8 +6,7 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "python-${python.version}-wrapper";
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
propagatedBuildInputs = [ python ] ++ extraLibs;
|
||||
propagatedBuildInputs = [python makeWrapper] ++ extraLibs;
|
||||
|
||||
unpackPhase = "true";
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue