guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: upower: Install man pages.


From: Ludovic Courtès
Subject: 01/06: gnu: upower: Install man pages.
Date: Sun, 07 Feb 2016 22:46:10 +0000

civodul pushed a commit to branch master
in repository guix.

commit 5540929500ec7beb99f5cce46cd468a84972dde5
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 7 10:56:06 2016 +0100

    gnu: upower: Install man pages.
    
    * gnu/packages/gnome.scm (upower)[native-inputs]: Add LIBXML2, LIBXSLT,
    and DOCBOOK-XSL.
---
 gnu/packages/gnome.scm |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2230dcc..63121d4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
-;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014 Ian Denhardt <address@hidden>
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2014, 2015 Federico Beffa <address@hidden>
@@ -2432,7 +2432,12 @@ faster results and to avoid unnecessary server load.")
      `(("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
-       ("python" ,python)))
+       ("python" ,python)
+
+       ;; For man pages.
+       ("libxslt" ,libxslt)                       ;for 'xsltproc'
+       ("libxml2" ,libxml2)                       ;for 'XML_CATALOG_FILES'
+       ("docbook-xsl" ,docbook-xsl)))
     (inputs
      `(("dbus-glib" ,dbus-glib)
        ("libgudev" ,libgudev)



reply via email to

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