traceroute: depends on linux headers.
This commit is contained in:
parent
0b23b5b141
commit
d19a244182
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Tracks the route taken by packets over an IP network";
|
description = "Tracks the route taken by packets over an IP network";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ maintainers.koral ];
|
maintainers = [ maintainers.koral ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user