mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: modglue, cadabra: Add notes to avoid deletion.
* gnu/packages/engineering.scm (modglue, cadabra): Add NOTE comments. Fixes: guix/guix#5720 Change-Id: I7135be93213124c05c3bf7052fcd07149ea1c50a
This commit is contained in:
parent
dc19bad650
commit
19fc23fd89
1 changed files with 5 additions and 0 deletions
|
|
@ -5134,6 +5134,9 @@ more.")
|
||||||
server for Python and pypy3.")
|
server for Python and pypy3.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
|
;; NOTE: modglue is frozen, receiving zero development since 2017-01-19.
|
||||||
|
;; However it is a dependency of cadabra 1.x, and cadabra 1.x is a
|
||||||
|
;; soft dependency of TeXmacs.
|
||||||
(define-public modglue
|
(define-public modglue
|
||||||
(package
|
(package
|
||||||
(name "modglue")
|
(name "modglue")
|
||||||
|
|
@ -5169,6 +5172,8 @@ multiple co-processes in cadabra.")
|
||||||
(home-page "https://cadabra.science/")
|
(home-page "https://cadabra.science/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
;; NOTE: cadabra is frozen, receiving zero development since 2016-12-20.
|
||||||
|
;; However it is a soft dependency of TeXmacs (as a plugin).
|
||||||
(define-public cadabra
|
(define-public cadabra
|
||||||
(package
|
(package
|
||||||
(name "cadabra")
|
(name "cadabra")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue