mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
openrussian-cli: force lua 5.3
And some cleanups.
This commit is contained in:
parent
8509efc354
commit
57e7a01eb3
2 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue