Python must be propagatedBuildInputs now that they are using env

svn path=/nixpkgs/trunk/; revision=12158
This commit is contained in:
Michael Raskin 2008-06-19 07:24:43 +00:00
parent bc4f5932ad
commit 8b90ef4690

View file

@ -22,5 +22,5 @@ stdenv.mkDerivation {
};
buildPhase = "true";
installPhase = "python setup.py install --prefix=$out";
buildInputs = [python];
propagatedBuildInputs = [python];
}