guix-commits
[Top][All Lists]
Advanced

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

155/187: gnu: Remove rust-findshlibs-0.5.


From: guix-commits
Subject: 155/187: gnu: Remove rust-findshlibs-0.5.
Date: Mon, 24 Oct 2022 10:58:30 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ed7f41045abd42d1235bbf51db0d91588028afe4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:28:57 2022 +0300

    gnu: Remove rust-findshlibs-0.5.
    
    * gnu/packages/crates-io.scm (rust-findshlibs-0.5): 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 26feb8113e..bccc9d6a45 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20747,32 +20747,6 @@ cross platform API.")
     (license (list license:asl2.0
                    license:expat))))
 
-(define-public rust-findshlibs-0.5
-  (package
-    (name "rust-findshlibs")
-    (version "0.5.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "findshlibs" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-lazy-static" ,rust-lazy-static-1)
-        ("rust-libc" ,rust-libc-0.2))))
-    (home-page "https://github.com/gimli-rs/findshlibs";)
-    (synopsis "Find the set of shared libraries loaded in the current process")
-    (description
-     "Find the set of shared libraries loaded in the current process with a
-cross platform API.")
-    (license (list license:asl2.0
-                   license:expat))))
-
 (define-public rust-fixed-1
   (package
     (name "rust-fixed")



reply via email to

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