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
commit 2a87ae04c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";