mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: devhelp: Update to 40.1.
* gnu/packages/gnome.scm (devhelp): Update to 40.1. [source]: Fix the URI. [arguments]: Remove trailing #t.
This commit is contained in:
parent
2ec38cbce0
commit
c6843609bd
1 changed files with 4 additions and 5 deletions
|
@ -5674,15 +5674,15 @@ both a traditional UI or a modern UI with a GtkHeaderBar.")
|
||||||
(define-public devhelp
|
(define-public devhelp
|
||||||
(package
|
(package
|
||||||
(name "devhelp")
|
(name "devhelp")
|
||||||
(version "3.34.0")
|
(version "40.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 "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zpmn6fgkgiayvn4diia5df0s6s7dqrdnp3nrvpavsmgn0vhb4pg"))))
|
"1fvb69l1nyxdrs95ar95rmpfs8nfkpys4x74r8ilid44hhzdk2iy"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
@ -5692,8 +5692,7 @@ both a traditional UI or a modern UI with a GtkHeaderBar.")
|
||||||
;; Don't create 'icon-theme.cache'.
|
;; Don't create 'icon-theme.cache'.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "meson_post_install.py"
|
(substitute* "meson_post_install.py"
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
|
|
Loading…
Add table
Reference in a new issue