Merge pull request #146896 from smancill/ZHF-darwin-libqb

libqb: fix build on darwin
This commit is contained in:
Ben Siraphob 2021-11-21 13:17:23 -05:00 committed by GitHub
commit 65d55c9175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
buildInputs = [ libxml2 ];
postPatch = ''
sed -i '/# --enable-new-dtags:/,/--enable-new-dtags is required/ d' configure.ac
'';
meta = with lib; {
homepage = "https://github.com/clusterlabs/libqb";
description = "A library providing high performance logging, tracing, ipc, and poll";