foundationdb: add pkg-config to help find libraries

This commit is contained in:
Jente Hidskes Ankarberg 2023-02-07 16:37:13 +01:00
parent b9a6bd815a
commit 79c547bb97
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
{ lib, fetchFromGitHub
, cmake, ninja, boost, python3, openjdk, mono, libressl
, pkg-config
, gccStdenv, llvmPackages
, useClang ? false
@ -30,7 +31,7 @@ let
};
buildInputs = [ libressl boost ];
nativeBuildInputs = [ cmake ninja python3 openjdk mono ]
nativeBuildInputs = [ pkg-config cmake ninja python3 openjdk mono ]
++ lib.optionals useClang [ llvmPackages.lld ];
separateDebugInfo = true;

View File

@ -3,6 +3,7 @@
, cmake, ninja, which, findutils, m4, gawk
, python2, python3, openjdk, mono, libressl, boost168
, pkg-config
}@args:
let