diff options
author | Nick Cao | 2024-11-12 12:42:43 -0500 |
---|---|---|
committer | GitHub | 2024-11-12 12:42:43 -0500 |
commit | a0292698ca0f125f1f78e3ecc9c0a2cafb870137 (patch) | |
tree | 6a7654a315bfe54fa02c4d3660351e8ed5bdc7e0 /pkgs/tools | |
parent | 6bfde7268fbf952f510d2f160587ef3bbe993b08 (diff) | |
parent | 5bcd7350a4ae728d558f2bc244b8b20bcb01842b (diff) |
fcitx5-rime: allow empty `rimeDataPkgs` (#354400)
Diffstat (limited to 'pkgs/tools')
-rw-r--r-- | pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix index 1b34b1260aac..ae6a36658fd2 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix @@ -42,6 +42,7 @@ stdenv.mkDerivation rec { rimeDataDrv = symlinkJoin { name = "fcitx5-rime-data"; paths = rimeDataPkgs; + postBuild = "mkdir -p $out/share/rime-data"; }; postInstall = '' |