summary refs log tree commit diff
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
parentc4486a084f718b7813352d5a77d9b219ec44f99c (diff)
downloadnixpkgs-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar
nixpkgs-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.gz
nixpkgs-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.bz2
nixpkgs-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.lz
nixpkgs-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.xz
nixpkgs-3b437ebe591b641a60bb07f6d048caa8c2000c18.tar.zst
nixpkgs-3b437ebe591b641a60bb07f6d048caa8c2000c18.zip
ntopng: Remove `broken = true`
-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 98d97fbb7d7..0c693ac6288 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"
   };
 }