graphene: add installed tests as a passthru

This commit is contained in:
Jan Tojnar 2019-08-26 15:04:55 +02:00
parent 38882f1503
commit b5bb10d7ed
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -5,6 +5,7 @@
, ninja
, python3
, mutest
, nixosTests
, glib
, gtk-doc
, docbook_xsl
@ -57,6 +58,12 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru = {
tests = {
installedTests = nixosTests.graphene;
};
};
meta = with stdenv.lib; {
description = "A thin layer of graphic data types";
homepage = "https://ebassi.github.com/graphene";