Mike Firefox 4.0 beta 7 build

svn path=/nixpkgs/trunk/; revision=24719
This commit is contained in:
Michael Raskin 2010-11-17 09:34:21 +00:00
parent bbcc101bce
commit 2d574a718a

@ -137,6 +137,14 @@ rec {
$out/bin/firefox -register
''; # */
# Hack to work around make's idea of -lbz2 dependency
preConfigure = ''
find . -name Makefile.in -execdir sed -i '{}' -e '1ivpath %.so ${
stdenv.lib.concatStringsSep ":"
(map (s : s + "/lib") (buildInputs ++ [stdenv.gcc.libc]))
}' ';'
'';
meta = {
description = "Mozilla Firefox - the browser, reloaded";
homepage = http://www.mozilla.com/en-US/firefox/;