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