guix-commits
[Top][All Lists]
Advanced

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

02/187: gnu: Remove rust-piston-0.49.


From: guix-commits
Subject: 02/187: gnu: Remove rust-piston-0.49.
Date: Mon, 24 Oct 2022 10:57:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: Remove rust-piston-0.49.
    
    * gnu/packages/crates-graphics.scm (rust-piston-0.49): Delete variable.
---
 gnu/packages/crates-graphics.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index fc2cb778ec..54d9533d8e 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1548,32 +1548,6 @@ graphics and video games.")
     (description "This package provides OSMesa library bindings for Rust.")
     (license license:cc0)))
 
-(define-public rust-piston-0.49
-  (package
-    (name "rust-piston")
-    (version "0.49.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "piston" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1y0rbw92mzagqmwk79wv9axq0m7aid0s0d5cppyzh33wrxhdl3xj"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-pistoncore-input" ,rust-pistoncore-input-0.28)
-        ("rust-pistoncore-window" ,rust-pistoncore-window-0.44)
-        ("rust-pistoncore-event-loop" ,rust-pistoncore-event-loop-0.49))))
-    (home-page "https://github.com/PistonDevelopers/piston";)
-    (synopsis "Piston game engine core libraries")
-    (description
-     "The Piston game engine core libraries.")
-    (license license:expat)))
-
 (define-public rust-piston-float-1
   (package
     (name "rust-piston-float")



reply via email to

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