mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -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
|
||||
(package
|
||||
(name "nautilus")
|
||||
(version "41.0")
|
||||
(version "41.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -9096,7 +9096,7 @@ (define-public nautilus
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rd1a0wjh2sc7mzw6m61rryvgxpi2lin4xj0x9khqw04q6nl3fgr"))
|
||||
"0bsqh241m43x3qb3z0mjakjic610ncl95zhjdgls649phnc30qry"))
|
||||
(patches
|
||||
;; This patch is already upstream and can be removed next
|
||||
;; release.
|
||||
|
@ -9104,7 +9104,6 @@ (define-public nautilus
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
#:meson ,meson-0.59
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'make-extensible
|
||||
|
|
Loading…
Reference in a new issue