mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: rust-bootstrap: Build with fewer packages.
Use more of the bundled libraries so we have fewer dependencies causing rebuilds in the future. * gnu/packages/rust.scm (rust-bootstrap)[inputs]: Remove curl. [native-inputs]: Remove bison, flex. Change-Id: Ibc743a48536e1474b9ef343962e27d8128e6a20f
This commit is contained in:
parent
fe6b25287c
commit
64694083d5
1 changed files with 2 additions and 5 deletions
|
@ -177,14 +177,11 @@ (define-public rust-bootstrap
|
|||
(max-silent-time . 18000))) ;5 hours (for armel)
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libcurl" ,curl)
|
||||
("llvm" ,llvm-13)
|
||||
`(("llvm" ,llvm-13)
|
||||
("openssl" ,openssl-1.1)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
("pkg-config" ,pkg-config)
|
||||
`(("pkg-config" ,pkg-config)
|
||||
;; Required for the libstd sources.
|
||||
("mrustc-source" ,%mrustc-source)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue