fix evaluation with config.allowAliases = false

This commit is contained in:
volth
2019-04-19 10:16:44 +00:00
parent 5e7e5a2062
commit cf3f3fd1b5
6 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, libcanberra-gtk3, libgtop, gnome2, gnome3, gtk3, mate, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, libcanberra-gtk3, libgtop, libstartup_notification, gnome3, gtk3, mate, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "marco-${version}";
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
libxml2
libcanberra-gtk3
libgtop
gnome2.startup_notification
libstartup_notification
gtk3
gnome3.zenity
];