Add pkg-config as build dependency
This commit is contained in:
parent
d1d25a6682
commit
a8958e8b3a
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
sof-firmware,
|
||||
wireless-regdb,
|
||||
|
||||
pkg-config,
|
||||
jq,
|
||||
python3,
|
||||
perl,
|
||||
|
@ -101,6 +102,8 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
|
||||
jq
|
||||
|
||||
flex
|
||||
|
|
Loading…
Reference in a new issue