1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

perl: Allow running yath test in the build directory

For most purposes, the stock `ninja test` should be fine, but this
allows for doing other things with the `yath` during development.
This commit is contained in:
John Ericson 2024-04-25 16:07:00 -04:00
parent fc1d9023a2
commit 1ac635d600
4 changed files with 15 additions and 7 deletions

View file

@ -26,7 +26,7 @@ perl.pkgs.toPerlModule (stdenv.mkDerivation (finalAttrs: {
./meson.build
./meson_options.txt
] ++ lib.optionals finalAttrs.doCheck [
./.yath.rc
./.yath.rc.in
./t
]);
};