mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: commencement: Clean up 'gnu-make-final' dependencies.
* gnu/packages/commencement.scm (gnu-make-final): Remove GUILE-FINAL from the inputs of 'pkg-config'.
This commit is contained in:
parent
6254823271
commit
fd67cdb7e3
1 changed files with 1 additions and 5 deletions
|
@ -2375,13 +2375,9 @@ (define with-boot5
|
|||
|
||||
(define gnu-make-final
|
||||
;; The final GNU Make, which uses the final Guile.
|
||||
;; FIXME: This is a mistake: we shouldn't be propagating GUILE-FINAL to
|
||||
;; PKG-CONFIG.
|
||||
;; TODO: Fix that on the next rebuild cycle.
|
||||
(let ((pkg-config (package
|
||||
(inherit pkg-config)
|
||||
(inputs `(("guile" ,guile-final)
|
||||
,@(%boot5-inputs)))
|
||||
(inputs (%boot5-inputs))
|
||||
(arguments
|
||||
`(#:implicit-inputs? #f
|
||||
,@(package-arguments pkg-config))))))
|
||||
|
|
Loading…
Reference in a new issue