mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: Add rust-superluminal-perf-sys-0.1.
* gnu/packages/crates-io.scm (rust-superluminal-perf-sys-0.1): New variable. Change-Id: I381da68c51b4b35ece4c3fbd6d38a5d8f6b4b53e
This commit is contained in:
parent
1c7abe2e45
commit
ca9a594c4a
1 changed files with 21 additions and 0 deletions
|
@ -70171,6 +70171,27 @@ (define-public rust-supercow-0.1
|
|||
values without proliferating generics.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-superluminal-perf-sys-0.1
|
||||
(package
|
||||
(name "rust-superluminal-perf-sys")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "superluminal-perf-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05pz0yybf4y2iw3rvqf2crk04zv7610jjm3glhi8hlv2rhms0hh3"))
|
||||
(snippet
|
||||
#~(begin (use-modules (guix build utils))
|
||||
;; TODO: Replace superluminal headers.
|
||||
(delete-file-recursively "external")))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/EmbarkStudios/superluminal-perf-rs")
|
||||
(synopsis "Superluminal Performance C API bindings")
|
||||
(description "Superluminal Performance C API bindings.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-supports-color-2
|
||||
(package
|
||||
(name "rust-supports-color")
|
||||
|
|
Loading…
Reference in a new issue