qutebrowser: use qt515 (#97586)

This commit is contained in:
Milan 2020-09-10 09:28:30 +02:00 committed by GitHub
parent fb5a153c26
commit c1a0dfadea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -22776,7 +22776,12 @@ in
quodlibet-xine-full = quodlibet-full.override { xineBackend = true; tag = "-xine-full"; };
qutebrowser = libsForQt514.callPackage ../applications/networking/browsers/qutebrowser { };
qutebrowser = libsForQt515.callPackage ../applications/networking/browsers/qutebrowser {
python3Packages = python3Packages.override {
qt5 = qt515;
libsForQt5 = libsForQt515;
};
};
rabbitvcs = callPackage ../applications/version-management/rabbitvcs {};

View file

@ -9,16 +9,13 @@
{ pkgs
, stdenv
, python
, qt5
, libsForQt5
, overrides ? (self: super: {})
}:
with pkgs.lib;
let
qt5 = pkgs.qt514;
libsForQt5 = pkgs.libsForQt514;
in
let
packages = ( self: