gnu: apostrophe: Build with older Meson.
* gnu/packages/gnome.scm (apostrophe)[arguments]: Add #:meson.master
parent
9a6667d045
commit
6fdf851546
|
@ -11924,6 +11924,7 @@ GTK+. It integrates well with the GNOME desktop environment.")
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
#:meson ,meson-0.59 ;fails with 0.60
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-meson
|
||||
|
|
Reference in New Issue