Python must be propagatedBuildInputs now that they are using env
svn path=/nixpkgs/trunk/; revision=12158
This commit is contained in:
parent
bc4f5932ad
commit
8b90ef4690
@ -22,5 +22,5 @@ stdenv.mkDerivation {
|
||||
};
|
||||
buildPhase = "true";
|
||||
installPhase = "python setup.py install --prefix=$out";
|
||||
buildInputs = [python];
|
||||
propagatedBuildInputs = [python];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user