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
commit 81fa512bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)