Making gcc not depend on bootstrap-tools (by a postInstall patchelf trick)

svn path=/nixpkgs/branches/stdenv-updates/; revision=22963
This commit is contained in:
Lluís Batlle i Rossell
2010-08-05 13:39:08 +00:00
parent 6fe628b99a
commit 50f337ad01
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
dontDisableStatic = if static then true else false;
doCheck = true;
meta = {