guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libx11: Add "doc" output.


From: Ludovic Courtès
Subject: 01/02: gnu: libx11: Add "doc" output.
Date: Fri, 11 Sep 2015 07:48:14 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit bac4818467f481dbdfed1ee66518a722f8c4f58d
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 11 09:36:49 2015 +0200

    gnu: libx11: Add "doc" output.
    
    * gnu/packages/xorg.scm (libx11)[outputs, arguments]: New fields.
---
 gnu/packages/xorg.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a9859e6..9233c99 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4951,6 +4951,12 @@ draggable titlebars and borders.")
           (base32
             "05mx0s0vqzds3qjc1gmjr2s6x2ll37z4lfhgm7p2w7936zl2g81a"))))
     (build-system gnu-build-system)
+    (outputs '("out"
+               "doc"))                            ;8 MiB of man pages + XML
+    (arguments
+     '(#:configure-flags (list (string-append "--mandir="
+                                              (assoc-ref %outputs "doc")
+                                              "/share/man"))))
     (propagated-inputs
       `(("kbproto" ,kbproto)
         ("libxcb" ,libxcb)))



reply via email to

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