bug-guix
[Top][All Lists]
Advanced

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

bug#47189: [PATCH] gnu: octave-cli: Make coreutils an explicit input


From: Arseniy Zaostrovnykh
Subject: bug#47189: [PATCH] gnu: octave-cli: Make coreutils an explicit input
Date: Tue, 24 Sep 2024 06:56:02 +0200

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

reply via email to

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