girara: add zathura as reverse dependency to passthru.tests

This commit is contained in:
Mario Rodas 2023-08-19 04:20:00 +00:00
parent cd35761652
commit 530c3a2d77

View File

@ -13,6 +13,7 @@
, libiconv
, json-glib
, libintl
, zathura
}:
stdenv.mkDerivation rec {
@ -68,6 +69,10 @@ stdenv.mkDerivation rec {
meson test --print-errorlogs
'';
passthru.tests = {
inherit zathura;
};
meta = with lib; {
homepage = "https://git.pwmt.org/pwmt/girara";
description = "User interface library";