From cb004b01257f130baecbd27ce0bf6c449ccbdf75 Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 22 Apr 2025 00:09:29 +0100 Subject: [PATCH] qt5: remove obsolete Darwin SDK comment This partially reverts commit 6b77ed4b187da1d42ec4ee727bcdd9d62baa6db3. --- pkgs/development/libraries/qt-5/modules/qtbase.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/qt-5/modules/qtbase.nix b/pkgs/development/libraries/qt-5/modules/qtbase.nix index 0e55f0944cee..e9be662ab6d4 100644 --- a/pkgs/development/libraries/qt-5/modules/qtbase.nix +++ b/pkgs/development/libraries/qt-5/modules/qtbase.nix @@ -88,7 +88,6 @@ let throw "Please add a qtPlatformCross entry for ${plat.config}"; # Per https://doc.qt.io/qt-5/macos.html#supported-versions: build SDK = 13.x or 14.x. - # SDK 13.x causes weird linking errors on x86_64-darwin, so use 14.x darwinVersionInputs = [ apple-sdk_14 ];