me
/
guix
Archived
1
0
Fork 0

gnu: babl: Enable GIR.

* gnu/packages/gimp.scm (babl)[arguments]<#:configure-flags>: Remove.
[native-inputs]: Add gobject-introspection, vala.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vinicius Monego 2021-10-09 17:08:42 +00:00 committed by Liliana Marie Prikler
parent 4469c63d34
commit 7975ee9534
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 4 additions and 4 deletions

View File

@ -186,11 +186,11 @@ of a larger interface.")
"0fbh2ss1dy3sba4xjmfm4vxxjmx9a6rzgba9ycjygchbm957y3ag"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55
#:configure-flags
(list "-Denable-gir=false")))
`(#:meson ,meson-0.55))
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("vala" ,vala)))
(propagated-inputs
;; Propagated to satisfy babl.pc.
`(("lcms" ,lcms)))