11 stdenvNoCC.mkDerivation (finalAttrs: {
12 pname = "hicolor-icon-theme";
15 src = fetchFromGitLab {
16 domain = "gitlab.freedesktop.org";
18 repo = "default-icon-theme";
19 rev = "v${finalAttrs.version}";
20 hash = "sha256-uoB7u/ok7vMxKDl8pINdnV9VsvmsntBcZuz3Q4zGz7M=";
29 setupHook = ./setup-hook.sh;
31 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
34 description = "Default fallback theme used by implementations of the icon theme specification";
35 homepage = "https://www.freedesktop.org/wiki/Software/icon-theme/";
36 changelog = "https://gitlab.freedesktop.org/xdg/default-icon-theme/-/blob/${finalAttrs.src.rev}/NEWS";
37 platforms = platforms.unix;
38 license = licenses.gpl2Only;
39 pkgConfigModules = [ "default-icon-theme" ];
40 maintainers = with maintainers; [ jopejoe1 ];