7 , gobject-introspection
18 stdenv.mkDerivation rec {
22 outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
24 src = fetchFromGitHub {
28 sha256 = "sha256-uitnVqR2VVNAf8H1Q/u6LezhvfQJ/G2bE0Dv9dyP8+A=";
32 ./installed-tests-path.patch
53 "--libexecdir=${placeholder "out"}/libexec"
55 "-Dinstalled_test_prefix=${placeholder "installedTests"}"
59 export XDG_DATA_DIRS=$XDG_DATA_DIRS:${shared-mime-info}/share
66 installed-tests = nixosTests.installed-tests.libxmlb;
71 description = "A library to help create and query binary XML blobs";
72 homepage = "https://github.com/hughsie/libxmlb";
73 license = licenses.lgpl21Plus;
74 maintainers = with maintainers; [ ];
75 platforms = platforms.unix;