mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
gnu: nautilus: Update to 41.1.
* gnu/packages/gnome.scm (nautilus): Update to 41.1. [arguments]: Remove #:meson keyword.
This commit is contained in:
parent
a9678953ea
commit
5b0a7fd9ad
1 changed files with 2 additions and 3 deletions
|
@ -9088,7 +9088,7 @@ (define-public tracker-miners
|
||||||
(define-public nautilus
|
(define-public nautilus
|
||||||
(package
|
(package
|
||||||
(name "nautilus")
|
(name "nautilus")
|
||||||
(version "41.0")
|
(version "41.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -9096,7 +9096,7 @@ (define-public nautilus
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rd1a0wjh2sc7mzw6m61rryvgxpi2lin4xj0x9khqw04q6nl3fgr"))
|
"0bsqh241m43x3qb3z0mjakjic610ncl95zhjdgls649phnc30qry"))
|
||||||
(patches
|
(patches
|
||||||
;; This patch is already upstream and can be removed next
|
;; This patch is already upstream and can be removed next
|
||||||
;; release.
|
;; release.
|
||||||
|
@ -9104,7 +9104,6 @@ (define-public nautilus
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
#:meson ,meson-0.59
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'make-extensible
|
(add-after 'unpack 'make-extensible
|
||||||
|
|
Loading…
Reference in a new issue