ntopng: Remove broken = true

This commit is contained in:
Claudio Bley 2019-09-19 12:18:20 +02:00
parent c4486a084f
commit 3b437ebe59

View file

@ -63,6 +63,5 @@ 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"
};
}