diff options
author | stuebinm | 2024-04-17 22:31:55 +0200 |
---|---|---|
committer | stuebinm | 2024-04-17 22:31:55 +0200 |
commit | 806593f53dde83f367fd9f6ee74a21aef97faf44 (patch) | |
tree | de7829f2bcdfdcb9409c881e6b56232342db4449 /pkgs | |
parent | d0534bdc8ba71883385c91be0bfcdc95a9c84717 (diff) |
tests: test travelynx using upstream `prove` suite
unfortunately, these tests seem to be broken at the moment? Or at least
I cannot see where my packaging differs from the provided cpanfile.snapshot.
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/travelynx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/travelynx.nix b/pkgs/travelynx.nix index 384a660..2b00a2f 100644 --- a/pkgs/travelynx.nix +++ b/pkgs/travelynx.nix @@ -162,7 +162,6 @@ let perlWithPackages = perl.withPackages (_: [ Cache - # CacheCache CAMPDF CryptEksblowfish DateTime @@ -207,6 +206,7 @@ let mkdir -p $out cp -r * $out ''; + passthru.perl = perlWithPackages; }; in travelynx |