10 , numix-icon-theme-circle
14 stdenv.mkDerivation rec {
15 pname = "canta-theme";
16 version = "2021-09-08";
18 src = fetchFromGitHub {
19 owner = "vinceliuice";
22 sha256 = "05h42nrggb6znzjcbh4lqqfcm41h4r85n3vwimp3l4lq5p90igr2";
34 propagatedBuildInputs = [
37 numix-icon-theme-circle
41 propagatedUserEnvPkgs = [
45 dontDropIconThemeCache = true;
49 mkdir -p $out/share/themes
50 name= ./install.sh --dest $out/share/themes
51 rm $out/share/themes/*/{AUTHORS,COPYING}
52 install -D -t $out/share/backgrounds wallpaper/canta-wallpaper.svg
53 mkdir -p $out/share/icons
54 cp -a icons/Canta $out/share/icons
55 gtk-update-icon-cache $out/share/icons/Canta
59 description = "Flat Design theme for GTK based desktop environments";
60 homepage = "https://github.com/vinceliuice/Canta-theme";
61 license = licenses.gpl2Only;
62 platforms = platforms.linux; # numix-icon-theme-circle unavailable in darwin
63 maintainers = [ maintainers.romildo ];