gnu: babl: Build with introspection.
* gnu/packages/gimp.scm (babl)[#:configure-flags]: Remove “-Denable-gir=false”.master
parent
d6d9e65175
commit
99cfb624ca
|
@ -193,8 +193,7 @@ of a larger interface.")
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "-Denable-gir=false"
|
(list "-Dwith-docs=false")))
|
||||||
"-Dwith-docs=false")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gobject-introspection pkg-config vala))
|
(list gobject-introspection pkg-config vala))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue