mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Rename "qtoctave" to "octave".
* gnu/packages/maths.scm (qtoctave): Define in terms of 'deprectated-package'. (octave): New variable, formerly known as "qtoctave".
This commit is contained in:
parent
5537603fbf
commit
e0ae7e7374
1 changed files with 5 additions and 2 deletions
|
@ -1497,9 +1497,9 @@ (define-public octave-cli
|
|||
script files.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public qtoctave
|
||||
(define-public octave
|
||||
(package (inherit octave-cli)
|
||||
(name "qtoctave")
|
||||
(name "octave")
|
||||
(source (origin
|
||||
(inherit (package-source octave-cli))))
|
||||
(inputs
|
||||
|
@ -1525,6 +1525,9 @@ (define-public qtoctave
|
|||
"qscintilla2_qt5"))
|
||||
#t))))))))
|
||||
|
||||
(define-public qtoctave
|
||||
(deprecated-package "qtoctave" octave))
|
||||
|
||||
(define-public opencascade-oce
|
||||
(package
|
||||
(name "opencascade-oce")
|
||||
|
|
Loading…
Reference in a new issue