all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 28000@debbugs.gnu.org
Subject: [bug#28000] [PATCH] gnu: octave: Build with texinfo.
Date: Mon,  7 Aug 2017 16:13:17 +0530	[thread overview]
Message-ID: <c470797a.AEQAOK6C9kgAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZiERt@mailjet.com> (raw)

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


             reply	other threads:[~2017-08-07 10:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-07 10:43 Arun Isaac [this message]
2017-08-07 22:13 ` [bug#28000] [PATCH] gnu: octave: Build with texinfo Marius Bakke
2017-09-26 13:23   ` Arun Isaac
2017-08-07 22:18 ` [bug#28000] [Mail Delivery System] Undelivered Mail Returned to Sender Marius Bakke
2017-09-30  9:25 ` [bug#28000] [PATCH] gnu: octave: Reference makeinfo with absolute path Arun Isaac
2017-10-04 14:37   ` Ludovic Courtès
2017-10-05 22:09     ` bug#28000: " Arun Isaac
     [not found] <ddec1ecd.AEEARAgPOywAAAAAAAAAAAPFd4cAAAACwQwAAAAAAAW9WABZylTD@mailjet.com>
2017-09-27 21:14 ` [bug#28000] [PATCH] gnu: octave: Build with texinfo Marius Bakke
2017-09-29 14:55   ` Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c470797a.AEQAOK6C9kgAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZiERt@mailjet.com \
    --to=arunisaac@systemreboot.net \
    --cc=28000@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.