guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: kmscon: Build the man page.


From: Ludovic Courtès
Subject: 02/03: gnu: kmscon: Build the man page.
Date: Thu, 8 Sep 2016 22:18:15 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 7326944b5c6ff850b83f8b7d737d0bb2f5a97c42
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 9 00:07:03 2016 +0200

    gnu: kmscon: Build the man page.
    
    * gnu/packages/terminals.scm (kmscon)[native-inputs]: Add LIBXSLT,
    LIBXML2, and DOCBOOK-XSL.
---
 gnu/packages/terminals.scm |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index b6d99fd..89ccaa6 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2016 Mckinley Olsen <address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 David Craven <address@hidden>
+;;; Copyright © 2016 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -42,6 +43,8 @@
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages xdisorg)
+  #:use-module (gnu packages xml)
+  #:use-module (gnu packages docbook)
   #:use-module (srfi srfi-26))
 
 (define-public tilda
@@ -209,7 +212,10 @@ compatibility to existing emulators like xterm, 
gnome-terminal, konsole, etc.")
                 "0axfwrp3c8f4gb67ap2sqnkn75idpiw09s35wwn6kgagvhf1rc0a"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("libxslt" ,libxslt)                       ;to build the man page
+       ("libxml2" ,libxml2)                       ;for XML_CATALOG_FILES
+       ("docbook-xsl" ,docbook-xsl)))
     (inputs
      `(("libdrm" ,libdrm)
        ("libtsm" ,libtsm)



reply via email to

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