guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: mate-desktop: Add 'gtk-doc' back to native-inputs.


From: Efraim Flashner
Subject: 05/06: gnu: mate-desktop: Add 'gtk-doc' back to native-inputs.
Date: Sun, 3 Sep 2017 11:01:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6a548c56ef422f18a1effe89d82671f2ffae6a90
Author: ng0 <address@hidden>
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 <address@hidden>
---
 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]