guix-commits
[Top][All Lists]
Advanced

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

03/187: gnu: Remove rust-lyon-extra-0.17.


From: guix-commits
Subject: 03/187: gnu: Remove rust-lyon-extra-0.17.
Date: Mon, 24 Oct 2022 10:57:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0b666b56247724d6beff696ee342e8bf00b76cb8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 11:59:59 2022 +0300

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

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 54d9533d8e..42adfacf63 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1428,29 +1428,6 @@ pixel buffers with width, height and stride.")
 graphics and video games.")
     (license license:expat)))
 
-(define-public rust-lyon-extra-0.17
-  (package
-    (name "rust-lyon-extra")
-    (version "0.17.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "lyon_extra" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32 "10n8h48a363qa66byqfkg164542p97v5rrnb33gqhggah739nwm0"))))
-    (build-system cargo-build-system)
-    (arguments
-      `(#:skip-build?
-        #t
-        #:cargo-inputs
-        (("rust-lyon-path" ,rust-lyon-path-0.17)
-         ("rust-lyon-svg" ,rust-lyon-svg-0.17))))
-    (home-page "https://github.com/nical/lyon";)
-    (synopsis "Optional utilities for the lyon crate")
-    (description "This package provides optional utilities for the lyon 
crate.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-lyon-geom-0.17
   (package
     (name "rust-lyon-geom")



reply via email to

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