1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ntopng: mark as broken

This commit is contained in:
Bjørn Forsman 2019-09-17 20:24:28 +02:00
parent f01224374d
commit 5667484b64

View file

@ -62,5 +62,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.bjornfor ];
broken = true; # broken since commit "libpcap: 1.8.1 -> 1.9.0"
};
}