summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-10-20 23:08:35 +0200
committerDomen Kožar <domen@dev.si>2013-10-20 23:08:42 +0200
commit8c0982232ec89777556efa326c8f996e4bcc56e8 (patch)
tree9445b1e040ee2fc20faafc55fbae51d21c05c790 /pkgs
parent3c3c631a450106e7936b717d0170b4eadd3b0fb3 (diff)
downloadnixlib-8c0982232ec89777556efa326c8f996e4bcc56e8.tar
nixlib-8c0982232ec89777556efa326c8f996e4bcc56e8.tar.gz
nixlib-8c0982232ec89777556efa326c8f996e4bcc56e8.tar.bz2
nixlib-8c0982232ec89777556efa326c8f996e4bcc56e8.tar.lz
nixlib-8c0982232ec89777556efa326c8f996e4bcc56e8.tar.xz
nixlib-8c0982232ec89777556efa326c8f996e4bcc56e8.tar.zst
nixlib-8c0982232ec89777556efa326c8f996e4bcc56e8.zip
Net-SNMP: disable tests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 461dc0c1f6ea..8b2c0bd510ea 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -6116,6 +6116,7 @@ rec {
       url = "mirror://cpan/authors/id/D/DT/DTOWN/${name}.tar.gz";
       sha256 = "0hdpn1cw52x8cw24m9ayzpf4rwarm0khygn1sv3wvwxkrg0pphql";
     };
+    doCheck = false; # The test suite fails, see https://rt.cpan.org/Public/Bug/Display.html?id=85799
   };
 
   NetSSLeay = buildPerlPackage rec {