diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 13:53:18 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 17:40:39 +0300 |
commit | 9e32b03a854a6454cae88ab3fdb1ef611340ee97 (patch) | |
tree | ec6e59885b1edad890b7278950172fdc1d55db69 /gnu | |
parent | dcb79bacd91481a646c62f07ab4926b15f8b094b (diff) | |
download | guix-9e32b03a854a6454cae88ab3fdb1ef611340ee97.tar.gz |
gnu: Remove rust-vecmath-1.
* gnu/packages/crates-io.scm (rust-vecmath-1): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index fb12544290..c877a6238f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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") |