guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: babl: Don't build documentation


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: babl: Don't build documentation.
Date: Fri, 10 Sep 2021 15:17:53 -0400

This is an automated email from the git hooks/post-receive script.

jonsger pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 45055c7  gnu: babl: Don't build documentation.
45055c7 is described below

commit 45055c73c8a6db7d47aca1fdac991ee772f3fab8
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Fri Sep 10 21:02:50 2021 +0200

    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.
---
 gnu/packages/gimp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 81c5694..1bb660c 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]