all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arseniy Zaostrovnykh <necto.ne@gmail.com>
To: 47189@debbugs.gnu.org
Subject: bug#47189: [PATCH] gnu: octave-cli: Make coreutils an explicit input
Date: Tue, 24 Sep 2024 06:56:02 +0200	[thread overview]
Message-ID: <CANy7P7SGF=Em_X5whJ=oGxeK0BhPyXfFMgYowXq8oOMxpJqisQ@mail.gmail.com> (raw)
In-Reply-To: <YFCaoi6G2h+Za8VG@3900XT>

[-- Attachment #1: Type: text/plain, Size: 678 bytes --]

This ensures coreutils like `cp` are available when running octave,
which is assumed by some of its builtin functions.
Resolves 47189

* gnu/packages/maths.scm(octave-cli): make coreutils input explicit
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5f47d5e390..8821a42712 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3055,6 +3055,7 @@ (define-public octave-cli
      (list alsa-lib
            arpack-ng
            bdb
+           coreutils ;; mention explicitly to make available for the built
octave
            curl
            fftw
            fftwf
-- 
2.46.0

[-- Attachment #2: Type: text/html, Size: 806 bytes --]

      parent reply	other threads:[~2024-09-24  5:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16 11:46 bug#47189: octave needs to be wrapped with coreutils Efraim Flashner
2024-09-24  4:53 ` Arseniy Zaostrovnykh
2024-09-24  4:56 ` Arseniy Zaostrovnykh [this message]

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='CANy7P7SGF=Em_X5whJ=oGxeK0BhPyXfFMgYowXq8oOMxpJqisQ@mail.gmail.com' \
    --to=necto.ne@gmail.com \
    --cc=47189@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.