unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 56776@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#56776] [PATCH] gnu: rust-addr2line-0.14: Do not skip build.
Date: Tue, 26 Jul 2022 09:59:35 +0200	[thread overview]
Message-ID: <20220726075935.18750-1-ngraves@ngraves.fr> (raw)
In-Reply-To: <20220726075513.16541-1-ngraves@ngraves.fr>

* gnu/packages/crates-io.scm
(rust-addr2line-0.14): Adding development dependencies.
---
 gnu/packages/crates-io.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aaf7fe31e0..abf9e37c85 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1708,7 +1708,7 @@ (define-public rust-addr2line-0.14
         (base32 "1xs5bsi40zpyxbbylyaysya5h36ykcbg91i82415sxw5wk7q4px5"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
+     `(#:tests? #f
        #:cargo-inputs
        (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
         ("rust-cpp-demangle" ,rust-cpp-demangle-0.3)
@@ -1718,7 +1718,13 @@ (define-public rust-addr2line-0.14
         ("rust-rustc-demangle" ,rust-rustc-demangle-0.1)
         ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
         ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
-        ("rust-smallvec" ,rust-smallvec-1))))
+        ("rust-smallvec" ,rust-smallvec-1))
+       #:cargo-development-inputs
+       (("rust-memmap" ,rust-memmap-0.7)
+        ("rust-clap" ,rust-clap-2)
+        ("rust-backtrace" ,rust-backtrace-0.3)
+        ("rust-findshlibs" ,rust-findshlibs-0.8)
+        ("rust-rustc-test" ,rust-rustc-test-0.3))))
     (home-page "https://github.com/gimli-rs/addr2line")
     (synopsis "Symbolication library written in Rust, using gimli")
     (description
-- 
2.37.1





  reply	other threads:[~2022-07-26  8:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Nicolas Graves via Guix-patches via [this message]
2022-10-28  8:32 ` bug#56776: rust-findshlibs Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220726075935.18750-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=56776@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).