me
/
guix
Archived
1
0
Fork 0

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
master
Jean-Pierre De Jesus DIAZ 2022-08-10 12:07:35 +00:00 committed by Efraim Flashner
parent 6f5106c761
commit 044486dbe1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -4892,7 +4892,6 @@ and Rust's modern asynchronous IO types.")
(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.")