Add pkg-config dependency for paraverKernel

This commit is contained in:
Rodrigo Arias Mallo 2023-08-31 12:56:35 +02:00
parent 124cb6a4c3
commit 18d64c352c

View File

@ -7,6 +7,7 @@
, wxGTK30
, autoconf
, automake
, pkg-config
}:
let
@ -49,5 +50,6 @@ stdenv.mkDerivation rec {
xml2
autoconf
automake
pkg-config
];
}