mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: patman: Fix build.
* gnu/packages/bootloaders.scm (patman):[native-inputs]: Add python-setuptools. Change-Id: Ia39f2aee4cb7480a445266d113407467207bbf2e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b60bb57fb6
commit
7c1eb3247a
1 changed files with 1 additions and 0 deletions
|
@ -1077,6 +1077,7 @@ commands part of the U-Boot project, such as Patman.")))
|
|||
,(dirname (search-input-file
|
||||
inputs
|
||||
"libexec/git-core/git-send-email"))))))))))
|
||||
(native-inputs (list python-setuptools))
|
||||
(inputs
|
||||
(list git
|
||||
`(,git "send-email")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue