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:
parent
cb70a594cb
commit
29e93555ec
@ -44,7 +44,7 @@ common = { pname, version, sha512, updateScript }: stdenv.mkDerivation rec {
|
|||||||
++ lib.optional enableGTK3 gtk3
|
++ lib.optional enableGTK3 gtk3
|
||||||
++ lib.optionals (!passthru.ffmpegSupport) [ gstreamer gst_plugins_base ];
|
++ lib.optionals (!passthru.ffmpegSupport) [ gstreamer gst_plugins_base ];
|
||||||
|
|
||||||
nativeBuildInputs = [autoconf213 which];
|
nativeBuildInputs = [ autoconf213 which gnused ];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--enable-application=browser"
|
[ "--enable-application=browser"
|
||||||
|
@ -13216,6 +13216,7 @@ in
|
|||||||
libpng = libpng_apng;
|
libpng = libpng_apng;
|
||||||
enableGTK3 = false;
|
enableGTK3 = false;
|
||||||
python = python2;
|
python = python2;
|
||||||
|
gnused = gnused_422;
|
||||||
}) firefox-unwrapped firefox-esr-unwrapped;
|
}) firefox-unwrapped firefox-esr-unwrapped;
|
||||||
|
|
||||||
firefox = wrapFirefox firefox-unwrapped { };
|
firefox = wrapFirefox firefox-unwrapped { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user