mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-12 08:00:39 +02:00
gnu: Add rust-fxprof-proceseed-profile-0.6.
* gnu/packages/crates-io.scm (rust-fxprof-processed-profile-0.6): New variable. Change-Id: I18b856d6bf3731cfeddb034a769373b6baf1af0a Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
committed by
Hilton Chain
parent
160013b58c
commit
cba80fbcb7
@@ -30542,6 +30542,34 @@ futures-rs library.")
|
||||
derived from an internal hasher used in FireFox and Rustc.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-fxprof-processed-profile-0.6
|
||||
(package
|
||||
(name "rust-fxprof-processed-profile")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "fxprof-processed-profile" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ggsn3im2bfcnxic0jzk00qgiacfrg2as6i4d8kj87kzxl52rl97"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-debugid" ,rust-debugid-0.8)
|
||||
("rust-fxhash" ,rust-fxhash-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-assert-json-diff" ,rust-assert-json-diff-2))))
|
||||
(home-page "https://github.com/mstange/samply/")
|
||||
(synopsis
|
||||
"Create profiles in Firefox Profiler's processed profile JSON format")
|
||||
(description
|
||||
"This package provides functions for Firefox Profilers JSON format.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-galil-seiferas-0.1
|
||||
(package
|
||||
(name "rust-galil-seiferas")
|
||||
|
||||
Reference in New Issue
Block a user