[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: nheko: Add xdg-utils to dependencies.
From: |
guix-commits |
Subject: |
07/14: gnu: nheko: Add xdg-utils to dependencies. |
Date: |
Sun, 11 Aug 2024 06:26:22 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 671da915099a552c23b728fc45580530060607ce
Author: guix-patches--- via <guix-patches@gnu.org>
AuthorDate: Wed Aug 7 21:42:00 2024 +0900
gnu: nheko: Add xdg-utils to dependencies.
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
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/messaging.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index da04c34636..8509b0c71a 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 @@ for the Matrix protocol. It is built on to of
@code{Boost.Asio}.")
spdlog
vulkan-headers
vulkan-loader
+ xdg-utils ; xdg-open for opening URLs
zlib))
(native-inputs
(list asciidoc pkg-config qttools))
- branch master updated (de714bcb46 -> 174ecf5b10), guix-commits, 2024/08/11
- 04/14: gnu: stress-ng: Don't stress test when building for riscv64-linux., guix-commits, 2024/08/11
- 09/14: gnu: chibi-scheme: Update to 0.11.0., guix-commits, 2024/08/11
- 13/14: gnu: ublock-origin: Update to 1.59.0., guix-commits, 2024/08/11
- 01/14: gnu: ola: Update to 0.10.9., guix-commits, 2024/08/11
- 03/14: gnu: llvm: Fix misc errors for unsupported targets., guix-commits, 2024/08/11
- 07/14: gnu: nheko: Add xdg-utils to dependencies.,
guix-commits <=
- 05/14: gnu: vulkan-loader: Fix cross-compilation., guix-commits, 2024/08/11
- 08/14: gnu: mg: Update to 20240709., guix-commits, 2024/08/11
- 12/14: gnu: noscript: Update to 11.4.31., guix-commits, 2024/08/11
- 02/14: gnu: xpra: Update to 6.1.0., guix-commits, 2024/08/11
- 06/14: gnu: zfs: Update to 2.2.5., guix-commits, 2024/08/11
- 14/14: gnu: luajit: Update to v2.1-0.04dca79., guix-commits, 2024/08/11
- 10/14: gnu: libfabric: Update to 1.22.0., guix-commits, 2024/08/11
- 11/14: gnu: ikiwiki: Update to 3.20200202.4., guix-commits, 2024/08/11