unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: 50253@debbugs.gnu.org
Subject: [bug#50253] [PATCH 1/5] gnu: Add rust-libc-0.2.98.
Date: Sun, 29 Aug 2021 17:00:29 +0200	[thread overview]
Message-ID: <20210829150034.11750-1-brice@waegenei.re> (raw)
In-Reply-To: <20210829144331.8619-1-brice@waegenei.re>

* gnu/packages/crates-io.scm (rust-libc-0.2.98): New variable.
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 087ffa1d27..3cbcf9c826 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18,6 +18,7 @@
 ;;; Copyright © 2021 Antero Mejr <antero@kodmin.com>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -24016,6 +24017,24 @@ values of all the exported APIs match the platform that libc is compiled for.")
     (license (list license:expat
                    license:asl2.0))))
 
+(define-public rust-libc-0.2.98
+  (package
+    (inherit rust-libc-0.2)
+    (name "rust-libc")
+    (version "0.2.98")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "libc" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "144728k6d98k3hplzklqn18a134nq6nw0jzdxy1s98sx2xvzw31j"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))))
+
 (define-public rust-libc-print-0.1
   (package
     (name "rust-libc-print")
-- 
2.33.0





  reply	other threads:[~2021-08-29 15:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-29 14:43 [bug#50253] [PATCH 0/5] Update alacritty to 0.9.0 Brice Waegeneire
2021-08-29 15:00 ` Brice Waegeneire [this message]
2021-08-29 15:00 ` [bug#50253] [PATCH 2/5] gnu: rust-mio-anonymous-pipes: Update to 0.2.0 Brice Waegeneire
2021-08-29 15:00 ` [bug#50253] [PATCH 3/5] gnu: rust-alacritty-terminal: Update to 0.15.0 Brice Waegeneire
2021-08-29 15:00 ` [bug#50253] [PATCH 4/5] gnu: rust-crossfont: Update to 0.3.1 Brice Waegeneire
2021-08-29 15:00 ` [bug#50253] [PATCH 5/5] gnu: alacritty: Update to 0.9.0 Brice Waegeneire
2021-09-06  9:48 ` bug#50253: [PATCH 0/5] Update alacritty " Nicolas Goaziou

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=20210829150034.11750-1-brice@waegenei.re \
    --to=brice@waegenei.re \
    --cc=50253@debbugs.gnu.org \
    /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).