mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: xdg-desktop-portal: Improve style."
This reverts commit add9662686
.
This commit is contained in:
parent
8172b25ea2
commit
d8298b37af
1 changed files with 20 additions and 20 deletions
|
@ -3025,6 +3025,26 @@ compatible with the well-known scripts of the same name.")
|
||||||
;; Disable portal tests since they try to use fuse.
|
;; Disable portal tests since they try to use fuse.
|
||||||
(patches (search-patches "xdg-desktop-portal-disable-portal-tests.patch"))))
|
(patches (search-patches "xdg-desktop-portal-disable-portal-tests.patch"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("glib:bin" ,glib "bin")
|
||||||
|
("gettext" ,gettext-minimal)
|
||||||
|
("python" ,python)
|
||||||
|
("python-dbusmock" ,python-dbusmock)
|
||||||
|
("python-pytest" ,python-pytest)
|
||||||
|
("python-pytest-xdist" ,python-pytest-xdist)))
|
||||||
|
(inputs
|
||||||
|
`(("bubblewrap" ,bubblewrap)
|
||||||
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
|
("glib" ,glib)
|
||||||
|
("flatpak" ,flatpak)
|
||||||
|
("fontconfig" ,fontconfig)
|
||||||
|
("json-glib" ,json-glib)
|
||||||
|
("libportal" ,libportal)
|
||||||
|
("dbus" ,dbus)
|
||||||
|
("geoclue" ,geoclue)
|
||||||
|
("pipewire" ,pipewire)
|
||||||
|
("fuse" ,fuse)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "-Dsystemd=disabled")
|
(list "-Dsystemd=disabled")
|
||||||
|
@ -3038,26 +3058,6 @@ compatible with the well-known scripts of the same name.")
|
||||||
(find-files "po" "\\.po$"))))
|
(find-files "po" "\\.po$"))))
|
||||||
(add-after 'unpack 'set-home-directory
|
(add-after 'unpack 'set-home-directory
|
||||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
(inputs
|
|
||||||
(list bubblewrap
|
|
||||||
dbus
|
|
||||||
flatpak
|
|
||||||
fontconfig
|
|
||||||
fuse
|
|
||||||
gdk-pixbuf
|
|
||||||
geoclue
|
|
||||||
glib
|
|
||||||
json-glib
|
|
||||||
libportal
|
|
||||||
pipewire))
|
|
||||||
(native-inputs
|
|
||||||
(list gettext-minimal
|
|
||||||
`(,glib "bin")
|
|
||||||
pkg-config
|
|
||||||
python
|
|
||||||
python-dbusmock
|
|
||||||
python-pytest
|
|
||||||
python-pytest-xdist))
|
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "XDG_DESKTOP_PORTAL_DIR")
|
(variable "XDG_DESKTOP_PORTAL_DIR")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue