mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
`(#:guile ,%bootstrap-guile
|
||||
#:implicit-inputs? #f
|
||||
#:allowed-references ("out" ,glibc-final)
|
||||
,@(package-arguments binutils)))
|
||||
(inputs %boot2-inputs))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue