mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: nautilus: Update to 3.20.0.
* gnu/packages/gnome.scm (nautilus): Update to 3.20.0. [arguments]: Pass '--disable-selinux' to configure.
This commit is contained in:
parent
133e43db80
commit
32758e9d75
1 changed files with 4 additions and 3 deletions
|
@ -4704,7 +4704,7 @@ (define-public gtk-vnc
|
||||||
(define-public nautilus
|
(define-public nautilus
|
||||||
(package
|
(package
|
||||||
(name "nautilus")
|
(name "nautilus")
|
||||||
(version "3.18.2") ; XXX: later version require gtk+-3.0 >= 3.18.5
|
(version "3.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -4712,10 +4712,11 @@ (define-public nautilus
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jj23n8vmmyc4gp5xhiz7slsxwksydp26blxi5m154yaw9lgdp38"))))
|
"14s234b4l7hsxng1n3kkj4c8sjsq2vl2l2fw0caqfxva9md9k9vw"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--disable-tracker") ; XXX: not packaged
|
'(#:configure-flags
|
||||||
|
'("--disable-tracker" "--disable-selinux") ; XXX: not packaged
|
||||||
;; XXX: FAIL: check-nautilus
|
;; XXX: FAIL: check-nautilus
|
||||||
;; Settings schema 'org.gnome.nautilus.preferences' is not installed
|
;; Settings schema 'org.gnome.nautilus.preferences' is not installed
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
|
Loading…
Reference in a new issue