arc-icon-theme: refactor

Switch to finalAttrs.

Assisted-by: Cursor Composer 2.5
This commit is contained in:
Guy Chronister
2026-06-04 15:22:53 -05:00
parent c7f90bf8f4
commit 987cd9aac3
+3 -3
View File
@@ -10,14 +10,14 @@
hicolor-icon-theme,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "arc-icon-theme";
version = "20161122";
src = fetchFromGitHub {
owner = "horst3180";
repo = "arc-icon-theme";
tag = version;
tag = finalAttrs.version;
hash = "sha256-TfYtzwo69AC5hHbzEqB4r5Muqvn/eghCGSlmjMCFA7I=";
};
@@ -45,4 +45,4 @@ stdenvNoCC.mkDerivation rec {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ romildo ];
};
}
})