guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gfbgraph: Remove obsolete configure flag.


From: guix-commits
Subject: 02/04: gnu: gfbgraph: Remove obsolete configure flag.
Date: Fri, 14 Aug 2020 22:41:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 492ad09f413e477ec7eea22a52424472498c4f9e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 15 03:16:16 2020 +0200

    gnu: gfbgraph: Remove obsolete configure flag.
    
    * gnu/packages/gnome.scm (gfbgraph)[arguments]: Build gtk-doc documentation.
    [native-inputs]: Add gtk-doc.
---
 gnu/packages/gnome.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dce9639..6c7406d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8655,14 +8655,14 @@ compiled.")
                 "1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs"))))
     (build-system glib-or-gtk-build-system)
     (arguments
-     `(#:tests? #f ; Tests appear to require the network.
-       ;; FIXME --enable-gtk-doc fails even with gtk-doc as a native-input.
-       #:configure-flags '("--disable-gtk-doc"
-                           "--disable-static"
+     `(#:tests? #f                      ; tests appear to require the network
+       #:configure-flags '("--disable-static"
+                           "--enable-gtk-doc"
                            "--enable-introspection")))
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("gobject-introspection" ,gobject-introspection)))
+     `(("gobject-introspection" ,gobject-introspection)
+       ("gtk-doc" ,gtk-doc)
+       ("pkg-config" ,pkg-config)))
     (inputs
      `(("json-glib" ,json-glib)
        ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")



reply via email to

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