mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: rust: Do not generate doc.
The share/doc directory weights 527 MiB and bundles fonts.
* gnu/packages/rust.scm (rust-1.57)[phases]{enable-docs}: Delete phase.
This commit is contained in:
parent
9495b7800b
commit
4cecce6960
1 changed files with 0 additions and 5 deletions
|
|
@ -733,11 +733,6 @@ safety and thread safety guarantees.")
|
|||
((file) file))
|
||||
(("fn ctrl_c_kills_everyone")
|
||||
"#[ignore]\nfn ctrl_c_kills_everyone"))))
|
||||
(add-after 'configure 'enable-docs
|
||||
(lambda _
|
||||
(substitute* "config.toml"
|
||||
(("docs = false")
|
||||
"docs = true"))))
|
||||
(add-after 'configure 'add-gdb-to-config
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((gdb (assoc-ref inputs "gdb")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue