lol

tup: remove code for macOS < 11

Emily 1f83d810 2931f3f2

-7
-7
pkgs/by-name/tu/tup/package.nix
··· 83 83 license = licenses.gpl2; 84 84 maintainers = with maintainers; [ ehmry ]; 85 85 platforms = platforms.unix; 86 - 87 - # TODO: Remove once nixpkgs uses newer SDKs that supports '*at' functions. 88 - # Probably MacOS SDK 10.13 or later. Check the current version in 89 - # ../../../../os-specific/darwin/apple-sdk/default.nix 90 - # 91 - # https://github.com/gittup/tup/commit/3697c74 92 - broken = stdenv.hostPlatform.isDarwin; 93 86 }; 94 87 }