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:
Efraim Flashner 2024-01-07 11:56:52 +02:00
parent 1c7abe2e45
commit ca9a594c4a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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