mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
iptraf: mark as broken
This commit is contained in:
parent
47ed7fa4e9
commit
5b65d3e7bc
@ -28,5 +28,6 @@ stdenv.mkDerivation {
|
|||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
description = "Console-based network statistics utility for Linux";
|
description = "Console-based network statistics utility for Linux";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = true; # required isdn headers have been removed from the linux kernel
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user