mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: binutils-muslboot0: Correct package inputs.
* gnu/packages/commencement.scm (binutils-muslboot0)[native-inputs]: Inherit from tcc-musl's native-inputs. Change-Id: I6390e85c740da85fe14359e193015710c10dd5c2
This commit is contained in:
parent
181a77d566
commit
cf49641fc2
1 changed files with 1 additions and 1 deletions
|
@ -1137,7 +1137,7 @@ MesCC-Tools), and finally M2-Planet.")
|
|||
(inputs '())
|
||||
(propagated-inputs '())
|
||||
(native-inputs
|
||||
(modify-inputs (%boot-tcc-inputs)
|
||||
(modify-inputs (package-native-inputs tcc-musl)
|
||||
(replace "tcc" tcc-musl)
|
||||
(replace "bash" oksh-muslboot0)))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Reference in a new issue