7 stdenvNoCC.mkDerivation {
8 pname = "catppuccin-fcitx5";
9 version = "0-unstable-2024-09-01";
11 src = fetchFromGitHub {
14 rev = "3471b918d4b5aab2d3c3dd9f2c3b9c18fb470e8e";
15 hash = "sha256-1IqFVTEY6z8yNjpi5C+wahMN1kpt0OJATy5echjPXmc=";
23 mkdir -p $out/share/fcitx5
24 cp -r src $out/share/fcitx5/themes
28 passthru.updateScript = unstableGitUpdater { };
31 description = "Soothing pastel theme for Fcitx5";
32 homepage = "https://github.com/catppuccin/fcitx5";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ pluiedev Guanran928 ];
35 platforms = lib.platforms.all;