girara: add zathura as reverse dependency to passthru.tests
This commit is contained in:
parent
cd35761652
commit
530c3a2d77
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user