From 47ffc4635fe119339079d487c00acf10dafcd0ae Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 8 Jul 2011 23:11:41 +0000 Subject: [PATCH] utillinuxngCurses: build this package with perl support enabled This means that chkdupexe will work correctly. svn path=/nixpkgs/trunk/; revision=27682 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 9f36d8a5d290..4f4422ad4dee 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5667,7 +5667,7 @@ let }; utillinuxngCurses = utillinuxng.override { - inherit ncurses; + inherit ncurses perl; }; windows = rec {