mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: rust-async-datagram-3: Allow build.
* gnu/packages/crates-io.scm (rust-async-datagram-3)[arguments]: Remove `#:skip-build? #t'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I3b9dd10557bded774372750ded02ceea1b173fd8
This commit is contained in:
parent
6f5106c761
commit
044486dbe1
1 changed files with 0 additions and 1 deletions
|
@ -4892,7 +4892,6 @@ (define-public rust-async-datagram-3
|
|||
(sha256
|
||||
(base32 "0k4kiy67d24ay8l7xrfjpsa4zkmhxv97ddj0f16rcv61qkky3i4f"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/rustasync/async-datagram")
|
||||
(synopsis "Async datagram traits")
|
||||
(description "This package provides asynchronous datagram traits.")
|
||||
|
|
Loading…
Reference in a new issue