guix-commits
[Top][All Lists]
Advanced

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

13/187: gnu: Remove rust-pistoncore-glutin-window-0.63.


From: guix-commits
Subject: 13/187: gnu: Remove rust-pistoncore-glutin-window-0.63.
Date: Mon, 24 Oct 2022 10:57:44 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7d7a4f13b18b453af9a7350bafe837e8c5e28a72
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 12:09:27 2022 +0300

    gnu: Remove rust-pistoncore-glutin-window-0.63.
    
    * gnu/packages/crates-graphics.scm (rust-pistoncore-glutin-window-0.63): 
Delete variable.
---
 gnu/packages/crates-graphics.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index d9dcd10931..4e34a62cc0 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1696,34 +1696,6 @@ with multiple back-ends.")
 interactive applications.")
     (license license:expat)))
 
-(define-public rust-pistoncore-glutin-window-0.63
-  (package
-    (name "rust-pistoncore-glutin-window")
-    (version "0.63.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "pistoncore-glutin_window" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "0dhbyxarv5i742d400bmqdqq3f8c25kcgcg0xavrc18dc913rixc"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-gl" ,rust-gl-0.11)
-        ("rust-glutin" ,rust-glutin-0.21)
-        ("rust-pistoncore-input" ,rust-pistoncore-input-0.28)
-        ("rust-pistoncore-window" ,rust-pistoncore-window-0.44)
-        ("rust-shader-version" ,rust-shader-version-0.6))))
-    (home-page "https://github.com/pistondevelopers/glutin_window";)
-    (synopsis "Piston window back-end using the Glutin library")
-    (description
-     "This package provides a Piston window back-end using the Glutin 
library.")
-    (license license:expat)))
-
 (define-public rust-pistoncore-input-0.28
   (package
     (name "rust-pistoncore-input")



reply via email to

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