openrussian-cli: force lua 5.3

And some cleanups.
This commit is contained in:
Zane van Iperen 2021-12-06 13:36:56 +10:00
parent 8509efc354
commit 57e7a01eb3
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5
2 changed files with 3 additions and 7 deletions

View File

@ -25,12 +25,6 @@ stdenv.mkDerivation rec {
dontConfigure = true;
# Disable check as it's too slow.
# doCheck = true;
#This is needed even though it's the default for some reason.
checkTarget = "check";
# Can't use "make install" here
installPhase = ''
runHook preInstall

View File

@ -8286,7 +8286,9 @@ with pkgs;
openrgb = libsForQt5.callPackage ../applications/misc/openrgb { };
openrussian-cli = callPackage ../misc/openrussian-cli { };
openrussian-cli = callPackage ../misc/openrussian-cli {
luaPackages = lua53Packages;
};
opensc = callPackage ../tools/security/opensc {
inherit (darwin.apple_sdk.frameworks) Carbon PCSC;