Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Commit 902c567

Browse files
committed
qutebrowser: use current qt (5.15) again instead of 5.14
For security reasons [1] we upgrade to the latest Qt, despite this breaking a feature, which is why 5.14 was forced earlier. [1] NixOS#99456 (comment)
1 parent b9af2d2 commit 902c567

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23025,17 +23025,7 @@ in
2302523025

2302623026
quodlibet-xine-full = quodlibet-full.override { xineBackend = true; tag = "-xine-full"; };
2302723027

23028-
qutebrowser = let
23029-
pkgs_ = pkgs.extend(_: prev: {
23030-
pythonInterpreters = prev.pythonInterpreters.override(oldAttrs: {
23031-
pkgs = oldAttrs.pkgs.extend(_: _: {
23032-
# Use 5.14 https://github.com/NixOS/nixpkgs/commit/3fafb021256bc594cecd949b3edc5bc480fc721f
23033-
qt5 = pkgs.qt514;
23034-
libsForQt5 = pkgs.libsForQt514;
23035-
});
23036-
});
23037-
});
23038-
in pkgs_.libsForQt514.callPackage ../applications/networking/browsers/qutebrowser { };
23028+
qutebrowser = libsForQt5.callPackage ../applications/networking/browsers/qutebrowser { };
2303923029

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

0 commit comments

Comments
 (0)