mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: dconf: Install GTK documentation.
* gnu/packages/gnome.scm (dconf)[native-inputs]: Add GTK-DOC. [arguments]: Adjust #:configure-flags accordingly.
This commit is contained in:
parent
bc036f4c99
commit
03676d6f35
1 changed files with 2 additions and 1 deletions
|
@ -2251,6 +2251,7 @@ (define-public dconf
|
||||||
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
|
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
|
||||||
("docbook-xml" ,docbook-xml-4.2)
|
("docbook-xml" ,docbook-xml-4.2)
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
|
("gtk-doc" ,gtk-doc)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; To contact dbus it needs to load /var/lib/dbus/machine-id
|
`(#:tests? #f ; To contact dbus it needs to load /var/lib/dbus/machine-id
|
||||||
|
@ -2259,7 +2260,7 @@ (define-public dconf
|
||||||
;; Set the correct RUNPATH in binaries.
|
;; Set the correct RUNPATH in binaries.
|
||||||
(list (string-append "LDFLAGS=-Wl,-rpath="
|
(list (string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out") "/lib")
|
(assoc-ref %outputs "out") "/lib")
|
||||||
"--disable-gtk-doc-html"))) ; FIXME: requires gtk-doc
|
"--enable-gtk-doc")))
|
||||||
(home-page "https://developer.gnome.org/dconf")
|
(home-page "https://developer.gnome.org/dconf")
|
||||||
(synopsis "Low-level GNOME configuration system")
|
(synopsis "Low-level GNOME configuration system")
|
||||||
(description "Dconf is a low-level configuration system. Its main purpose
|
(description "Dconf is a low-level configuration system. Its main purpose
|
||||||
|
|
Loading…
Reference in a new issue