me
/
guix
Archived
1
0
Fork 0

gnu: rust-aliasable-0.1: Allow build.

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

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

View File

@ -1141,8 +1141,7 @@ address that is aliasable when coerced to a raw pointer")
(base32 "1z8548zdjlm4ps1k0d7x68lfdyji02crwcc9rw3q3bb106f643r5"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-aliasable-deref-trait" ,rust-aliasable-deref-trait-0.2)
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))
(home-page "https://github.com/avitex/rust-aliasable")