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 <efraim@flashner.co.il>
master
ng0 2017-08-23 13:59:30 +00:00 committed by Efraim Flashner
parent 60692df286
commit 6a548c56ef
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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