about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-06-20 23:33:39 +0200
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:52:03 +0000
commit1f8edc6ee06333130464838cbc9a0da96542bf22 (patch)
treee9d651d12c095f2f1ffa258fca8fba969e83211b /nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix
parent8859ebd36d77935548ca34497ee5531785a29510 (diff)
downloadnixlib-1f8edc6ee06333130464838cbc9a0da96542bf22.tar
nixlib-1f8edc6ee06333130464838cbc9a0da96542bf22.tar.gz
nixlib-1f8edc6ee06333130464838cbc9a0da96542bf22.tar.bz2
nixlib-1f8edc6ee06333130464838cbc9a0da96542bf22.tar.lz
nixlib-1f8edc6ee06333130464838cbc9a0da96542bf22.tar.xz
nixlib-1f8edc6ee06333130464838cbc9a0da96542bf22.tar.zst
nixlib-1f8edc6ee06333130464838cbc9a0da96542bf22.zip
firefox: remove libIDL dependency
It has not been used for ages:

https://bugzilla.mozilla.org/show_bug.cgi?id=687766
(cherry picked from commit 987a5c1e1473a25f84e54949d81592c4cadd9396)
Diffstat (limited to 'nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix')
-rw-r--r--nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix b/nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix
index e979f300ab10..733ae7526837 100644
--- a/nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix
@@ -2,7 +2,7 @@
 , src, unpackPhase ? null, patches ? []
 , extraNativeBuildInputs ? [], extraConfigureFlags ? [], extraMakeFlags ? [] }:
 
-{ lib, stdenv, pkgconfig, pango, perl, python2, python3, zip, libIDL
+{ lib, stdenv, pkgconfig, pango, perl, python2, python3, zip
 , libjpeg, zlib, dbus, dbus-glib, bzip2, xorg
 , freetype, fontconfig, file, nspr, nss, libnotify
 , yasm, libGLU, libGL, sqlite, unzip, makeWrapper
@@ -104,7 +104,7 @@ stdenv.mkDerivation ({
   patchFlags = [ "-p1" "-l" ];
 
   buildInputs = [
-    gtk2 perl zip libIDL libjpeg zlib bzip2
+    gtk2 perl zip libjpeg zlib bzip2
     dbus dbus-glib pango freetype fontconfig xorg.libXi xorg.libXcursor
     xorg.libX11 xorg.libXrender xorg.libXft xorg.libXt file
     libnotify xorg.pixman yasm libGLU libGL