me
/
guix
Archived
1
0
Fork 0

gnu: rust-lock-api-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-lock-api-0.1)[arguments]: Skip build.
Add rust-scopeguard-0.3, rust-owning-ref-0.4 to cargo-inputs.
[properties]: Remove field.
master
Efraim Flashner 2020-01-16 22:44:55 +02:00
parent cc0e8ce608
commit 468e15b1af
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 1 deletions

View File

@ -5157,7 +5157,11 @@ functions and static variables these libraries contain.")
(sha256 (sha256
(base32 (base32
"0b24q9mh258xa52ap636q1sxz0j5vrnp0hwbbh7ddjka3wwz3sv2")))) "0b24q9mh258xa52ap636q1sxz0j5vrnp0hwbbh7ddjka3wwz3sv2"))))
(properties '((hidden? . #t))))) (arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-scopeguard" ,rust-scopeguard-0.3)
("rust-owning-ref" ,rust-owning-ref-0.4))))))
(define-public rust-log-0.4 (define-public rust-log-0.4
(package (package