Apply suggestion

This commit is contained in:
gruve-p
2023-06-10 15:09:38 +02:00
parent 63eff7e414
commit ee693fa326

View File

@@ -35971,7 +35971,7 @@ with pkgs;
go-exploitdb = callPackage ../tools/security/go-exploitdb { };
groestlcoin = libsForQt5.callPackage ../applications/blockchains/groestlcoin {
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
stdenv = darwin.apple_sdk_11_0.stdenv;
boost = boost17x;
withGui = true;
inherit (darwin) autoSignDarwinBinariesHook;