6 , gobject-introspection
16 stdenv.mkDerivation rec {
20 outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
22 src = fetchFromGitHub {
26 sha256 = "sha256-prHsigfjifwiuBSUHaCWhjJIaw1LkOGHJu20cdPgH9c=";
30 ./installed-tests-path.patch
41 (python3.withPackages (pkgs: with pkgs; [ setuptools ]))
50 "--libexecdir=${placeholder "out"}/libexec"
52 "-Dinstalled_test_prefix=${placeholder "installedTests"}"
56 export XDG_DATA_DIRS=$XDG_DATA_DIRS:${shared-mime-info}/share
63 installed-tests = nixosTests.installed-tests.libxmlb;
68 description = "A library to help create and query binary XML blobs";
69 homepage = "https://github.com/hughsie/libxmlb";
70 license = licenses.lgpl21Plus;
71 maintainers = with maintainers; [ jtojnar ];
72 platforms = platforms.linux;