Merge pull request #4405 from k0ral/traceroute

traceroute: depends on linux headers.
This commit is contained in:
Domen Kožar 2014-10-07 14:44:39 +02:00
commit efe71df2dc

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Tracks the route taken by packets over an IP network";
license = stdenv.lib.licenses.gpl2;
maintainers = [ maintainers.koral ];
platforms = platforms.all;
platforms = platforms.linux;
};
}