mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #168921 from risicle/ris-re2c-passthru-tests
re2c: add some key reverse dependencies to passthru.tests
This commit is contained in:
commit
5d589feb6e
@ -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