tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tup: remove code for macOS < 11
Emily
1 year ago
1f83d810
2931f3f2
-7
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
tu
tup
package.nix
-7
pkgs/by-name/tu/tup/package.nix
reviewed
···
83
83
license = licenses.gpl2;
84
84
maintainers = with maintainers; [ ehmry ];
85
85
platforms = platforms.unix;
86
86
-
87
87
-
# TODO: Remove once nixpkgs uses newer SDKs that supports '*at' functions.
88
88
-
# Probably MacOS SDK 10.13 or later. Check the current version in
89
89
-
# ../../../../os-specific/darwin/apple-sdk/default.nix
90
90
-
#
91
91
-
# https://github.com/gittup/tup/commit/3697c74
92
92
-
broken = stdenv.hostPlatform.isDarwin;
93
86
};
94
87
}