guix_mirror_bot pushed a commit to branch sage
in repository guix.

commit 1866a76a1a5d2c0038e290951a8b32da6f13ca76
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jan 26 13:30:24 2026 +0100

    gnu: maxima-ecl: Discover the variable.
    
    * gnu/packages/maths.scm (maxima-ecl)[properties]: Remove 'hidden?
    property.
    
    Change-Id: Ia426761438ab951afa432a57db117644858896af
---
 gnu/packages/maths.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 102571025e..d16b42c585 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016, 2019, 2020, 2023, 2024, 2025 Andreas 
Enge <[email protected]>
+;;; Copyright © 2013, 2014, 2015, 2016, 2019, 2020, 2023, 2024, 2025, 2026 
Andreas Enge <[email protected]>
 ;;; Copyright © 2013 Nikita Karetnikov <[email protected]>
 ;;; Copyright © 2014, 2016, 2017 John Darrington <[email protected]>
 ;;; Copyright © 2014-2022 Eric Bavier <[email protected]>
@@ -5883,7 +5883,6 @@ point numbers.")
 (define-public maxima-ecl
   (package/inherit maxima
     (name "maxima-ecl")
-    (properties '((hidden? . #t)))
     (inputs
       (modify-inputs (package-inputs maxima)
         (delete "sbcl")

Reply via email to