gnu: glibmm: Update to 2.70.0 and apply guix style.
* gnu/packages/glib.scm (glibmm): Update to 2.70.0. [native-inputs]: Use new style.
This commit is contained in:
parent
64f7e53a5d
commit
abb5a92cbc
1 changed files with 10 additions and 10 deletions
|
@ -747,7 +747,7 @@ (define-public libsigc++-2
|
||||||
(define glibmm
|
(define glibmm
|
||||||
(package
|
(package
|
||||||
(name "glibmm")
|
(name "glibmm")
|
||||||
(version "2.68.0")
|
(version "2.70.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/glibmm/"
|
(uri (string-append "mirror://gnome/sources/glibmm/"
|
||||||
|
@ -755,7 +755,7 @@ (define glibmm
|
||||||
"/glibmm-" version ".tar.xz"))
|
"/glibmm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xgkyhb2876mcyyib5rk3ya9aingyj68h02nl22yvkhx35rqbwy1"))))
|
"085mzpphz71sh5wh71ppikwnxsgn4pk3s4bzz6ingj6wxn5gs240"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -781,14 +781,14 @@ (define glibmm
|
||||||
(string-append out "/share/doc")
|
(string-append out "/share/doc")
|
||||||
(string-append doc "/share/doc"))))))))
|
(string-append doc "/share/doc"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("dot" ,graphviz)
|
(list graphviz
|
||||||
("doxygen" ,doxygen)
|
doxygen
|
||||||
("glib:bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("m4" ,m4)
|
m4
|
||||||
("mm-common" ,mm-common)
|
mm-common
|
||||||
("perl" ,perl)
|
perl
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("xsltproc" ,libxslt)))
|
libxslt))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list libsigc++ glib))
|
(list libsigc++ glib))
|
||||||
(home-page "https://gtkmm.org/")
|
(home-page "https://gtkmm.org/")
|
||||||
|
|
Loading…
Reference in a new issue