qt5.qtModule: remove code for macOS < 11
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
buildPackages,
|
||||
mkDerivation,
|
||||
apple-sdk_13,
|
||||
darwinMinVersionHook,
|
||||
perl,
|
||||
qmake,
|
||||
patches,
|
||||
@@ -35,7 +34,6 @@ mkDerivation (
|
||||
# Per https://doc.qt.io/qt-5/macos.html#supported-versions
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_13
|
||||
(darwinMinVersionHook "10.13")
|
||||
];
|
||||
|
||||
nativeBuildInputs =
|
||||
|
||||
Reference in New Issue
Block a user