Unverified Commit 79c547bb authored by Jente Hidskes Ankarberg's avatar Jente Hidskes Ankarberg
Browse files

foundationdb: add pkg-config to help find libraries

parent b9a6bd81
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

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

let