This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new 8bfa0083c3 gnu: modglue, cadabra: Add notes to avoid deletion.
8bfa0083c3 is described below

commit 8bfa0083c3b853bae2819a065ff6df82f2801325
Author: Anderson Torres <[email protected]>
AuthorDate: Wed Jan 21 10:13:02 2026 -0300

    gnu: modglue, cadabra: Add notes to avoid deletion.
    
    * gnu/packages/engineering.scm (modglue, cadabra): Add NOTE comments.
    
    Fixes: guix/guix#5720
    Change-Id: I7135be93213124c05c3bf7052fcd07149ea1c50a
---
 gnu/packages/engineering.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 3dbee898ef..6aa9bd6ddd 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -5134,6 +5134,9 @@ more.")
 server for Python and pypy3.")
     (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
   (package
     (name "modglue")
@@ -5169,6 +5172,8 @@ multiple co-processes in cadabra.")
     (home-page "https://cadabra.science/";)
     (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
   (package
     (name "cadabra")

Reply via email to