mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
foundationdb: add pkg-config to help find libraries
This commit is contained in:
parent
b9a6bd815a
commit
79c547bb97
@ -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;
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
, cmake, ninja, which, findutils, m4, gawk
|
||||
, python2, python3, openjdk, mono, libressl, boost168
|
||||
, pkg-config
|
||||
}@args:
|
||||
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user