diff options
author | ng0 <ng0@infotropique.org> | 2017-08-23 13:59:30 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-09-03 16:18:15 +0300 |
commit | 6a548c56ef422f18a1effe89d82671f2ffae6a90 (patch) | |
tree | 819d9372468dbf124f73f4d5130d775ed005ef78 /gnu/packages/mate.scm | |
parent | 60692df286d9a4d340086adeda41795df94d6015 (diff) | |
download | patches-6a548c56ef422f18a1effe89d82671f2ffae6a90.tar patches-6a548c56ef422f18a1effe89d82671f2ffae6a90.tar.gz |
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>
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 0ce001b1e3..8e3958879f 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) |