guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: xdg-desktop-portal-gtk: Propagate xdg-desktop-portal.


From: guix-commits
Subject: 09/10: gnu: xdg-desktop-portal-gtk: Propagate xdg-desktop-portal.
Date: Mon, 25 Oct 2021 15:11:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f52694e1d52754c53df3316c1ae9a793a33cfa55
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Fri Oct 8 15:18:36 2021 -0400

    gnu: xdg-desktop-portal-gtk: Propagate xdg-desktop-portal.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk)[inputs]: Fix the
    runtime need for xdg-desktop-portal and XDG_DESKTOP_PORTAL_DIR being written
    twice. Move xdg-desktop-portal to ...
    [propagated-inputs]: ... here.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/freedesktop.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index e6c7266..e2a4a26 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2376,7 +2376,6 @@ and others.")
        ("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)
-       ("xdg-desktop-portal" ,xdg-desktop-portal)
        ("glib:bin" ,glib "bin")
        ("which" ,which)
        ("gettext" ,gettext-minimal)))
@@ -2386,10 +2385,8 @@ and others.")
        ("fontconfig" ,fontconfig)
        ("gnome-desktop" ,gnome-desktop)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "XDG_DESKTOP_PORTAL_DIR")
-            (files '("share/xdg-desktop-portal/portals")))))
+    (propagated-inputs
+     `(("xdg-desktop-portal" ,xdg-desktop-portal)))
     (home-page "https://github.com/flatpak/xdg-desktop-portal-gtk";)
     (synopsis "GTK implementation of xdg-desktop-portal")
     (description



reply via email to

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