Commit 1f83d810 authored by Emily's avatar Emily
Browse files

tup: remove code for macOS < 11

parent 2931f3f2
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;
  };
}