guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: quaternion: Add xdg-utils to inputs.


From: guix-commits
Subject: branch master updated: gnu: quaternion: Add xdg-utils to inputs.
Date: Sat, 28 Nov 2020 22:21:17 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 60a10a1  gnu: quaternion: Add xdg-utils to inputs.
60a10a1 is described below

commit 60a10a11819891d3d91e371364bbdcfab2449ebe
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Nov 28 15:03:23 2020 +0100

    gnu: quaternion: Add xdg-utils to inputs.
    
    * gnu/packages/messaging.scm (quaternion)[inputs]: Add xdg-utils.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 c84e946..14172a1 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]