about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-04-25 20:07:10 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-04-25 20:08:14 +0200
commit74a47fcd4079f12c15550dff51684d9e49610298 (patch)
tree8e3e7560804fd5c1e8649c350e32dea26431386b /pkgs/top-level
parent618c75de7b15d159f0414ce2b940c30ad13efa6c (diff)
downloadnixlib-74a47fcd4079f12c15550dff51684d9e49610298.tar
nixlib-74a47fcd4079f12c15550dff51684d9e49610298.tar.gz
nixlib-74a47fcd4079f12c15550dff51684d9e49610298.tar.bz2
nixlib-74a47fcd4079f12c15550dff51684d9e49610298.tar.lz
nixlib-74a47fcd4079f12c15550dff51684d9e49610298.tar.xz
nixlib-74a47fcd4079f12c15550dff51684d9e49610298.tar.zst
nixlib-74a47fcd4079f12c15550dff51684d9e49610298.zip
perlPackages.EncodeEUCJPASCII: fix build
Fixes #14986.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index aed9a82d85b5..89706545031a 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -4409,6 +4409,7 @@ let self = _self // overrides; _self = with self; {
       url = mirror://cpan/authors/id/N/NE/NEZUMI/Encode-EUCJPASCII-0.03.tar.gz;
       sha256 = "f998d34d55fd9c82cf910786a0448d1edfa60bf68e2c2306724ca67c629de861";
     };
+    outputs = [ "out" ];
     meta = {
       description = "EucJP-ascii - An eucJP-open mapping";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];