* [bug#72512] [PATCH] gnu: nheko: Add xdg-utils to dependencies.
@ 2024-08-07 12:42 guix-patches--- via
2024-08-11 10:37 ` bug#72512: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: guix-patches--- via @ 2024-08-07 12:42 UTC (permalink / raw)
To: 72512; +Cc: Nguyễn Gia Phong
Nheko uses QDesktopServices::openUrl, which prefers xdg-open
before follow less standard heuristics to find the default browser.
* gnu/packages/messaging.scm (nheko)[inputs]: Add xdg-utils.
Change-Id: Id9e2e0e0f2372c457f08b065de2d2528620f6ec5
---
gnu/packages/messaging.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index fb80866791a5..9cf278549e92 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -44,6 +44,7 @@
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
+;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2538,6 +2539,7 @@ (define-public nheko
spdlog
vulkan-headers
vulkan-loader
+ xdg-utils ; xdg-open for opening URLs
zlib))
(native-inputs
(list asciidoc pkg-config qttools))
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-11 10:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 12:42 [bug#72512] [PATCH] gnu: nheko: Add xdg-utils to dependencies guix-patches--- via
2024-08-11 10:37 ` bug#72512: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.