mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
do not propagate makeWrapper via pythonXYFull
svn path=/nixpkgs/branches/stdenv-updates/; revision=32589
This commit is contained in:
parent
fe9d9530ba
commit
95f0b6119c
@ -6,7 +6,8 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "python-${python.version}-wrapper";
|
||||
|
||||
propagatedBuildInputs = [python makeWrapper] ++ extraLibs;
|
||||
buildInputs = [ makeWrapper ];
|
||||
propagatedBuildInputs = [ python ] ++ extraLibs;
|
||||
|
||||
unpackPhase = "true";
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user