[bug#56729,RFC,v3,28/32] gnu: singular: Don't compress info file.
Commit Message
Singular doesn't find the compressed file.
* gnu/packages/algebra.scm (singular)[arguments]<#:phases>: Delete phase
'compress-documentation.
---
gnu/packages/algebra.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
@@ -670,7 +670,10 @@ (define-public singular
(arguments
`(#:configure-flags
(list (string-append "--with-ntl="
- (assoc-ref %build-inputs "ntl")))))
+ (assoc-ref %build-inputs "ntl")))
+ #:phases (modify-phases %standard-phases
+ ;; singular doesn't find its compressed info file
+ (delete 'compress-documentation))))
(synopsis "Computer algebra system for polynomial computations")
(description
"Singular is a computer algebra system for polynomial computations,