guix-commits
[Top][All Lists]
Advanced

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

04/187: gnu: Remove rust-gfx-device-gl-0.16.


From: guix-commits
Subject: 04/187: gnu: Remove rust-gfx-device-gl-0.16.
Date: Mon, 24 Oct 2022 10:57:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: Remove rust-gfx-device-gl-0.16.
    
    * gnu/packages/crates-graphics.scm (rust-gfx-device-gl-0.16): 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 42adfacf63..3f522d0d5c 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -726,31 +726,6 @@ EUI-64, also known as MAC-48 media access control 
addresses.")
     (description "This package is a core library of Gfx-rs.")
     (license license:asl2.0)))
 
-(define-public rust-gfx-device-gl-0.16
-  (package
-    (name "rust-gfx-device-gl")
-    (version "0.16.2")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "gfx_device_gl" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1g5yg19jvxdmviljyakhd6253bnb2qg7v8iscf48ihc0ldgki70h"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-log" ,rust-log-0.4)
-        ("rust-gfx-gl" ,rust-gfx-gl-0.6)
-        ("rust-gfx-core" ,rust-gfx-core-0.9))))
-    (home-page "https://github.com/gfx-rs/gfx";)
-    (synopsis "OpenGL backend for gfx-rs")
-    (description "This package provides the openGL backend for gfx-rs.")
-    (license license:asl2.0)))
-
 (define-public rust-gfx-gl-0.6
   (package
     (name "rust-gfx-gl")



reply via email to

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