mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
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.
This commit is contained in:
parent
671d08f30d
commit
ac20ab2b4e
1 changed files with 3 additions and 1 deletions
|
@ -8780,7 +8780,9 @@ (define-public rust-scopeguard-0.3
|
|||
(string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))))
|
||||
"09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))
|
||||
(arguments '(#:skip-build? #t))
|
||||
(properties '())))
|
||||
|
||||
(define-public rust-scroll-0.9
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue