mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add rust-tracy-client-sys-0.11.
* gnu/packages/crates-io.scm (rust-tracy-client-sys-0.11): New variable. Change-Id: I2edd4856db6bb0560a402d8899ab0f7f1b8bca1d
This commit is contained in:
parent
077027a5d4
commit
5eb62cf6d6
1 changed files with 16 additions and 0 deletions
|
@ -78134,6 +78134,22 @@ (define-public rust-tracy-client-sys-0.22
|
|||
"Low level bindings to the client libraries for the Tracy profiler.")
|
||||
(license (list license:expat license:asl2.0 license:bsd-3))))
|
||||
|
||||
;; TODO: Unbundle tracy-0.7
|
||||
(define-public rust-tracy-client-sys-0.11
|
||||
(package
|
||||
(inherit rust-tracy-client-sys-0.22)
|
||||
(name "rust-tracy-client-sys")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tracy-client-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "18l67jx96m5bd3gq6inl59q5fhzcj9maiaxm588bcmc1hzvz1rhy"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-cc" ,rust-cc-1))))))
|
||||
|
||||
(define-public rust-traitobject-0.1
|
||||
(package
|
||||
(name "rust-traitobject")
|
||||
|
|
Loading…
Reference in a new issue