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"