libtommath: remove obsolete TARGET_OS_* workaround
This commit is contained in:
@@ -29,10 +29,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makefile = "makefile.shared";
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString (
|
||||
stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64
|
||||
) "-DTARGET_OS_IPHONE=0";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user