me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-scopeguard-0.3)[arguments]: Skip
build.
[properties]: Don't inherit field.
master
Efraim Flashner 2020-01-16 17:57:30 +02:00
parent 671d08f30d
commit ac20ab2b4e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -8780,7 +8780,9 @@ with one of the implemented strategies.")
(string-append name "-" version ".crate"))
(sha256
(base32
"09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))))
"09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))
(arguments '(#:skip-build? #t))
(properties '())))
(define-public rust-scroll-0.9
(package