[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: texinfo: Claim 'INFOPATH'.
From: |
Ludovic Courtès |
Subject: |
05/05: gnu: texinfo: Claim 'INFOPATH'. |
Date: |
Sat, 03 Oct 2015 15:09:13 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 1668dfcd37174af13636a85c80df2f833e867387
Author: Ludovic Courtès <address@hidden>
Date: Sat Oct 3 12:31:21 2015 +0200
gnu: texinfo: Claim 'INFOPATH'.
Reported by Konrad Hinsen <address@hidden>.
* gnu/packages/texinfo.scm (texinfo)[native-search-paths]: New field.
---
gnu/packages/texinfo.scm | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 92bd947..591fb1f 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -45,6 +45,13 @@
(inputs `(("ncurses" ,ncurses)
("xz" ,xz)
("perl" ,perl)))
+
+ (native-search-paths
+ ;; This is the variable used by the standalone Info reader.
+ (list (search-path-specification
+ (variable "INFOPATH")
+ (files '("share/info")))))
+
(home-page "http://www.gnu.org/software/texinfo/")
(synopsis "The GNU documentation format")
(description