gnu: Remove libtommath-1.0.

* gnu/packages/multiprecision.scm (libtommath-1.0): Delete variable.

Change-Id: I8da3c4b16470ea24e89216644d84350e07b7dd63
This commit is contained in:
Efraim Flashner 2024-03-04 09:37:35 +02:00
parent 0596f596ea
commit c11e49d231
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 19 deletions

View File

@ -530,22 +530,3 @@ the box without configuration.")
(("arch") "uname -m"))
#t))))
((#:test-target _) "test_standalone")))))
(define-public libtommath-1.0
(package
(inherit libtommath-1.1)
(version "1.0.1")
(outputs '("out"))
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/libtom/libtommath/releases/"
"download/v" version "/ltm-" version ".tar.xz"))
(sha256
(base32
"0sbccdwbkfc680id2fi0x067j23biqcjqilwkk7y9339knrjy0s7"))))
(arguments
(substitute-keyword-arguments (package-arguments libtommath-1.1)
((#:phases phases)
`(modify-phases ,phases
(delete 'install-static-library)))))))