guix-commits
[Top][All Lists]
Advanced

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

279/436: gnu: Remove rust-cbindgen-0.16.


From: guix-commits
Subject: 279/436: gnu: Remove rust-cbindgen-0.16.
Date: Sun, 5 Nov 2023 05:29:19 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 46f89154791857f8f5f3bf2036dbb250d43625e0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 28 15:44:41 2023 +0300

    gnu: Remove rust-cbindgen-0.16.
    
    * gnu/packages/rust-apps.scm (rust-cbindgen-0.16): Remove variable.
    
    Change-Id: Id37fbf2df893978eba7f8abeb0bc9443ffe94a0a
---
 gnu/packages/rust-apps.scm | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 5959eca667..a867267ce0 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1465,35 +1465,6 @@ rebase.")
     (native-inputs
      (list python-cython))))
 
-(define-public rust-cbindgen-0.16
-  (package
-    (inherit rust-cbindgen)
-    (name "rust-cbindgen")
-    (version "0.16.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "cbindgen" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "049cai626nzw0km03parx4sxwaxgbr7i5ifjbjwnfxkqkj5k2i4k"))))
-    (arguments
-     `(#:tests? #false                  ;missing files
-       #:cargo-inputs
-       (("rust-clap" ,rust-clap-2)
-        ("rust-heck" ,rust-heck-0.3)
-        ("rust-indexmap" ,rust-indexmap-1)
-        ("rust-log" ,rust-log-0.4)
-        ("rust-proc-macro2" ,rust-proc-macro2-1)
-        ("rust-quote" ,rust-quote-1)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-json" ,rust-serde-json-1)
-        ("rust-syn" ,rust-syn-1)
-        ("rust-tempfile" ,rust-tempfile-3)
-        ("rust-toml" ,rust-toml-0.5))
-       #:cargo-development-inputs
-       (("rust-serial-test" ,rust-serial-test-0.5))))))
-
 (define-public sniffglue
   (package
     (name "sniffglue")



reply via email to

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