applications/networking/browsers/firefox/6.0.nix: Fix building on Linux 3.x.

svn path=/nixpkgs/trunk/; revision=29328
This commit is contained in:
Alexander Tsamutali 2011-09-17 19:19:45 +00:00
parent 2cc9e52aec
commit 820e9ee753

View File

@ -78,9 +78,10 @@ rec {
}' ';' }' ';'
''; '';
# !!! Temporary hack. # !!! Temporary hacks.
preBuild = preBuild =
'' ''
ln -s Linux2.6.mk security/coreconf/Linux3.0.mk
export NIX_ENFORCE_PURITY= export NIX_ENFORCE_PURITY=
''; '';