mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: u-boot: Add pkg-config to native inputs.
* gnu/packages/bootloaders.scm (u-boot) [native-inputs]: Add pkg-config.
This commit is contained in:
parent
68330e7797
commit
57abc2b7b2
1 changed files with 1 additions and 0 deletions
|
@ -655,6 +655,7 @@ (define u-boot
|
||||||
lz4
|
lz4
|
||||||
ncurses/tinfo
|
ncurses/tinfo
|
||||||
perl
|
perl
|
||||||
|
pkg-config ;for 'make menuconfig'
|
||||||
python
|
python
|
||||||
python-coverage
|
python-coverage
|
||||||
python-pycryptodomex
|
python-pycryptodomex
|
||||||
|
|
Loading…
Reference in a new issue