summary refs log tree commit diff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-08-26 00:51:20 +0200
committerLudovic Courtès <ludo@gnu.org>2020-08-26 00:51:57 +0200
commit253fcfe6fec8fb9d70cde8623fe562dc3ca67262 (patch)
tree3152985f9ef79a8c4ff3208c326d49e5680db65f /gnu/packages/maths.scm
parent51c55cedda6c69ba68da6be88176b847effa6479 (diff)
downloadguix-253fcfe6fec8fb9d70cde8623fe562dc3ca67262.tar.gz
gnu: octave: Remove unneeded 'source' field.
* gnu/packages/maths.scm (octave)[source]: Remove.  It had been
unnecessary since b66741edc954f0a17f1ef567e8d612cac87c7b6a.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d83ea6741a..39ff242d6e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1904,8 +1904,6 @@ script files.")
 (define-public octave
   (package (inherit octave-cli)
     (name "octave")
-    (source (origin
-              (inherit (package-source octave-cli))))
     (inputs
      `(("qscintilla" ,qscintilla)
        ("qt" ,qtbase)