Describe the bug
QtWebEngine should be at Chromium 77.0.3865.98 or above
To Reproduce
nix-env -i qutebrowserqutebrowser:versionNotify maintainers
@matthewbauer
Metadata
"x86_64-linux"Linux 5.6.16, NixOS, 20.09pre228622.029a5de0839 (Nightingale)yesyesnix-env (Nix) 2.3.6"nixos-20.09pre228622.029a5de0839""nixos-19.09pre186326.62cb4f72282"/nix/var/nix/profiles/per-user/root/channels/nixosMaintainer information:
# a list of nixpkgs attributes affected by the problem
attribute: qutebrowser, QtWebEngine
# a list of nixos modules affected by the problem
module:
I have a draft pr to update qt to 5.15, not 100% ready but qutebrowser works fine. You can simply pull in from my flake, optionally using my cachix:
# optional, assuming cachix is already installed (recommended as webengine takes a long time to build)
cachix use nrdxp
# only needed if not using nixFlakes package locally
nix-shell '<nixpkgs>' -A nixFlakes
# install qutebrowser 1.3.1 with qt5-webengine 5.15
nix --option experimental-features "nix-command flakes ca-references" profile install "github:nrdxp/nixflk/qt515#qutebrowser"
Nice, QtWebEngine is now updated on unstable! <3
Most helpful comment
I have a draft pr to update qt to 5.15, not 100% ready but qutebrowser works fine. You can simply pull in from my flake, optionally using my cachix: