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>
This commit is contained in:
parent
9c4244cc73
commit
f52694e1d5
1 changed files with 2 additions and 5 deletions
|
@ -2376,7 +2376,6 @@ and others.")
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("xdg-desktop-portal" ,xdg-desktop-portal)
|
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("which" ,which)
|
("which" ,which)
|
||||||
("gettext" ,gettext-minimal)))
|
("gettext" ,gettext-minimal)))
|
||||||
|
@ -2386,10 +2385,8 @@ and others.")
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("gnome-desktop" ,gnome-desktop)
|
("gnome-desktop" ,gnome-desktop)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
|
||||||
(native-search-paths
|
(propagated-inputs
|
||||||
(list (search-path-specification
|
`(("xdg-desktop-portal" ,xdg-desktop-portal)))
|
||||||
(variable "XDG_DESKTOP_PORTAL_DIR")
|
|
||||||
(files '("share/xdg-desktop-portal/portals")))))
|
|
||||||
(home-page "https://github.com/flatpak/xdg-desktop-portal-gtk")
|
(home-page "https://github.com/flatpak/xdg-desktop-portal-gtk")
|
||||||
(synopsis "GTK implementation of xdg-desktop-portal")
|
(synopsis "GTK implementation of xdg-desktop-portal")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue