all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: guix-patches--- via <guix-patches@gnu.org>
To: 72512@debbugs.gnu.org
Cc: "Nguyễn Gia Phong" <mcsinyx@disroot.org>
Subject: [bug#72512] [PATCH] gnu: nheko: Add xdg-utils to dependencies.
Date: Wed,  7 Aug 2024 21:42:00 +0900	[thread overview]
Message-ID: <20240807124202.31855-1-mcsinyx@disroot.org> (raw)

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





             reply	other threads:[~2024-08-07 12:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-07 12:42 guix-patches--- via [this message]
2024-08-11 10:37 ` bug#72512: [PATCH] gnu: nheko: Add xdg-utils to dependencies Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240807124202.31855-1-mcsinyx@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=72512@debbugs.gnu.org \
    --cc=mcsinyx@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.