1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: babl: Don't build documentation.

It would require `scp` from openssh and it was not built before.

* gnu/packages/gimp.scm (babl)[arguments]: Add `-Dwith-docs=false` to
the configure flags.
This commit is contained in:
Jonathan Brielmaier
2021-09-10 21:02:50 +02:00
parent 749d0e2ee0
commit 45055c73c8

View File

@@ -186,7 +186,8 @@ of a larger interface.")
(build-system meson-build-system)
(arguments
`(#:configure-flags
(list "-Denable-gir=false")))
(list "-Denable-gir=false"
"-Dwith-docs=false")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(propagated-inputs