Add pkg-config dependency for paraverKernel
This commit is contained in:
parent
124cb6a4c3
commit
18d64c352c
@ -7,6 +7,7 @@
|
|||||||
, wxGTK30
|
, wxGTK30
|
||||||
, autoconf
|
, autoconf
|
||||||
, automake
|
, automake
|
||||||
|
, pkg-config
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -49,5 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
xml2
|
xml2
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake
|
||||||
|
pkg-config
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user