summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/palemoon/default.nix
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2021-05-09 10:18:51 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2021-05-09 10:18:51 +0200
commit0f4d3902abeebcc5379b81e4218f32ca5c2478d9 (patch)
tree1762da35fb009e9477802f387cdc51ca759c362d /pkgs/applications/networking/browsers/palemoon/default.nix
parentde7b9a59ad2c09fce09a688263e15a679ec8be79 (diff)
downloadnixpkgs-0f4d3902abeebcc5379b81e4218f32ca5c2478d9.tar
nixpkgs-0f4d3902abeebcc5379b81e4218f32ca5c2478d9.tar.gz
nixpkgs-0f4d3902abeebcc5379b81e4218f32ca5c2478d9.tar.bz2
nixpkgs-0f4d3902abeebcc5379b81e4218f32ca5c2478d9.tar.lz
nixpkgs-0f4d3902abeebcc5379b81e4218f32ca5c2478d9.tar.xz
nixpkgs-0f4d3902abeebcc5379b81e4218f32ca5c2478d9.tar.zst
nixpkgs-0f4d3902abeebcc5379b81e4218f32ca5c2478d9.zip
palemoon: Remove MOZ_PKG_SPECIAL, add AV1 configure flag
MOZ_PKG_SPECIAL: https://forum.palemoon.org/viewtopic.php?f=3&t=26796#p214729
"This is something we use for distinction for our infra. […] yeah just exclude it from your system packaging."

AV1: https://forum.palemoon.org/viewtopic.php?f=5&t=25843#p214767
"[It's] not on Linux and SunOS build instructions, only on Windows. But […] it is enabled for official Pale Moon"
Diffstat (limited to 'pkgs/applications/networking/browsers/palemoon/default.nix')
-rw-r--r--pkgs/applications/networking/browsers/palemoon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/palemoon/default.nix b/pkgs/applications/networking/browsers/palemoon/default.nix
index 9bc9727dd18..63f1958f4a6 100644
--- a/pkgs/applications/networking/browsers/palemoon/default.nix
+++ b/pkgs/applications/networking/browsers/palemoon/default.nix
@@ -142,6 +142,8 @@ stdenv.mkDerivation rec {
     ac_add_options --enable-jemalloc
     ac_add_options --enable-strip
     ac_add_options --enable-devtools
+    # Missing from build instructions, https://forum.palemoon.org/viewtopic.php?f=5&t=25843#p214767
+    ac_add_options --enable-av1
 
     ac_add_options --disable-eme
     ac_add_options --disable-webrtc
@@ -159,8 +161,6 @@ stdenv.mkDerivation rec {
 
     ac_add_options --x-libraries=${lib.makeLibraryPath [ xorg.libX11 ]}
 
-    export MOZ_PKG_SPECIAL=gtk$_GTK_VERSION
-
     #
     # NixOS-specific adjustments
     #