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: I889823db28e5f3f601f03c481f92ecda82e46e39master
parent
e4c1584f5b
commit
1c43d21af5
|
@ -1121,7 +1121,6 @@ code that is generic with regard to the algebraic entity types.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0abzqsxd09jxl01brzjnwk8zg7k8zma76gzq87385q8fqm710jxb"))))
|
(base32 "0abzqsxd09jxl01brzjnwk8zg7k8zma76gzq87385q8fqm710jxb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments '(#:skip-build? #t))
|
|
||||||
(home-page "https://github.com/avitex/rust-aliasable-deref-trait")
|
(home-page "https://github.com/avitex/rust-aliasable-deref-trait")
|
||||||
(synopsis "Marker trait for aliasable pointers")
|
(synopsis "Marker trait for aliasable pointers")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue