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:
parent
749d0e2ee0
commit
45055c73c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user