graphene: add installed tests as a passthru
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, python3
|
, python3
|
||||||
, mutest
|
, mutest
|
||||||
|
, nixosTests
|
||||||
, glib
|
, glib
|
||||||
, gtk-doc
|
, gtk-doc
|
||||||
, docbook_xsl
|
, docbook_xsl
|
||||||
@@ -57,6 +58,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
tests = {
|
||||||
|
installedTests = nixosTests.graphene;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A thin layer of graphic data types";
|
description = "A thin layer of graphic data types";
|
||||||
homepage = "https://ebassi.github.com/graphene";
|
homepage = "https://ebassi.github.com/graphene";
|
||||||
|
|||||||
Reference in New Issue
Block a user