summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2024-03-19 16:02:05 +0100
committerGuix Patches Tester <>2024-04-17 13:57:20 +0200
commit28cfc7b7d419a3c2230f08c11c43b220e852e76c (patch)
tree7b70364bb8e29c8fdebd2226bee4c66723f0a039
parenta862fa07d644be9e445d09c69a3ef0696b810f43 (diff)
downloadguix-patches-issue-69871.tar
guix-patches-issue-69871.tar.gz
gnu: ntl: Correct license.issue-69871
* gnu/packages/algebra.scm (ntl)[license]: Set to lgpl2.1+. [source]: Remove trailing #t in snippet. Change-Id: Ibfcb520aa7fe71087adf2352b4051185a0d6f11e
-rw-r--r--gnu/packages/algebra.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index fc7f9e8d1a..922421b233 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -529,8 +529,7 @@ these types and other mathematical functions.")
(modules '((guix build utils)))
(snippet
'(begin
- (delete-file-recursively "src/libtool-origin")
- #t))))
+ (delete-file-recursively "src/libtool-origin")))))
(build-system gnu-build-system)
(native-inputs
(list libtool perl)) ; for configuration
@@ -558,7 +557,8 @@ these types and other mathematical functions.")
"NTL is a C++ library providing data structures and algorithms
for manipulating signed, arbitrary length integers, and for vectors,
matrices, and polynomials over the integers and over finite fields.")
- (license license:gpl2+)
+ (license license:lgpl2.1+) ; Linking with gf2x makes the distributed
+ ; binary de facto gpl3+.
(home-page "https://shoup.net/ntl/")))
(define-public singular