Nixpkgs: qutebrowser / QtWebEngine is out of date? (Chromium 69.0.3497.128)

Created on 13 Jun 2020  路  3Comments  路  Source: NixOS/nixpkgs

Describe the bug
QtWebEngine should be at Chromium 77.0.3865.98 or above

To Reproduce

  1. nix-env -i qutebrowser
  2. qutebrowser
  3. :version

Notify maintainers
@matthewbauer

Metadata

  • system: "x86_64-linux"
  • host os: Linux 5.6.16, NixOS, 20.09pre228622.029a5de0839 (Nightingale)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.3.6
  • channels(root): "nixos-20.09pre228622.029a5de0839"
  • channels(josephtheengineer): "nixos-19.09pre186326.62cb4f72282"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute: qutebrowser, QtWebEngine
# a list of nixos modules affected by the problem
module:
bug

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:

# 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"

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yawnt picture yawnt  路  3Comments

teto picture teto  路  3Comments

matthiasbeyer picture matthiasbeyer  路  3Comments

copumpkin picture copumpkin  路  3Comments

spacekitteh picture spacekitteh  路  3Comments