6 stdenvNoCC.mkDerivation {
7 pname = "catppuccin-qt5ct";
8 version = "2023-03-21";
10 src = fetchFromGitHub {
13 rev = "89ee948e72386b816c7dad72099855fb0d46d41e";
14 hash = "sha256-t/uyK0X7qt6qxrScmkTU2TvcVJH97hSQuF0yyvSO/qQ=";
19 mkdir -p $out/share/qt5ct
20 cp -r themes $out/share/qt5ct/colors
25 description = "Soothing pastel theme for qt5ct";
26 homepage = "https://github.com/catppuccin/qt5ct";
27 license = licenses.mit;
28 maintainers = with maintainers; [pluiedev];
29 platforms = platforms.all;