Skip to content

Commit

Permalink
qnotero: Use qt5.15, as pyqt5 in it (NixOS#99956)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0cbd755)
  • Loading branch information
doronbehar authored and FRidh committed Oct 13, 2020
1 parent 560e5f9 commit 0ee4d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22736,7 +22736,7 @@ in

qmmp = libsForQt5.callPackage ../applications/audio/qmmp { };

qnotero = libsForQt514.callPackage ../applications/office/qnotero { };
qnotero = libsForQt5.callPackage ../applications/office/qnotero { };

qrcode = callPackage ../tools/graphics/qrcode {};

Expand Down

0 comments on commit 0ee4d1e

Please sign in to comment.