qownnotes: fix darwin build

The new apple SDK is required to build this.
This commit is contained in:
Stanisław Pitucha 2023-02-18 01:04:48 +11:00 committed by Stanisław Pitucha
parent a366e69a12
commit 0a2cc62b54

View File

@ -11297,7 +11297,9 @@ with pkgs;
qovery-cli = callPackage ../tools/admin/qovery-cli { };
qownnotes = libsForQt5.callPackage ../applications/office/qownnotes { };
qownnotes = darwin.apple_sdk_11_0.callPackage ../applications/office/qownnotes {
inherit (libsForQt5) qmake qtbase qtdeclarative qtsvg qttools qtwayland qtwebsockets qtx11extras qtxmlpatterns wrapQtAppsHook;
};
qpdf = callPackage ../development/libraries/qpdf { };