nwjs: remove gconf dependency

This commit is contained in:
FliegendeWurst 2022-02-11 15:03:28 +01:00
parent 5c814b404d
commit 6a56488e17
2 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, buildEnv, makeWrapper { stdenv, lib, fetchurl, buildEnv, makeWrapper
, xorg, alsa-lib, at-spi2-core, dbus, glib, gtk3, atk, pango, freetype , xorg, alsa-lib, at-spi2-core, dbus, glib, gtk3, atk, pango, freetype
, fontconfig , gdk-pixbuf, cairo, mesa, nss, nspr, gconf, expat, systemd , fontconfig , gdk-pixbuf, cairo, mesa, nss, nspr, expat, systemd
, libcap, libdrm, libxkbcommon , libcap, libdrm, libxkbcommon
, libnotify , libnotify
, ffmpeg, libxcb, cups , ffmpeg, libxcb, cups
@ -18,7 +18,7 @@ let
paths = [ paths = [
xorg.libX11 xorg.libXrender glib gtk3 atk at-spi2-core pango cairo gdk-pixbuf xorg.libX11 xorg.libXrender glib gtk3 atk at-spi2-core pango cairo gdk-pixbuf
freetype fontconfig xorg.libXcomposite alsa-lib xorg.libXdamage freetype fontconfig xorg.libXcomposite alsa-lib xorg.libXdamage
xorg.libXext xorg.libXfixes mesa nss nspr gconf expat dbus xorg.libXext xorg.libXfixes mesa nss nspr expat dbus
xorg.libXtst xorg.libXi xorg.libXcursor xorg.libXrandr xorg.libXtst xorg.libXi xorg.libXcursor xorg.libXrandr
xorg.libXScrnSaver xorg.libxshmfence cups xorg.libXScrnSaver xorg.libxshmfence cups
libcap libdrm libnotify libcap libdrm libnotify

View file

@ -15227,12 +15227,9 @@ with pkgs;
jre_headless = jre8_headless; jre_headless = jre8_headless;
}; };
nwjs = callPackage ../development/tools/nwjs { nwjs = callPackage ../development/tools/nwjs { };
gconf = gnome2.GConf;
};
nwjs-sdk = callPackage ../development/tools/nwjs { nwjs-sdk = callPackage ../development/tools/nwjs {
gconf = gnome2.GConf;
sdk = true; sdk = true;
}; };