{ lib , stdenvNoCC , fetchFromGitHub , just , pop-icon-theme , hicolor-icon-theme , unstableGitUpdater }: stdenvNoCC.mkDerivation rec { pname = "cosmic-icons"; version = "1.0.0-alpha.1-unstable-2024-08-16"; src = fetchFromGitHub { owner = "pop-os"; repo = pname; rev = "ea9e3b8cf12bfa7112b8be8390c0185888358504"; hash = "sha256-KvEKFmsh7ljt9JbaqyZfTUiFZHZM2Ha1TwUDljXXLDw="; }; nativeBuildInputs = [ just ]; justFlags = [ "--set" "prefix" (placeholder "out") ]; propagatedBuildInputs = [ pop-icon-theme hicolor-icon-theme ]; dontDropIconThemeCache = true; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "System76 Cosmic icon theme for Linux"; homepage = "https://github.com/pop-os/cosmic-icons"; license = with licenses; [ cc-by-sa-40 ]; maintainers = with maintainers; [ a-kenji ]; }; }