about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorClaudio Bley <cbley@exa-online.de>2019-09-19 12:18:20 +0200
committerClaudio Bley <cbley@exa-online.de>2019-09-19 12:18:20 +0200
commit3b437ebe591b641a60bb07f6d048caa8c2000c18 (patch)
tree2d1d38efacfc3a9a394ae8deb5048eed4cc7f24b /pkgs
parentc4486a084f718b7813352d5a77d9b219ec44f99c (diff)
downloadnixlib-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar
nixlib-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.gz
nixlib-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.bz2
nixlib-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.lz
nixlib-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.xz
nixlib-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.zst
nixlib-3b437ebe591b641a60bb07f6d048caa8c2000c18.zip
ntopng: Remove `broken = true`
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/ntopng/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/networking/ntopng/default.nix b/pkgs/tools/networking/ntopng/default.nix
index 98d97fbb7d78..0c693ac6288f 100644
--- a/pkgs/tools/networking/ntopng/default.nix
+++ b/pkgs/tools/networking/ntopng/default.nix
@@ -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"
   };
 }