dfsg-main: qutebrowser: Force support for wayland.

This commit is contained in:
Efraim Flashner 2024-01-21 10:16:06 +02:00
parent 0b2cc1f1dd
commit bba7c044a8
Signed by: efraim
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
;;; Copyright © 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2023, 2024 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is an addendum to GNU Guix.
;;;
@ -47,13 +47,15 @@
;; icu4c >= 68 fails.
;;"--webengine-icu=system"
"--webengine-pepper-plugins=yes"
"-webengine-proprietary-codecs")))))))))
"--webengine-proprietary-codecs=yes")))))))))
(define-public qutebrowser-with-adblock
(package/inherit qutebrowser
(name "qutebrowser-with-adblock")
(inputs (modify-inputs (package-inputs qutebrowser)
(prepend python-adblock)))))
(prepend python-adblock
;; Can only add 1 in the manifest
qtwayland)))))
(define-public qutebrowser-with-widevine
(package/inherit qutebrowser