me
/
guix
Archived
1
0
Fork 0

gnu: rust-aliasable-deref-trait-0.2: Allow build.

* gnu/packages/crates-io.scm (rust-aliasable-deref-trait-0.2)
  [arguments]: Remove `#:skip-build? #t'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I889823db28e5f3f601f03c481f92ecda82e46e39
master
Jean-Pierre De Jesus DIAZ 2022-08-10 12:06:03 +00:00 committed by Efraim Flashner
parent e4c1584f5b
commit 1c43d21af5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 1 deletions

View File

@ -1121,7 +1121,6 @@ code that is generic with regard to the algebraic entity types.")
(sha256
(base32 "0abzqsxd09jxl01brzjnwk8zg7k8zma76gzq87385q8fqm710jxb"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/avitex/rust-aliasable-deref-trait")
(synopsis "Marker trait for aliasable pointers")
(description