iptraf: mark as broken

gstqt5
Enno Richter 2020-09-29 12:52:23 +02:00 committed by Jon
parent 47ed7fa4e9
commit 5b65d3e7bc
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2Plus;
description = "Console-based network statistics utility for Linux";
platforms = stdenv.lib.platforms.linux;
broken = true; # required isdn headers have been removed from the linux kernel
};
}