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
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -186,7 +186,8 @@ (define-public babl
(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