7 stdenvNoCC.mkDerivation {
9 version = "unstable-2021-07-27";
11 src = fetchFromGitHub {
14 rev = "bdaa8fb723b8d0b22f237c9a60195c5f9c9d74d1";
15 hash = "sha256-qVo/0ivZ5gfUP17G29CAW0MrRFUO0KN1ADl1I/rvchE=";
21 mkdir -pv $out/share/fcitx5/themes/
22 cp -rv Nord* $out/share/fcitx5/themes/
28 description = "Fcitx5 theme based on Nord color";
29 homepage = "https://github.com/tonyfettes/fcitx5-nord";
30 license = licenses.mit;
31 maintainers = with maintainers; [ Cryolitia ];
32 platforms = platforms.all;