guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: info-reader: Adjust to 'texinfo-6.1' removal.


From: Ludovic Courtès
Subject: 02/07: gnu: info-reader: Adjust to 'texinfo-6.1' removal.
Date: Wed, 06 Apr 2016 20:40:30 +0000

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

commit 8f03b70b020c5a4e3dfc3d515cdefbb7723e7fc9
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 6 14:20:09 2016 +0200

    gnu: info-reader: Adjust to 'texinfo-6.1' removal.
    
    * gnu/packages/texinfo.scm (info-reader): Change 'texinfo-6.1' to
    'texinfo'.
---
 gnu/packages/texinfo.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 5149703..18142ad 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -93,10 +93,10 @@ is on expressing the content semantically, avoiding 
physical markup commands.")
   ;; The idea of this package is to have the standalone Info reader without
   ;; the dependency on Perl that 'makeinfo' drags.
   (package
-    (inherit texinfo-6.1)
+    (inherit texinfo)
     (name "info-reader")
     (arguments
-     `(#:disallowed-references ,(assoc-ref (package-inputs texinfo-6.1)
+     `(#:disallowed-references ,(assoc-ref (package-inputs texinfo)
                                            "perl")
 
        #:modules ((ice-9 ftw) (srfi srfi-1)



reply via email to

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