Add platform meta attribute for perlPackages.ack

This commit is contained in:
Gergely Risko 2013-08-28 22:09:13 +02:00 committed by Evgeny Egorochkin
parent b43347342b
commit 354746527d

View File

@ -35,6 +35,7 @@ rec {
description = "A grep-like tool tailored to working with large trees of source code"; description = "A grep-like tool tailored to working with large trees of source code";
homepage = http://betterthangrep.com/; homepage = http://betterthangrep.com/;
license = "free"; # Artistic 2.0 license = "free"; # Artistic 2.0
platforms = stdenv.lib.platforms.unix;
}; };
# t/swamp/{0,perl-without-extension} are datafiles for the test # t/swamp/{0,perl-without-extension} are datafiles for the test
# t/ack-show-types.t, but the perl generic builder confuses them # t/ack-show-types.t, but the perl generic builder confuses them