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,
|
sof-firmware,
|
||||||
wireless-regdb,
|
wireless-regdb,
|
||||||
|
|
||||||
|
pkg-config,
|
||||||
jq,
|
jq,
|
||||||
python3,
|
python3,
|
||||||
perl,
|
perl,
|
||||||
|
@ -101,6 +102,8 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
|
pkg-config
|
||||||
|
|
||||||
jq
|
jq
|
||||||
|
|
||||||
flex
|
flex
|
||||||
|
|
Loading…
Reference in a new issue