guix-commits
[Top][All Lists]
Advanced

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

104/187: gnu: Remove rust-shader-version-0.6.


From: guix-commits
Subject: 104/187: gnu: Remove rust-shader-version-0.6.
Date: Mon, 24 Oct 2022 10:58:17 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: Remove rust-shader-version-0.6.
    
    * gnu/packages/crates-io.scm (rust-shader-version-0.6): Delete variable.
---
 gnu/packages/crates-io.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c37dff385b..73888830c3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52382,32 +52382,6 @@ functions core functionality.")
 (Keccak) hash function.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-shader-version-0.6
-  (package
-    (name "rust-shader-version")
-    (version "0.6.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "shader_version" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1yk651xc9irl3pl0rlplypzyzy44d0j03ji0j7hjjdjknwzpi3j7"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-piston-graphics-api-version"
-         ,rust-piston-graphics-api-version-0.2))))
-    (home-page "https://github.com/pistondevelopers/shader_version";)
-    (synopsis
-     "Helper library for detecting and picking compatible shaders")
-    (description "This package provides a helper library for detecting and
-picking compatible shaders.")
-    (license license:expat)))
-
 (define-public rust-shadow-rs-0.8
   (package
     (name "rust-shadow-rs")



reply via email to

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