mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
graphene: add installed tests as a passthru
This commit is contained in:
parent
38882f1503
commit
b5bb10d7ed
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue