Merge pull request #166084 from jtojnar/vscode-nognome2

atomEnv: remove pointless GConf dependency
This commit is contained in:
Jan Tojnar 2022-06-07 22:46:38 +02:00 committed by GitHub
commit ef47fd71fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View file

@ -1,13 +1,13 @@
{ stdenv, lib, zlib, glib, alsa-lib, dbus, gtk3, atk, pango, freetype, fontconfig
, libgnome-keyring3, gdk-pixbuf, cairo, cups, expat, libgpg-error, nspr
, gconf, nss, xorg, libcap, systemd, libnotify, libsecret, libuuid, at-spi2-atk
, gdk-pixbuf, cairo, cups, expat, libgpg-error, nspr
, nss, xorg, libcap, systemd, libnotify, libsecret, libuuid, at-spi2-atk
, at-spi2-core, libdbusmenu, libdrm, mesa
}:
let
packages = [
stdenv.cc.cc zlib glib dbus gtk3 atk pango freetype libgnome-keyring3
fontconfig gdk-pixbuf cairo cups expat libgpg-error alsa-lib nspr gconf nss
stdenv.cc.cc zlib glib dbus gtk3 atk pango freetype
fontconfig gdk-pixbuf cairo cups expat libgpg-error alsa-lib nspr nss
xorg.libXrender xorg.libX11 xorg.libXext xorg.libXdamage xorg.libXtst
xorg.libXcomposite xorg.libXi xorg.libXfixes xorg.libXrandr
xorg.libXcursor xorg.libxkbfile xorg.libXScrnSaver libcap systemd libnotify

View file

@ -25241,9 +25241,7 @@ with pkgs;
atlassian-cli = callPackage ../applications/office/atlassian-cli { };
atomEnv = callPackage ../applications/editors/atom/env.nix {
gconf = gnome2.GConf;
};
atomEnv = callPackage ../applications/editors/atom/env.nix { };
atomPackages = dontRecurseIntoAttrs (callPackage ../applications/editors/atom { });