Archived
1
0
Fork 0

gnu: malcontent: Use meson 0.59 to fix build.

* gnu/packages/freedesktop.scm (malcontent)[meson]: Use meson 0.59.
This commit is contained in:
Maxim Cournoyer 2021-11-23 23:52:06 -05:00
parent 4d41c3beef
commit 249dd3fc58
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -363,7 +363,8 @@ tests.")
(base32 "0vnf0pk516fwwh41v96c29l2i7h1pnwhivlkbf53kkx1q35g7lb3"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
`(#:meson ,meson-0.59
#:glib-or-gtk? #t
#:phases
(modify-phases %standard-phases
;; AppInfo not available inside build environment.