[Nix-dev] Re: [Nix-commits] SVN commit: nix - r27777 - nixpkgs/trunk/pkgs/development/libraries/mesa
Eelco Dolstra
e.dolstra at tudelft.nl
Thu Jul 14 17:46:10 CEST 2011
Hi,
On 07/14/2011 02:22 PM, Peter Simons wrote:
> + postPatch = ''
> + find . -name "*.py" -exec sed -i -e "s|#! */usr/bin/env python|#! ${pythonFull}/bin/python|" {} +
Ouch! Is it really necessary to have a dependency on pythonFull in Mesa?
It brings in a lot of unnecessary dependencies.
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list