mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
qownnotes: fix darwin build
The new apple SDK is required to build this.
This commit is contained in:
parent
a366e69a12
commit
0a2cc62b54
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user