Skip to content

Commit a029269

Browse files
authored
fcitx5-rime: allow empty rimeDataPkgs (#354400)
2 parents 6bfde72 + 5bcd735 commit a029269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/tools/inputmethods/fcitx5/fcitx5-rime.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
4242
rimeDataDrv = symlinkJoin {
4343
name = "fcitx5-rime-data";
4444
paths = rimeDataPkgs;
45+
postBuild = "mkdir -p $out/share/rime-data";
4546
};
4647

4748
postInstall = ''

0 commit comments

Comments
 (0)