mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: binutils-final: Make sure the output refers only to libc.
* gnu/packages/base.scm (binutils-final)[arguments]: Add #:allowed-references.
This commit is contained in:
parent
2e92375eb1
commit
592e8660a1
1 changed files with 1 additions and 0 deletions
|
@ -961,6 +961,7 @@ (define binutils-final
|
||||||
(arguments
|
(arguments
|
||||||
`(#:guile ,%bootstrap-guile
|
`(#:guile ,%bootstrap-guile
|
||||||
#:implicit-inputs? #f
|
#:implicit-inputs? #f
|
||||||
|
#:allowed-references ("out" ,glibc-final)
|
||||||
,@(package-arguments binutils)))
|
,@(package-arguments binutils)))
|
||||||
(inputs %boot2-inputs))))
|
(inputs %boot2-inputs))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue