summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox-bin/default.nix
diff options
context:
space:
mode:
authorMike Cooper <github@elem.us>2016-08-14 16:03:19 -0700
committerRok Garbas <rok@garbas.si>2016-08-15 01:03:19 +0200
commitb5194d7b9ad27b834288585a2a70aba19cea3586 (patch)
tree335297a69036503587265677260c8fb10a16db62 /pkgs/applications/networking/browsers/firefox-bin/default.nix
parent2c3964fabc72b06e7be9ab26fe11b27817a37743 (diff)
downloadnixpkgs-b5194d7b9ad27b834288585a2a70aba19cea3586.tar
nixpkgs-b5194d7b9ad27b834288585a2a70aba19cea3586.tar.gz
nixpkgs-b5194d7b9ad27b834288585a2a70aba19cea3586.tar.bz2
nixpkgs-b5194d7b9ad27b834288585a2a70aba19cea3586.tar.lz
nixpkgs-b5194d7b9ad27b834288585a2a70aba19cea3586.tar.xz
nixpkgs-b5194d7b9ad27b834288585a2a70aba19cea3586.tar.zst
nixpkgs-b5194d7b9ad27b834288585a2a70aba19cea3586.zip
firefox-bin: Add libxcb to build inputs (#17700)
This is needed for future versions of Firefox, and makes external
packaging of prerelease versions of Firefox much easier.
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox-bin/default.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox-bin/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix
index e1e603b28fd..d782f4a7b53 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/default.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix
@@ -17,6 +17,7 @@
 , gtk3
 , libX11
 , libXScrnSaver
+, libxcb
 , libXcomposite
 , libXdamage
 , libXext
@@ -90,6 +91,7 @@ stdenv.mkDerivation {
       libX11
       libXScrnSaver
       libXcomposite
+      libxcb
       libXdamage
       libXext
       libXfixes