mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-rustc-demangle-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-rustc-demangle-0.1)[arguments]: Skip build. Add rust-compiler-builtins-0.1, rust-rustc-std-workspace-core-1.0 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
77006df588
commit
39d6888f1a
1 changed files with 5 additions and 1 deletions
|
@ -8301,11 +8301,15 @@ (define-public rust-rustc-demangle-0.1
|
|||
(base32
|
||||
"10qp42sl1wrdbgbbh8rnay2grm976z7hqgz32c4y09l1c071qsac"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0))))
|
||||
(home-page "https://github.com/alexcrichton/rustc-demangle")
|
||||
(synopsis "Rust compiler symbol demangling")
|
||||
(description
|
||||
"This package demanges the symbols from the Rust compiler.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue