guix-commits
[Top][All Lists]
Advanced

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

16/22: gnu: gnome-photos: Fix launching of the application and loading o


From: guix-commits
Subject: 16/22: gnu: gnome-photos: Fix launching of the application and loading of icons.
Date: Sat, 29 Aug 2020 03:12:33 -0400 (EDT)

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

commit 2f5a0c57a1dde0bd6df6922b688e088a1945d3ec
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 19:05:54 2020 -0400

    gnu: gnome-photos: Fix launching of the application and loading of icons.
    
    * gnu/packages/gnome.scm (gnome-photos) [inputs]: Add grilo-plugins
    and tracker-miners.
    [propagated-inputs]: Add dconf.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ac59910..313949d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -811,6 +811,7 @@ patterns.")
        ("glib" ,glib)
        ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
        ("grilo" ,grilo)
+       ("grilo-plugins" ,grilo-plugins)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gtk+" ,gtk+)
        ("libdazzle" ,libdazzle)
@@ -818,7 +819,10 @@ patterns.")
        ("libgfbgraph" ,gfbgraph)
        ("libjpeg" ,libjpeg-turbo)
        ("libpng" ,libpng)
-       ("tracker" ,tracker)))
+       ("tracker" ,tracker)
+       ("tracker-miners" ,tracker-miners)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (synopsis "Access, organize and share your photos")
     (description "GNOME-Photos is a simple and elegant replacement for using a
 file manager to deal with photos.  Enhance, crop and edit in a snap.  Seamless



reply via email to

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