emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28000: closed ([PATCH] gnu: octave: Build with tex


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28000: closed ([PATCH] gnu: octave: Build with texinfo.)
Date: Thu, 05 Oct 2017 22:11:01 +0000

Your message dated Fri, 06 Oct 2017 03:39:48 +0530
with message-id <address@hidden>
and subject line Re: [bug#28000] [PATCH] gnu: octave: Reference makeinfo with 
absolute path.
has caused the debbugs.gnu.org bug report #28000,
regarding [PATCH] gnu: octave: Build with texinfo.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28000: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28000
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: octave: Build with texinfo. Date: Mon, 7 Aug 2017 16:13:17 +0530
texinfo is required for the built-in documentation.

* gnu/packages/maths.scm (octave)[inputs]: Add texinfo.
[native-inputs]: Remove texinfo.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e19c8edc8..44de8a4e6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1026,7 +1026,7 @@ can solve two kinds of problems:
     (license license:bsd-3)))
 
 ;; For a fully featured Octave, users  are strongly recommended also to install
-;; the following packages: texinfo, less, ghostscript, gnuplot.
+;; the following packages: less, ghostscript, gnuplot.
 (define-public octave
   (package
     (name "octave")
@@ -1058,6 +1058,7 @@ can solve two kinds of problems:
        ("glu" ,glu)
        ("zlib" ,zlib)
        ("curl" ,curl)
+       ("texinfo" ,texinfo)
        ("graphicsmagick" ,graphicsmagick)))
     (native-inputs
      `(("lzip" ,lzip)
@@ -1072,7 +1073,6 @@ can solve two kinds of problems:
        ;; will still run without them, albeit without the features they
        ;; provide.
        ("less" ,less)
-       ("texinfo" ,texinfo)
        ("ghostscript" ,ghostscript)
        ("gnuplot" ,gnuplot)))
     (arguments
-- 
2.13.4




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28000] [PATCH] gnu: octave: Reference makeinfo with absolute path. Date: Fri, 06 Oct 2017 03:39:48 +0530
Pushed, thanks!


--- End Message ---

reply via email to

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