qownnotes: build with Qt6

This commit is contained in:
Matthias Thym 2023-04-20 19:14:20 +02:00
parent 6cc0a7aedf
commit 57de621aae
2 changed files with 4 additions and 6 deletions

View file

@ -8,8 +8,7 @@
, qtsvg
, qtwayland
, qtwebsockets
, qtx11extras
, qtxmlpatterns
, qt5compat
, makeWrapper
, wrapQtAppsHook
}:
@ -24,7 +23,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
sha256 = "sha256-W1bu3isEe1j7XTj+deLNk6Ncssy2UKG+eF36fe1FFWs=";
hash = "sha256-W1bu3isEe1j7XTj+deLNk6Ncssy2UKG+eF36fe1FFWs=";
};
nativeBuildInputs = [
@ -38,8 +37,7 @@ stdenv.mkDerivation {
qtdeclarative
qtsvg
qtwebsockets
qtx11extras
qtxmlpatterns
qt5compat
] ++ lib.optionals stdenv.isLinux [ qtwayland ];
postInstall =

View file

@ -11564,7 +11564,7 @@ with pkgs;
qovery-cli = callPackage ../tools/admin/qovery-cli { };
qownnotes = libsForQt5.callPackage ../applications/office/qownnotes {
qownnotes = qt6Packages.callPackage ../applications/office/qownnotes {
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
};