gnu: passwordsafe: Fix build.
* gnu/packages/gnome.scm (passwordsafe)[arguments]: Build with MESON-0.59.
This commit is contained in:
parent
2a4b41cc08
commit
489fb4da3d
1 changed files with 1 additions and 0 deletions
|
@ -10720,6 +10720,7 @@ apply fancy special effects and lets you share the fun with others.")
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
#:meson ,meson-0.59
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
|
(add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
|
||||||
|
|
Reference in a new issue