nettools: Add mii-tool

This commit is contained in:
Christian Kögler 2021-07-10 08:42:06 +02:00
parent 77e4ca2baf
commit 370a25c0ee

View file

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
"HAVE_SERIAL_TOOLS=1"
"HAVE_HOSTNAME_TOOLS=1"
"HAVE_HOSTNAME_SYMLINKS=1"
"HAVE_MII=1"
];
meta = {