mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: evince: Use meson-0.59.
* gnu/packages/gnome.scm (evince)[meson]: Use meson-0.59.
This commit is contained in:
parent
95633a36b2
commit
ef77c3b3f1
1 changed files with 2 additions and 1 deletions
|
@ -2638,7 +2638,8 @@ (define-public evince
|
||||||
"0xrwls1bhvny8vvd7mfjy9p26zjch0pd6x6j9jn9g2ka6xwyrxqg"))))
|
"0xrwls1bhvny8vvd7mfjy9p26zjch0pd6x6j9jn9g2ka6xwyrxqg"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60
|
||||||
|
#:glib-or-gtk? #t
|
||||||
#:build-type "release"
|
#:build-type "release"
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
'("-Dnautilus=false"
|
'("-Dnautilus=false"
|
||||||
|
|
Loading…
Reference in a new issue