numix-gtk-theme: add update script

This commit is contained in:
José Romildo 2023-11-03 13:33:44 -03:00
parent e16f22f100
commit afbe68b222

View File

@ -1,5 +1,12 @@
{ lib, stdenv, fetchFromGitHub, sass, glib, libxml2, gdk-pixbuf
{ lib
, stdenv
, fetchFromGitHub
, sass
, glib
, libxml2
, gdk-pixbuf
, gtk-engine-murrine
, gitUpdater
}:
stdenv.mkDerivation rec {
@ -22,6 +29,8 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
passthru.updateScript = gitUpdater { };
meta = {
description = "Modern flat theme with a combination of light and dark elements (GNOME, Unity, Xfce and Openbox)";
homepage = "https://numixproject.github.io";