diff options
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 |