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] https://github.com/NixOS/nixpkgs/pull/99456#issuecomment-703523943
This commit is contained in:
parent
b9af2d2259
commit
902c567974
@ -23025,17 +23025,7 @@ in
|
|||||||
|
|
||||||
quodlibet-xine-full = quodlibet-full.override { xineBackend = true; tag = "-xine-full"; };
|
quodlibet-xine-full = quodlibet-full.override { xineBackend = true; tag = "-xine-full"; };
|
||||||
|
|
||||||
qutebrowser = let
|
qutebrowser = libsForQt5.callPackage ../applications/networking/browsers/qutebrowser { };
|
||||||
pkgs_ = pkgs.extend(_: prev: {
|
|
||||||
pythonInterpreters = prev.pythonInterpreters.override(oldAttrs: {
|
|
||||||
pkgs = oldAttrs.pkgs.extend(_: _: {
|
|
||||||
# Use 5.14 https://github.com/NixOS/nixpkgs/commit/3fafb021256bc594cecd949b3edc5bc480fc721f
|
|
||||||
qt5 = pkgs.qt514;
|
|
||||||
libsForQt5 = pkgs.libsForQt514;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
in pkgs_.libsForQt514.callPackage ../applications/networking/browsers/qutebrowser { };
|
|
||||||
|
|
||||||
qxw = callPackage ../applications/editors/qxw {};
|
qxw = callPackage ../applications/editors/qxw {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user