11 stdenvNoCC.mkDerivation (finalAttrs: {
12 pname = "gruvbox-plus-icons";
15 src = fetchFromGitHub {
17 repo = "gruvbox-plus-icon-pack";
18 rev = "v${finalAttrs.version}";
19 hash = "sha256-G7F+69K2aJVBM3yOQIMTH2pDXBfLmYScKIIAza3YNw8=";
22 nativeBuildInputs = [ gtk3 ];
24 propagatedBuildInputs = [ plasma5Packages.breeze-icons gnome-icon-theme hicolor-icon-theme ];
29 mkdir -p $out/share/icons
30 cp -r Gruvbox-Plus-Dark $out/share/icons/
31 gtk-update-icon-cache $out/share/icons/Gruvbox-Plus-Dark
36 dontDropIconThemeCache = true;
41 description = "Icon pack for Linux desktops based on the Gruvbox color scheme";
42 homepage = "https://github.com/SylEleuth/gruvbox-plus-icon-pack";
43 license = licenses.gpl3Only;
44 platforms = platforms.linux;
45 maintainers = with maintainers; [ eureka-cpu RGBCube ];