GNU bug report logs -
#68819
[PATCH 00/49 rust-team] Update i3status-rust to 0.32.3.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 30 Jan 2024 15:05:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #104 received at 68819 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-cpuprofiler-0.0): Delete variable.
Change-Id: I6fc8cf632f39763d59df8f73b56fdbb2da531289
---
gnu/packages/crates-io.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 18f4edf8e6..f38f456c99 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13967,32 +13967,6 @@ (define-public rust-cpuid-bool-0.2
(description "This package has been replaced by the `cpufeatures` crate.")
(license (list license:expat license:asl2.0))))
-(define-public rust-cpuprofiler-0.0
- (package
- (name "rust-cpuprofiler")
- (version "0.0.4")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "cpuprofiler" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0az588yyl9r13w4k7xfdh5ckfaq52fwpjry2q2hblazxpjflgy23"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-error-chain" ,rust-error-chain-0.12)
- ("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-pkg-config" ,rust-pkg-config-0.3))))
- (inputs
- (list gperftools))
- (home-page "https://github.com/AtheMathmo/cpuprofiler")
- (synopsis "Bindings to Google's cpu profiler")
- (description "This package provides bindings to Google's cpu profiler.")
- (license license:bsd-2)))
-
(define-public rust-uom-0.34
(package
(name "rust-uom")
--
2.41.0
This bug report was last modified 1 year and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.