From 34d052e696715b3ad4cda73f2bd7f823a8b7a85a Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 5 Oct 2024 20:42:21 +0100 Subject: [PATCH] groestlcoin: remove code for macOS < 11 --- pkgs/applications/blockchains/groestlcoin/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/blockchains/groestlcoin/default.nix b/pkgs/applications/blockchains/groestlcoin/default.nix index 2922a0472312..d0de5fa729b3 100644 --- a/pkgs/applications/blockchains/groestlcoin/default.nix +++ b/pkgs/applications/blockchains/groestlcoin/default.nix @@ -92,10 +92,6 @@ stdenv.mkDerivation rec { install -Dm644 share/pixmaps/groestlcoin256.png $out/share/pixmaps/groestlcoin.png ''; - preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin '' - export MACOSX_DEPLOYMENT_TARGET=10.13 - ''; - configureFlags = [ "--with-boost-libdir=${boost.out}/lib"