guix-commits
[Top][All Lists]
Advanced

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

07/22: gnu: gnome-calculator: Fix break-point trap during finance mode.


From: guix-commits
Subject: 07/22: gnu: gnome-calculator: Fix break-point trap during finance mode.
Date: Sat, 29 Aug 2020 03:12:30 -0400 (EDT)

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

commit 68919c97f34e3eb21cc336278d9bf36a1a11a348
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 13:23:42 2020 -0400

    gnu: gnome-calculator: Fix break-point trap during finance mode.
    
    * gnu/packages/gnome.scm (gnome-calculator) [inputs]: Add 
gsettings-desktop-schemas.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b65d680..54dfcb7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11432,7 +11432,8 @@ handling the startup notification side.")
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)))
     (inputs
-     `(("gtksourceview" ,gtksourceview)
+     `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+       ("gtksourceview" ,gtksourceview)
        ("libsoup" ,libsoup)
        ("libxml2" ,libxml2)
        ("mpc" ,mpc)



reply via email to

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