firefox*: fixup build after updating sed

I failed to simply patch the bad [:space:] usage; I don't know why.
This commit is contained in:
Vladimír Čunát 2017-01-06 11:21:40 +01:00
parent cb70a594cb
commit 29e93555ec
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ common = { pname, version, sha512, updateScript }: stdenv.mkDerivation rec {
++ lib.optional enableGTK3 gtk3
++ lib.optionals (!passthru.ffmpegSupport) [ gstreamer gst_plugins_base ];
nativeBuildInputs = [autoconf213 which];
nativeBuildInputs = [ autoconf213 which gnused ];
configureFlags =
[ "--enable-application=browser"

View File

@ -13216,6 +13216,7 @@ in
libpng = libpng_apng;
enableGTK3 = false;
python = python2;
gnused = gnused_422;
}) firefox-unwrapped firefox-esr-unwrapped;
firefox = wrapFirefox firefox-unwrapped { };