6 stdenvNoCC.mkDerivation {
7 pname = "sweet-folders";
8 version = "unstable-2023-03-18";
10 src = fetchFromGitHub {
12 repo = "Sweet-folders";
13 rev = "b2192ff1412472f036fdf9778c6b9dbcb6c044ec";
14 hash = "sha256-QexfqXH5a1IEhKBRjWSMdrEvThvLRzd4M32Xti1DCGE=";
20 mkdir -p $out/share/icons
21 cp -r Sweet-* $out/share/icons/
27 description = "Folders icons for Sweet GTK theme";
28 homepage = "https://github.com/EliverLara/Sweet-folders";
29 maintainers = with maintainers; [ d3vil0p3r ];
30 platforms = platforms.unix;
31 license = licenses.gpl3Plus;