Skip to content

Commit

Permalink
Use libsForQt5 instead of libsForQt515
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Oct 9, 2024
1 parent 32ceae2 commit 3e857ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9893,7 +9893,7 @@ self: super: with self; {
pkg-about = callPackage ../development/python-modules/pkg-about { };

plover = callPackage ../development/python-modules/plover {
inherit (pkgs.libsForQt515) wrapQtAppsHook;
inherit (pkgs.libsForQt5) wrapQtAppsHook;
};

plover-dict-commands = callPackage ../development/python-modules/plover-dict-commands { };
Expand Down

0 comments on commit 3e857ad

Please sign in to comment.