unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56776] [PATCH] gnu: Add rust-findshlibs-0.8.
@ 2022-07-26  7:55 Nicolas Graves via Guix-patches via
  2022-07-26  7:59 ` [bug#56776] [PATCH] gnu: rust-addr2line-0.14: Do not skip build Nicolas Graves via Guix-patches via
  2022-10-28  8:32 ` bug#56776: rust-findshlibs Nicolas Graves via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-07-26  7:55 UTC (permalink / raw)
  To: 56776; +Cc: Nicolas Graves

* gnu/packages/crates-io.scm (rust-findshlibs-0.8): New variable.
---
 gnu/packages/crates-io.scm | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b5cbc17ced..aaf7fe31e0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21910,10 +21910,10 @@ (define-public rust-field-offset-0.3
 implementation.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-findshlibs-0.5
+(define-public rust-findshlibs-0.8
   (package
     (name "rust-findshlibs")
-    (version "0.5.0")
+    (version "0.8.0")
     (source
       (origin
         (method url-fetch)
@@ -21921,11 +21921,10 @@ (define-public rust-findshlibs-0.5
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1n2vagn0q5yim32hxkwi1cjgp3yn1dm45p7z8nw6lapywihhs9mi"))))
+          "1jc7yvc830mr29gvqpmc73qshf84nvd00xvaryv91ky7m4cgrbrp"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-lazy-static" ,rust-lazy-static-1)
         ("rust-libc" ,rust-libc-0.2))))
     (home-page "https://github.com/gimli-rs/findshlibs")
@@ -21936,6 +21935,20 @@ (define-public rust-findshlibs-0.5
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-findshlibs-0.5
+  (package
+    (inherit rust-findshlibs-0.8)
+    (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"))))))
+
 (define-public rust-fixed-1
   (package
     (name "rust-fixed")
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-28  8:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26  7:55 [bug#56776] [PATCH] gnu: Add rust-findshlibs-0.8 Nicolas Graves via Guix-patches via
2022-07-26  7:59 ` [bug#56776] [PATCH] gnu: rust-addr2line-0.14: Do not skip build Nicolas Graves via Guix-patches via
2022-10-28  8:32 ` bug#56776: rust-findshlibs Nicolas Graves via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).