atool: have Hydra build this tool only on Linux

This commit is contained in:
Peter Simons 2013-12-06 19:32:34 +01:00
parent 65d33fda95
commit f0d3e92b33

View File

@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.nongnu.org/atool;
description = "Archive command line helper";
platforms = stdenv.lib.platforms.all;
hydraPlatforms = stdenv.lib.platforms.linux;
};
}