pugixml: always include pkgconfig file

In master, this is always enabled: https://github.com/zeux/pugixml/pull/193
This commit is contained in:
Yurii Rashkovskii
2019-02-25 06:47:09 -08:00
parent 22f9405dc7
commit d2eecfc160

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
cmakeFlags = [ "-DBUILD_SHARED_LIBS=${if shared then "ON" else "OFF"}" ];
cmakeFlags = [ "-DBUILD_SHARED_LIBS=${if shared then "ON" else "OFF"} -DBUILD_PKGCONFIG=ON" ];
preConfigure = ''
# Enable long long support (required for filezilla)