fix evaluation with config.allowAliases = false

This commit is contained in:
volth
2019-04-19 10:14:39 +00:00
parent 5e7e5a2062
commit cf3f3fd1b5
6 changed files with 12 additions and 11 deletions

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 {
pname = "materia-theme";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1fpipwvwxjiriqhysqgx51rnax73hyd5jkyxhc2g3y73s5r2xq82";
};
nativeBuildInputs = [ gnome3.glib libxml2 bc ];
nativeBuildInputs = [ glib libxml2 bc ];
buildInputs = [ gnome3.gnome-themes-extra gdk_pixbuf librsvg ];