1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, libxml2 }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-vt9FmIRojX3INOn3CXAjkswVFD8Th4sRIz3RR4GJHFQ=";
14 nativeBuildInputs = [ autoreconfHook pkg-config ];
16 buildInputs = [ libxml2 ];
19 sed -i '/# --enable-new-dtags:/,/--enable-new-dtags is required/ d' configure.ac
23 homepage = "https://github.com/clusterlabs/libqb";
24 description = "A library providing high performance logging, tracing, ipc, and poll";
25 license = licenses.lgpl21Plus;
26 platforms = platforms.unix;