gnu: gnome-user-share: Update to 3.34.0.

* gnu/packages/gnome.scm (gnome-user-share): Update to 3.34.0.
[arguments]<#:configure-flags>: Use systemduserunitdir instead of systemd
option that no longer exists.
This commit is contained in:
Mathieu Othacehe 2021-09-26 07:36:48 +00:00
parent c1be2c6b8b
commit 2f1304cc11
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1537,7 +1537,7 @@ (define-public gnome-initial-setup
(define-public gnome-user-share
(package
(name "gnome-user-share")
(version "3.33.1")
(version "3.34.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1545,12 +1545,12 @@ (define-public gnome-user-share
name "-" version ".tar.xz"))
(sha256
(base32
"0lf790pyamdyj7180ils8vizjl8brxcg7jsm1iavfp9ay4wa8mz7"))))
"04r9ck9v4i0d31grbli1d4slw2d6dcsfkpaybkwbzi7wnj72l30x"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
#:configure-flags
`("-Dsystemd=false"
`("-Dsystemduserunitdir=/tmp/empty"
;; Enable nautilus extension for file sharing.
"-Dnautilus_extension=true")))
(native-inputs