gnu: glibc-intermediate: Don't include native-gcc in inputs.

As the comment explains, this is only necessary when building with
--enable-obsolete-rpc, which we aren't using anymore.

* gnu/packages/commencement.scm
  (glibc-final-with-bootstrap-bash)[inputs]: Remove native-gcc.
This commit is contained in:
Jakub Kądziołka 2020-07-20 18:19:24 +02:00
parent 7cde865f12
commit 9a74a7db86
No known key found for this signature in database
GPG Key ID: E315A75846131564

View File

@ -3303,9 +3303,6 @@ memoized as a function of '%current-system'."
`(("mig" ,mig-boot0))
'())
;; A native GCC is needed to build `cross-rpcgen'.
("native-gcc" ,@(assoc-ref (%boot0-inputs) "gcc"))
;; Here, we use the bootstrap Bash, which is not satisfactory
;; because we don't want to depend on bootstrap tools.
("static-bash" ,@(assoc-ref (%boot0-inputs) "bash"))))))