guix-commits
[Top][All Lists]
Advanced

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

119/154: gnu: Remove rust-measureme-0.7.


From: guix-commits
Subject: 119/154: gnu: Remove rust-measureme-0.7.
Date: Mon, 22 Jan 2024 15:37:10 -0500 (EST)

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

commit 872d3673b683e182b8934c82956b1d635c87d5eb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 22:08:04 2024 +0200

    gnu: Remove rust-measureme-0.7.
    
    * gnu/packages/crates-io.scm (rust-measureme-0.7): Delete variable.
    
    Change-Id: Iaacd247941da80bdb5013f44733b71c8416f0308
---
 gnu/packages/crates-io.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 86d41a764e..c00eddadaf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35746,34 +35746,6 @@ async code in Rust.")
      "This package provides MaybeUninit for friends of backwards 
compatibility.")
     (license (list license:asl2.0 license:expat))))
 
-(define-public rust-measureme-0.7
-  (package
-    (name "rust-measureme")
-    (version "0.7.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "measureme" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "0cmrrh86b3rvws6d7xp07wfn703yw02cakzirykvn4vh4p9hkxzy"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-byteorder" ,rust-byteorder-1)
-        ("rust-memmap" ,rust-memmap-0.7)
-        ("rust-parking-lot" ,rust-parking-lot-0.9)
-        ("rust-rustc-hash" ,rust-rustc-hash-1))))
-    (home-page "https://github.com/rust-lang/measureme";)
-    (synopsis "Support crate for rustc's self-profiling feature")
-    (description
-     "Record rustc compiler events and serializing them to a compact binary
-format with this support package.  It is integrated into rustc via the
-unstable -Z self-profile flag.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-memchr-2
   (package
     (name "rust-memchr")



reply via email to

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