libtommath: remove obsolete `TARGET_OS_*` workaround

Emily 6f62ff22 3d4bb1b3

-4
-4
pkgs/by-name/li/libtommath/package.nix
··· 29 29 30 30 makefile = "makefile.shared"; 31 31 32 - env.NIX_CFLAGS_COMPILE = lib.optionalString ( 33 - stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64 34 - ) "-DTARGET_OS_IPHONE=0"; 35 - 36 32 enableParallelBuilding = true; 37 33 38 34 meta = with lib; {