gnu: octave: Remove unneeded 'source' field.

* gnu/packages/maths.scm (octave)[source]: Remove.  It had been
unnecessary since b66741edc9.
This commit is contained in:
Ludovic Courtès 2020-08-26 00:51:20 +02:00
parent 51c55cedda
commit 253fcfe6fe
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1904,8 +1904,6 @@ (define-public octave-cli
(define-public octave
(package (inherit octave-cli)
(name "octave")
(source (origin
(inherit (package-source octave-cli))))
(inputs
`(("qscintilla" ,qscintilla)
("qt" ,qtbase)