nixos/tests/libxmlb: init

This commit is contained in:
Jan Tojnar
2019-08-23 01:34:48 +02:00
parent 14056cc908
commit 93f4d6f6ae
3 changed files with 25 additions and 0 deletions
@@ -12,6 +12,7 @@
, pkgconfig
, python3
, shared-mime-info
, nixosTests
}:
stdenv.mkDerivation rec {
@@ -67,6 +68,12 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru = {
tests = {
installed-tests = nixosTests.libxmlb;
};
};
meta = with stdenv.lib; {
description = "A library to help create and query binary XML blobs";
homepage = https://github.com/hughsie/libxmlb;