unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44923] [PATCH] gnu: quaternion: Add xdg-utils to inputs.
@ 2020-11-28 14:03 Michael Rohleder
  2020-11-29  3:21 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-11-28 14:03 UTC (permalink / raw)
  To: 44923; +Cc: Michael Rohleder

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#44923] [PATCH] gnu: quaternion: Add xdg-utils to inputs.
  2020-11-28 14:03 [bug#44923] [PATCH] gnu: quaternion: Add xdg-utils to inputs Michael Rohleder
@ 2020-11-29  3:21 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-11-29  3:21 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 44923

On Sat, Nov 28, 2020 at 03:03:23PM +0100, Michael Rohleder wrote:
> * gnu/packages/messaging.scm (quaternion)[inputs]: Add xdg-utils.

Thanks! Pushed as 60a10a11819891d3d91e371364bbdcfab2449ebe




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-29  3:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-28 14:03 [bug#44923] [PATCH] gnu: quaternion: Add xdg-utils to inputs Michael Rohleder
2020-11-29  3:21 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).