efraim pushed a commit to branch master
in repository guix.
commit 6a548c56ef422f18a1effe89d82671f2ffae6a90
Author: ng0 <[email protected]>
Date: Wed Aug 23 13:59:30 2017 +0000
gnu: mate-desktop: Add 'gtk-doc' back to native-inputs.
* gnu/packages/mate.scm (mate-desktop)[native-inputs]: Uncomment
'gtk-doc' as input.
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0ce001b..8e39588 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -104,8 +104,8 @@ themes for both gtk+-2 and gtk+-3.")
("intltool" ,intltool)
("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
- ("yelp-tools" ,yelp-tools)))
- ;;("gtk-doc" ,gtk-doc))) ; add back in when gtk-doc builds
+ ("yelp-tools" ,yelp-tools)
+ ("gtk-doc" ,gtk-doc)))
(inputs
`(("gtk+" ,gtk+)
("libxrandr" ,libxrandr)