mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nettools: Add mii-tool
This commit is contained in:
parent
77e4ca2baf
commit
370a25c0ee
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||
"HAVE_SERIAL_TOOLS=1"
|
||||
"HAVE_HOSTNAME_TOOLS=1"
|
||||
"HAVE_HOSTNAME_SYMLINKS=1"
|
||||
"HAVE_MII=1"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue