re2c: add some key reverse dependencies to passthru.tests
This commit is contained in:
parent
163f66a804
commit
977f14fab1
@ -4,6 +4,11 @@
|
||||
, autoreconfHook
|
||||
, nix-update-script
|
||||
, python3
|
||||
|
||||
# for passthru.tests
|
||||
, ninja
|
||||
, php
|
||||
, spamassassin
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -33,6 +38,9 @@ stdenv.mkDerivation rec {
|
||||
updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
};
|
||||
tests = {
|
||||
inherit ninja php spamassassin;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user