guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

112/187: gnu: Remove rust-vecmath-1.


From: guix-commits
Subject: 112/187: gnu: Remove rust-vecmath-1.
Date: Mon, 24 Oct 2022 10:58:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9e32b03a854a6454cae88ab3fdb1ef611340ee97
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 13:53:18 2022 +0300

    gnu: Remove rust-vecmath-1.
    
    * gnu/packages/crates-io.scm (rust-vecmath-1): Delete variable.
---
 gnu/packages/crates-io.scm | 25 -------------------------
 1 file changed, 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]