mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
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