Skip to content

Commit

Permalink
Merge pull request #227301 from totoroot/update/qownnotes-qt6
Browse files Browse the repository at this point in the history
qownnotes: build with Qt6
  • Loading branch information
wegank authored May 3, 2023
2 parents a85b934 + 57de621 commit aa22d5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions pkgs/applications/office/qownnotes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
, qtsvg
, qtwayland
, qtwebsockets
, qtx11extras
, qtxmlpatterns
, qt5compat
, makeWrapper
, wrapQtAppsHook
}:
Expand All @@ -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 = [
Expand All @@ -38,8 +37,7 @@ stdenv.mkDerivation {
qtdeclarative
qtsvg
qtwebsockets
qtx11extras
qtxmlpatterns
qt5compat
] ++ lib.optionals stdenv.isLinux [ qtwayland ];

postInstall =
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11568,7 +11568,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;
};

Expand Down

0 comments on commit aa22d5c

Please sign in to comment.