all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
To: 69624@debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us@ieee.org>,
	Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#69624] [PATCH v2 3/8] gnu: Enables building rust-devise-core-0.2.
Date: Fri,  5 Apr 2024 20:44:33 -0400	[thread overview]
Message-ID: <a725ad82086e5fa4c2abb56401694ab1ccc0c83b.1712364277.git.aaron.covrig.us@ieee.org> (raw)
In-Reply-To: <b3249a6d91fc3644863e48861354523f97af5f54.1712364277.git.aaron.covrig.us@ieee.org>

* gnu/packages/crates-io.scm (rust-devise-core-0.2): Enables building

Signed-off-by: Aaron Covrig <aaron.covrig.us@ieee.org>
---
 gnu/packages/crates-io.scm | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 365d82aef2..4558141a22 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20992,12 +20992,15 @@ (define-public rust-devise-core-0.2
        (sha256
         (base32 "0wr3jdzzibpafz73hcca83wnzdgjinvm7axmxnyfkbasbnfkw1fi"))))
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-bitflags" ,rust-bitflags-1)
-        ("rust-proc-macro2" ,rust-proc-macro2-0.4)
-        ("rust-quote" ,rust-quote-0.6)
-        ("rust-syn" ,rust-syn-0.15))))))
+     `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-1)
+                       ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+                       ("rust-quote" ,rust-quote-0.6)
+                       ("rust-syn" ,rust-syn-0.15))
+       #:phases (modify-phases %standard-phases
+                  ;; Enable using nightly/dev features
+                  (add-after 'unpack 'enable-unstable-features
+                    (lambda _
+                      (setenv "RUSTC_BOOTSTRAP" "1"))))))))
 
 (define-public rust-dhcproto-0.9
   (package
-- 
2.41.0





  parent reply	other threads:[~2024-04-06  0:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08  3:21 [bug#69624] [PATCH rust-team] gnu: rust-devise: Added v0.3 and building v0.2 Aaron Covrig via Guix-patches via
2024-04-06  0:44 ` [bug#69624] [PATCH v2 1/8] gnu: Add rust-proc-macro2-diagnostics-0.9 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 2/8] gnu: Enables building rust-proc-macro2-diagnostics-0.10 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` Aaron Covrig via Guix-patches via [this message]
2024-04-06  0:44   ` [bug#69624] [PATCH v2 4/8] gnu: Enables building rust-devise-codegen-0.2 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 5/8] gnu: Enable building rust-devise-0.2 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 6/8] gnu: Add rust-devise-core-0.3 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 7/8] gnu: Add rust-devise-codegen-0.3 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 8/8] gnu: Add rust-devise-0.3 Aaron Covrig via Guix-patches via
2024-04-07 12:27   ` bug#69624: [PATCH v2 1/8] gnu: Add rust-proc-macro2-diagnostics-0.9 Efraim Flashner

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

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

  git send-email \
    --in-reply-to=a725ad82086e5fa4c2abb56401694ab1ccc0c83b.1712364277.git.aaron.covrig.us@ieee.org \
    --to=guix-patches@gnu.org \
    --cc=69624@debbugs.gnu.org \
    --cc=aaron.covrig.us@ieee.org \
    --cc=efraim@flashner.co.il \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.