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