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 =
''
ln -s Linux2.6.mk security/coreconf/Linux3.0.mk
export NIX_ENFORCE_PURITY=
'';