summaryrefslogtreecommitdiff
path: root/pkgs/travelynx.nix
diff options
context:
space:
mode:
authorstuebinm2024-04-17 22:31:55 +0200
committerstuebinm2024-04-17 22:31:55 +0200
commit806593f53dde83f367fd9f6ee74a21aef97faf44 (patch)
treede7829f2bcdfdcb9409c881e6b56232342db4449 /pkgs/travelynx.nix
parentd0534bdc8ba71883385c91be0bfcdc95a9c84717 (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/travelynx.nix')
-rw-r--r--pkgs/travelynx.nix2
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