groestlcoin: remove code for macOS < 11

This commit is contained in:
Emily 2024-10-05 20:42:21 +01:00
parent 17193dd6d9
commit 34d052e696

View File

@ -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"