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
No known key found for this signature in database
GPG key ID: 1D60D7CFD80845FF

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)