numix-gtk-theme: add update script

+10 -1
+10 -1
pkgs/data/themes/numix/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, sass, glib, libxml2, gdk-pixbuf 2 , gtk-engine-murrine 3 }: 4 5 stdenv.mkDerivation rec { ··· 21 substituteInPlace Makefile --replace '$(DESTDIR)'/usr $out 22 patchShebangs . 23 ''; 24 25 meta = { 26 description = "Modern flat theme with a combination of light and dark elements (GNOME, Unity, Xfce and Openbox)";
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , sass 5 + , glib 6 + , libxml2 7 + , gdk-pixbuf 8 , gtk-engine-murrine 9 + , gitUpdater 10 }: 11 12 stdenv.mkDerivation rec { ··· 28 substituteInPlace Makefile --replace '$(DESTDIR)'/usr $out 29 patchShebangs . 30 ''; 31 + 32 + passthru.updateScript = gitUpdater { }; 33 34 meta = { 35 description = "Modern flat theme with a combination of light and dark elements (GNOME, Unity, Xfce and Openbox)";