mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
firefox: Build with internal cairo
This might fix the recent segfaults, according to https://bugzilla.redhat.com/show_bug.cgi?id=1253086. Fixes #9368.
This commit is contained in:
parent
b65c5875e9
commit
320f963e16
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
alsaLib nspr nss libnotify xlibs.pixman yasm mesa
|
||||
xlibs.libXScrnSaver xlibs.scrnsaverproto pysqlite
|
||||
xlibs.libXext xlibs.xextproto sqlite unzip makeWrapper
|
||||
hunspell libevent libstartup_notification libvpx cairo
|
||||
hunspell libevent libstartup_notification libvpx /* cairo */
|
||||
gstreamer gst_plugins_base icu libpng jemalloc
|
||||
libpulseaudio # only headers are needed
|
||||
]
|
||||
|
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
|||
"--enable-system-hunspell"
|
||||
"--enable-system-pixman"
|
||||
"--enable-system-sqlite"
|
||||
"--enable-system-cairo"
|
||||
#"--enable-system-cairo"
|
||||
"--enable-gstreamer"
|
||||
"--enable-startup-notification"
|
||||
"--enable-content-sandbox" # available since 26.0, but not much info available
|
||||
|
|
Loading…
Reference in a new issue