Merge pull request #148842 from vs49688/orfix

This commit is contained in:
Sandro 2021-12-16 10:59:28 +01:00 committed by GitHub
commit b7bf746756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -8342,7 +8342,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;