Skip to content

Commit

Permalink
packages: browsers: use latest qtwayland for qutebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
Frewacom committed Jan 16, 2024
1 parent 1a9426c commit 8a0982c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engstrand/packages/browsers.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(name "qutebrowser-wayland")
(inputs
(modify-inputs (package-inputs qutebrowser)
(prepend qtwayland-5)))
(prepend qtwayland)))
(arguments
(substitute-keyword-arguments
(package-arguments qutebrowser)
Expand All @@ -25,4 +25,4 @@
(wrap-program (search-input-file outputs "bin/qutebrowser")
`("QT_PLUGIN_PATH" =
(,(string-append (assoc-ref inputs "qtwayland")
"/lib/qt5/plugins/"))))))))))))
"/lib/qt6/plugins/"))))))))))))

0 comments on commit 8a0982c

Please sign in to comment.