[PATCH] gnu: quaternion: Add xdg-utils to inputs.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201128140323.18597-1-mike@rohleder.de
* gnu/packages/messaging.scm (quaternion)[inputs]: Add xdg-utils.
---
This pkg opens all url's via xdg-open which isn't found (if not in the
profile).
Reported by "bard" in #quotient:matrix.org.

gnu/packages/messaging.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2cd9e312f8..aa2adedd75 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2146,7 +2146,8 @@ There is support for:
("qtquickcontrols" ,qtquickcontrols)
("qtquickcontrols2" ,qtquickcontrols2)
("qtsvg" ,qtsvg)
- ("qttools" ,qttools)))
+ ("qttools" ,qttools)
+ ("xdg-utils", xdg-utils)))
(arguments
`(#:tests? #f)) ; no tests
(home-page "https://matrix.org/docs/projects/client/quaternion.html")
--
2.29.2
Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44923@debbugs.gnu.org)
X8MTucxidx7/pu1r@jasmine.lan
On Sat, Nov 28, 2020 at 03:03:23PM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/messaging.scm (quaternion)[inputs]: Add xdg-utils.

Thanks! Pushed as 60a10a11819891d3d91e371364bbdcfab2449ebe
Leo Famulari wrote 4 years ago
(no subject)
(address . control@debbugs.gnu.org)
X8MV/sQDbBZM/n2K@jasmine.lan
close 44923
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44923@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44923
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help