luaPackages.lux-lua: add lua to propagatedBuildInputs

This commit is contained in:
Marc Jakobi
2025-08-23 21:53:33 +02:00
parent 4972897414
commit d521659af7
+4 -1
View File
@@ -39,10 +39,13 @@ rustPlatform.buildRustPackage rec {
gpgme
libgit2
libgpg-error
lua
openssl
];
propagatedBuildInputs = [
lua
];
doCheck = false; # lux-lua tests are broken in nixpkgs
useNextest = true;
nativeCheckInputs = [