Merge pull request #270932 from a-kenji/update-cosmic-icons

cosmic-icons: add unstableGitUpdater
This commit is contained in:
Lily Foster
2024-01-16 13:21:14 -05:00
committed by GitHub
+3
View File
@@ -4,6 +4,7 @@
, just
, pop-icon-theme
, hicolor-icon-theme
, unstableGitUpdater
}:
stdenvNoCC.mkDerivation rec {
pname = "cosmic-icons";
@@ -31,6 +32,8 @@ stdenvNoCC.mkDerivation rec {
dontDropIconThemeCache = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "System76 Cosmic icon theme for Linux";
homepage = "https://github.com/pop-os/cosmic-icons";