Skip to content

Commit

Permalink
qutebrowser: downgrade Qt to 5.14
Browse files Browse the repository at this point in the history
There are a number of unresolved issues with Qt 5.15, the most
important one being the inability to properly restore sessions[1].
For now it's better to stay at the earlier version.

[1]: qutebrowser/qutebrowser#5359
  • Loading branch information
rnhmjoj committed Oct 3, 2020
1 parent cfc9214 commit 3fafb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22967,11 +22967,11 @@ in
pkgs_ = pkgs.extend(_: prev: {
pythonInterpreters = prev.pythonInterpreters.override(oldAttrs: {
pkgs = oldAttrs.pkgs.extend(_: _: {
inherit (pkgs) qt5 libsForQt5;
inherit (pkgs) qt5 libsForQt514;
});
});
});
in pkgs_.libsForQt5.callPackage ../applications/networking/browsers/qutebrowser { };
in pkgs_.libsForQt514.callPackage ../applications/networking/browsers/qutebrowser { };

qxw = callPackage ../applications/editors/qxw {};

Expand Down

0 comments on commit 3fafb02

Please sign in to comment.