mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-cpuprofiler-0.0.
* gnu/packages/crates-io.scm (rust-cpuprofiler-0.0): Delete variable. Change-Id: If949cf0b5f9b3b764883db38a48cb45a6c0686bf
This commit is contained in:
parent
95d6f01d2a
commit
bdbc347f4d
1 changed files with 0 additions and 26 deletions
|
@ -17128,32 +17128,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-crabgrind-0.1
|
||||
(package
|
||||
(name "rust-crabgrind")
|
||||
|
|
Loading…
Reference in a new issue