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:
Efraim Flashner 2024-12-31 15:13:19 +02:00
parent 95d6f01d2a
commit bdbc347f4d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")