traceroute: depends on linux headers.

This commit is contained in:
koral 2014-10-07 00:04:51 +02:00
parent 0b23b5b141
commit d19a244182

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;
};
}