GNU bug report logs -
#44923
[PATCH] gnu: quaternion: Add xdg-utils to inputs.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sat, 28 Nov 2020 14:04:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
This bug report was last modified 4 years and 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.