guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: orca: Fix launching of the application.


From: guix-commits
Subject: branch wip-desktop updated: gnu: orca: Fix launching of the application.
Date: Sun, 30 Aug 2020 04:39:21 -0400

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

dannym pushed a commit to branch wip-desktop
in repository guix.

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new 19368c1  gnu: orca: Fix launching of the application.
19368c1 is described below

commit 19368c17c3241380bd5f8f18f3b64f6bc0695849
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Aug 28 22:56:24 2020 -0400

    gnu: orca: Fix launching of the application.
    
    * gnu/packages/gnome.scm (orca) [inputs]: Add gnome-desktop.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fdbfd01..c291579 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11781,6 +11781,7 @@ accessibility infrastructure.")
      `(("atk" ,atk)
        ("at-spi2-atk" ,at-spi2-atk)
        ("at-spi2-core" ,at-spi2-core)
+       ("gnome-desktop" ,gnome-desktop)
        ("gstreamer" ,gstreamer)
        ("gtk+" ,gtk+)
        ("liblouis" ,liblouis)



reply via email to

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