gnu: nautilus: Update to 3.30.4.
* gnu/packages/gnome.scm (nautilus): Update to 3.30.4. [inputs]: Add libseccomp.
This commit is contained in:
parent
e762d943e5
commit
ec66ebd4cd
|
@ -6238,7 +6238,7 @@ shared object databases, search tools and indexing.")
|
||||||
(define-public nautilus
|
(define-public nautilus
|
||||||
(package
|
(package
|
||||||
(name "nautilus")
|
(name "nautilus")
|
||||||
(version "3.28.1")
|
(version "3.30.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -6246,7 +6246,7 @@ shared object databases, search tools and indexing.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19dhpa2ylrg8d5274lahy7xqr2p9z3jnq1h4qmsh95czkpy7is4w"))))
|
"1fcavvv85mpaz53k5kx5mls7npx7b95s8isnhrgq2iglz4kpr7s1"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
@ -6267,6 +6267,7 @@ shared object databases, search tools and indexing.")
|
||||||
("exempi" ,exempi)
|
("exempi" ,exempi)
|
||||||
("gnome-desktop" ,gnome-desktop)
|
("gnome-desktop" ,gnome-desktop)
|
||||||
("gnome-autoar" ,gnome-autoar)
|
("gnome-autoar" ,gnome-autoar)
|
||||||
|
("libseccomp" ,libseccomp)
|
||||||
("libselinux" ,libselinux)
|
("libselinux" ,libselinux)
|
||||||
("nettle" ,nettle) ; XXX required by libarchive.pc via gnome-autoar
|
("nettle" ,nettle) ; XXX required by libarchive.pc via gnome-autoar
|
||||||
("tracker" ,tracker)
|
("tracker" ,tracker)
|
||||||
|
|
Loading…
Reference in New Issue