mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 14:01:05 +01: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:
parent
fc1d9023a2
commit
1ac635d600
4 changed files with 15 additions and 7 deletions
|
|
@ -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
|
||||
]);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue