guix-commits
[Top][All Lists]
Advanced

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

77/193: gnu: Remove rust-lyon-tessellation-0.17.


From: guix-commits
Subject: 77/193: gnu: Remove rust-lyon-tessellation-0.17.
Date: Mon, 24 Oct 2022 03:51:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7dbe78488cddc7b87da76f6f82ae882173008ae9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:31:57 2022 +0300

    gnu: Remove rust-lyon-tessellation-0.17.
    
    * gnu/packages/crates-graphics.scm (rust-lyon-tessellation-0.17): Delete 
variable.
---
 gnu/packages/crates-graphics.scm | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 4538d2e2cc..515fa0bc08 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1596,31 +1596,6 @@ graphics and video games.")
     (description "This package provides SVG helpers for the lyon crates.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-lyon-tessellation-0.17
-  (package
-    (name "rust-lyon-tessellation")
-    (version "0.17.10")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "lyon-tessellation" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32 "0q2pccjszda26asylnvhwsil8wvsprfjazrqdzj4i033s26y0c3j"))))
-    (build-system cargo-build-system)
-    (arguments
-      `(#:cargo-inputs
-        (("rust-float-next-after" ,rust-float-next-after-0.1)
-         ("rust-lyon-path" ,rust-lyon-path-0.17)
-         ("rust-serde" ,rust-serde-1))
-        #:cargo-development-inputs
-        (("rust-lyon-extra" ,rust-lyon-extra-0.17))))
-    (home-page "https://github.com/nical/lyon";)
-    (synopsis "Low level path tessellation library")
-    (description
-      "This package provides a low level path tessellation library.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-osmesa-sys-0.1
   (package
     (name "rust-osmesa-sys")



reply via email to

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