Skip to content

Commit

Permalink
keepassxc: use qt5.9 instead of latest qt5
Browse files Browse the repository at this point in the history
Broke with NixOS#41095
  • Loading branch information
Synthetica9 committed Jun 24, 2018
1 parent b785d48 commit 97ec993
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 @@ -15768,7 +15768,7 @@ with pkgs;

keepassx = callPackage ../applications/misc/keepassx { };
keepassx2 = callPackage ../applications/misc/keepassx/2.0.nix { };
keepassxc = libsForQt5.callPackage ../applications/misc/keepassx/community.nix { };
keepassxc = libsForQt59.callPackage ../applications/misc/keepassx/community.nix { };

inherit (gnome3) evince;
evolution-data-server = gnome3.evolution-data-server;
Expand Down

0 comments on commit 97ec993

Please sign in to comment.