me
/
guix
Archived
1
0
Fork 0

gnu: malcontent: Use meson 0.59 to fix build.

* gnu/packages/freedesktop.scm (malcontent)[meson]: Use meson 0.59.
master
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
1 changed files with 2 additions and 1 deletions

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.