7 , gobject-introspection
19 stdenv.mkDerivation rec {
23 outputs = [ "out" "lib" "dev" "devdoc" "installedTests" ];
25 src = fetchFromGitHub {
29 hash = "sha256-gXLWHkT+h/wvmmi7PyIx16gbeYznVOT7CwuBgF3bjOY=";
33 ./installed-tests-path.patch
55 "--libexecdir=${placeholder "out"}/libexec"
57 "-Dinstalled_test_prefix=${placeholder "installedTests"}"
61 export XDG_DATA_DIRS=$XDG_DATA_DIRS:${shared-mime-info}/share
68 installed-tests = nixosTests.installed-tests.libxmlb;
73 description = "Library to help create and query binary XML blobs";
74 mainProgram = "xb-tool";
75 homepage = "https://github.com/hughsie/libxmlb";
76 license = licenses.lgpl21Plus;
78 platforms = platforms.unix;