fix evaluation with config.allowAliases = false (#59879)

Co-Authored-By: volth <volth@webmaster.ms>
This commit is contained in:
Jan Tojnar
2019-04-19 15:14:03 +02:00
committed by GitHub
co-authored by volth
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, gnome3, libxml2, gtk-engine-murrine, gdk_pixbuf, librsvg, bc }:
{ stdenv, fetchFromGitHub, gnome3, glib, libxml2, gtk-engine-murrine, gdk_pixbuf, librsvg, bc }:
stdenv.mkDerivation rec {
name = "equilux-theme-${version}";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0lv2yyxhnmnkwxp576wnb01id4fp734b5z5n0l67sg5z7vc2h8fc";
};
nativeBuildInputs = [ gnome3.glib libxml2 bc ];
nativeBuildInputs = [ glib libxml2 bc ];
buildInputs = [ gnome3.gnome-themes-extra gdk_pixbuf librsvg ];