me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-vecmath-1.

* gnu/packages/crates-io.scm (rust-vecmath-1): Delete variable.
Efraim Flashner 2022-10-24 13:53:18 +03:00
parent dcb79bacd9
commit 9e32b03a85
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 25 deletions

View File

@ -65060,31 +65060,6 @@ write operations.")
has at least 1 element.")
(license (list license:expat license:asl2.0))))
(define-public rust-vecmath-1
(package
(name "rust-vecmath")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "vecmath" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0shmj76rj7rqv377vy365xwr5rx23kxqgkqxxrymdjjvv3hf2slm"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-piston-float" ,rust-piston-float-1))))
(home-page "https://github.com/pistondevelopers/vecmath")
(synopsis "Library for vector math designed for reexporting")
(description
"This package provides a simple and type agnostic library for vector math
designed for reexporting.")
(license license:expat)))
(define-public rust-vergen-3
(package
(name "rust-vergen")