12 stdenv.mkDerivation rec {
17 url = "https://birdfont.org/${pname}-releases/lib${pname}-${version}.tar.xz";
18 sha256 = "sha256-8GX4ijF+AxaGGFlSxRPOAoUezRG6592jOrifz/mWTRM=";
28 buildInputs = [ glib ];
31 substituteInPlace configure \
32 --replace 'platform.dist()[0]' '"nix"'
36 buildPhase = "./build.py";
38 installPhase = "./install.py";
41 description = "XML parser for Vala and C programs";
42 homepage = "https://birdfont.org/xmlbird.php";
43 license = licenses.lgpl3;
44 maintainers = with maintainers; [ dtzWill ];