guix-commits
[Top][All Lists]
Advanced

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

81/154: gnu: Remove rust-bare-metal-1.


From: guix-commits
Subject: 81/154: gnu: Remove rust-bare-metal-1.
Date: Mon, 22 Jan 2024 15:36:48 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit c896ad3b6013e8e0a7d40fc5b3561f983b79f8c1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:46:25 2024 +0200

    gnu: Remove rust-bare-metal-1.
    
    * gnu/packages/crates-io.scm (rust-bare-metal-1): Delete variable.
    
    Change-Id: Ibaa503df045c9296b57d66485c5263f7bccea966
---
 gnu/packages/crates-io.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7a7d496c9b..394c0f6399 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4811,25 +4811,6 @@ film grain data.")
 trace (backtrace) at runtime in a Rust program.")
     (license (list license:asl2.0 license:expat))))
 
-(define-public rust-bare-metal-1
-  (package
-    (name "rust-bare-metal")
-    (version "1.0.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "bare-metal" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "00wn61b219nkfcwggim5pj7mcyn1gkq8zqaq4gjlb0rri9d8zzpq"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/rust-embedded/bare-metal";)
-    (synopsis "Abstractions common to bare metal systems")
-    (description "This package provides abstractions common to bare metal
-systems.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-barrel-0.6
   (package
     (name "rust-barrel")



reply via email to

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