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