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

libqb: fix build on darwin

Changed files
+4
pkgs
development
libraries
libqb
+4
pkgs/development/libraries/libqb/default.nix
···
buildInputs = [ libxml2 ];
meta = with lib; {
homepage = "https://github.com/clusterlabs/libqb";
description = "A library providing high performance logging, tracing, ipc, and poll";
···
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";