graphite-kde-theme: add update script

This commit is contained in:
José Romildo 2023-10-30 15:58:53 -03:00
parent 8fd8608441
commit 6375c59c02

View file

@ -4,6 +4,7 @@
, kdeclarative
, plasma-framework
, plasma-workspace
, gitUpdater
}:
stdenv.mkDerivation rec {
@ -47,6 +48,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = gitUpdater { };
meta = with lib; {
description = "A flat Design theme for KDE Plasma desktop";
homepage = "https://github.com/vinceliuice/Graphite-kde-theme";