perl-ack: Fix build failure.

This commit is contained in:
Jordan Woehr 2016-04-16 10:33:38 -06:00
parent 507b2bc327
commit 1852af5e09

View File

@ -30,6 +30,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
sha256 = "0gqv30666vlclnwylhk9i64s7raa70x4ncy6bg48s5gcxwrshjc5";
};
outputs = ["out" "doc"];
# use gnused so that the preCheck command passes
buildInputs = stdenv.lib.optional stdenv.isDarwin [ gnused ];
propagatedBuildInputs = [ FileNext ];