pysite support for pythonXYFull wrapper
svn path=/nixpkgs/branches/stdenv-updates/; revision=32593
This commit is contained in:
@@ -7,6 +7,7 @@ stdenv.mkDerivation {
|
||||
name = "python-${python.version}-wrapper";
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
builder = ./wrapper-builder.sh;
|
||||
propagatedBuildInputs = [ python ] ++ extraLibs;
|
||||
|
||||
unpackPhase = "true";
|
||||
|
||||
Reference in New Issue
Block a user