me
/
guix
Archived
1
0
Fork 0

gnu: gfbgraph: Remove obsolete configure flag.

* gnu/packages/gnome.scm (gfbgraph)[arguments]: Build gtk-doc documentation.
[native-inputs]: Add gtk-doc.
master
Tobias Geerinckx-Rice 2020-08-15 03:16:16 +02:00
parent 2b4dc589e9
commit 492ad09f41
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -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")