20 stdenv.mkDerivation rec {
32 src = fetchFromGitHub {
36 hash = "sha256-+gs1GqDVnt0uf/0vjUj+c9CRnUtaYfngBsjSs4ZwVXs=";
40 ./installed-tests-path.patch
62 "--libexecdir=${placeholder "out"}/libexec"
64 "-Dinstalled_test_prefix=${placeholder "installedTests"}"
68 export XDG_DATA_DIRS=$XDG_DATA_DIRS:${shared-mime-info}/share
75 installed-tests = nixosTests.installed-tests.libxmlb;
80 description = "Library to help create and query binary XML blobs";
81 mainProgram = "xb-tool";
82 homepage = "https://github.com/hughsie/libxmlb";
83 license = licenses.lgpl21Plus;
85 platforms = platforms.unix;