Merge pull request #56351 from yrashk/pugixml-pkgconfig

pugixml: always include pkgconfig file
This commit is contained in:
Pascal Wittmann
2019-02-25 20:03:27 +01:00
committed by GitHub

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)