me
/
guix
Archived
1
0
Fork 0

gnu: rust-safemem-0.3: Don't hide package.

* gnu/packages/crates-io.scm (rust-safemem-0.3)[arguments]: Skip build.
[properties]: Remove field.
master
Efraim Flashner 2020-01-14 21:15:27 +02:00
parent e098c3aa84
commit a66dbe0989
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -8537,11 +8537,11 @@ using a fork-like interface.")
(base32
"1l1ljkm4lpyryrv2ndaxi1f7z1f3v9bwy1rzl9f9mbhx04iq9c6j"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/abonander/safemem")
(synopsis "Safe wrappers for memory-accessing functions")
(description
"Safe wrappers for memory-accessing functions, like @code{std::ptr::copy()}.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))