fcitx5-rime: allow empty rimeDataPkgs
This commit is contained in:
parent
4aa36568d4
commit
5bcd7350a4
@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
|
||||
rimeDataDrv = symlinkJoin {
|
||||
name = "fcitx5-rime-data";
|
||||
paths = rimeDataPkgs;
|
||||
postBuild = "mkdir -p $out/share/rime-data";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user