girara: add zathura as reverse dependency to passthru.tests
This commit is contained in:
parent
cd35761652
commit
530c3a2d77
@ -13,6 +13,7 @@
|
|||||||
, libiconv
|
, libiconv
|
||||||
, json-glib
|
, json-glib
|
||||||
, libintl
|
, libintl
|
||||||
|
, zathura
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -68,6 +69,10 @@ stdenv.mkDerivation rec {
|
|||||||
meson test --print-errorlogs
|
meson test --print-errorlogs
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit zathura;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://git.pwmt.org/pwmt/girara";
|
homepage = "https://git.pwmt.org/pwmt/girara";
|
||||||
description = "User interface library";
|
description = "User interface library";
|
||||||
|
Loading…
Reference in New Issue
Block a user