tup: remove code for macOS < 11

This commit is contained in:
Emily
2025-01-05 20:57:36 +00:00
parent 2931f3f251
commit 1f83d810b6
-7
View File
@@ -83,12 +83,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.unix;
# TODO: Remove once nixpkgs uses newer SDKs that supports '*at' functions.
# Probably MacOS SDK 10.13 or later. Check the current version in
# ../../../../os-specific/darwin/apple-sdk/default.nix
#
# https://github.com/gittup/tup/commit/3697c74
broken = stdenv.hostPlatform.isDarwin;
};
}