drawterm: use default SDK on Darwin (14.4)

This commit is contained in:
Randy Eckenrode
2025-10-09 18:23:28 -04:00
parent 2fbd3f4aab
commit 20e89e336e
+1 -3
View File
@@ -5,7 +5,6 @@
unstableGitUpdater,
installShellFiles,
makeWrapper,
apple-sdk_13,
xorg,
pkg-config,
wayland-scanner,
@@ -54,8 +53,7 @@ stdenv.mkDerivation {
++ lib.optionals withXorg [
xorg.libX11
xorg.libXt
]
++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_13;
];
makeFlags =
lib.optional withWayland "CONF=linux"