luaPackages.lux-lua: add lua to propagatedBuildInputs
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user