fcitx5-lua: fix strictDeps build

This commit is contained in:
FliegendeWurst
2025-01-17 21:29:53 +01:00
parent af66699fd2
commit 037f302906
@@ -22,12 +22,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
extra-cmake-modules
gettext
];
buildInputs = [
fcitx5
lua
gettext
];
passthru = {