From 806593f53dde83f367fd9f6ee74a21aef97faf44 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 17 Apr 2024 22:31:55 +0200 Subject: 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. --- pkgs/travelynx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') 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 -- cgit v1.2.3