nixos/tests/libxmlb: init
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user