utillinuxngCurses: build this package with perl support enabled

This means that chkdupexe will work correctly.

svn path=/nixpkgs/trunk/; revision=27682
This commit is contained in:
Peter Simons 2011-07-08 23:11:41 +00:00
parent 720e3518c5
commit 47ffc4635f

View file

@ -5667,7 +5667,7 @@ let
};
utillinuxngCurses = utillinuxng.override {
inherit ncurses;
inherit ncurses perl;
};
windows = rec {