summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-02-15 13:11:02 +0100
committerGitHub <noreply@github.com>2022-02-15 13:11:02 +0100
commit6a972fb8bb382d8f1ef14c19c298596162900ce8 (patch)
tree83a56c8bc8f8e7a64d06ba0a65ad399c1770f730 /pkgs/development/web
parent31ed032a266359e05265c1257f3782c7c7a51d63 (diff)
parentdb4690e97aa9f661649e23d88fb463ee27bfc46c (diff)
downloadnixpkgs-6a972fb8bb382d8f1ef14c19c298596162900ce8.tar
nixpkgs-6a972fb8bb382d8f1ef14c19c298596162900ce8.tar.gz
nixpkgs-6a972fb8bb382d8f1ef14c19c298596162900ce8.tar.bz2
nixpkgs-6a972fb8bb382d8f1ef14c19c298596162900ce8.tar.lz
nixpkgs-6a972fb8bb382d8f1ef14c19c298596162900ce8.tar.xz
nixpkgs-6a972fb8bb382d8f1ef14c19c298596162900ce8.tar.zst
nixpkgs-6a972fb8bb382d8f1ef14c19c298596162900ce8.zip
Merge pull request #159252 from FliegendeWurst/gnome2-gconf
various packages: remove gconf dependency
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/cypress/default.nix2
-rw-r--r--pkgs/development/web/insomnia/default.nix3
2 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/web/cypress/default.nix b/pkgs/development/web/cypress/default.nix
index 6885e988715..9343a2eab48 100644
--- a/pkgs/development/web/cypress/default.nix
+++ b/pkgs/development/web/cypress/default.nix
@@ -2,7 +2,6 @@
 , autoPatchelfHook
 , callPackage
 , fetchzip
-, gnome2
 , gtk2
 , gtk3
 , lib
@@ -38,7 +37,6 @@ stdenv.mkDerivation rec {
     nss
     gtk2
     alsa-lib
-    gnome2.GConf
     gtk3
     mesa # for libgbm
   ];
diff --git a/pkgs/development/web/insomnia/default.nix b/pkgs/development/web/insomnia/default.nix
index 041ceed5288..2abdabc2331 100644
--- a/pkgs/development/web/insomnia/default.nix
+++ b/pkgs/development/web/insomnia/default.nix
@@ -1,5 +1,5 @@
 { lib, stdenv, makeWrapper, fetchurl, dpkg, alsa-lib, atk, cairo, cups, dbus, expat
-, fontconfig, freetype, gdk-pixbuf, glib, gnome2, pango, mesa, nspr, nss, gtk3
+, fontconfig, freetype, gdk-pixbuf, glib, pango, mesa, nspr, nss, gtk3
 , at-spi2-atk, gsettings-desktop-schemas, gobject-introspection, wrapGAppsHook
 , libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
 , libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, nghttp2
@@ -38,7 +38,6 @@ in stdenv.mkDerivation rec {
     freetype
     gdk-pixbuf
     glib
-    gnome2.GConf
     pango
     gtk3
     gsettings-desktop-schemas