Merge pull request #216807 from viraptor/qownnotes-darwin

qownnotes: fix darwin build
This commit is contained in:
Stanisław Pitucha
2023-02-28 21:42:27 +11:00
committed by GitHub
+3 -1
View File
@@ -11365,7 +11365,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 { };