mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: octave: Remove unneeded 'source' field.
* gnu/packages/maths.scm (octave)[source]: Remove. It had been
unnecessary since b66741edc9
.
This commit is contained in:
parent
51c55cedda
commit
253fcfe6fe
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue