gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false (regression after #55735)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ config, stdenv, fetchurl, pkgconfig, intltool, dbus-glib, libxklavier
|
||||
, libcanberra-gtk3, libnotify, nss, polkit, gnome3, mate, wrapGAppsHook
|
||||
, pulseaudioSupport ? config.pulseaudio or true, libpulseaudio
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, dbus-glib, libxklavier, libcanberra-gtk3, libnotify, nss, polkit, gnome3, gtk3, mate, wrapGAppsHook
|
||||
, pulseaudioSupport ? stdenv.config.pulseaudio or true, libpulseaudio
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -25,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
libnotify
|
||||
nss
|
||||
polkit
|
||||
gnome3.gtk
|
||||
gtk3
|
||||
gnome3.dconf
|
||||
mate.mate-desktop
|
||||
mate.libmatekbd
|
||||
|
||||
Reference in New Issue
Block a user