Merge pull request #125392 from rnhmjoj/pdns

pdns-recursor: disable on i686-linux

authored by

Michele Guerini Rocco and committed by
GitHub
a8e4f721 531a57c5

+3
+3
pkgs/servers/dns/pdns-recursor/default.nix
··· 33 description = "A recursive DNS server"; 34 homepage = "https://www.powerdns.com/"; 35 platforms = platforms.linux; 36 license = licenses.gpl2; 37 maintainers = with maintainers; [ rnhmjoj ]; 38 };
··· 33 description = "A recursive DNS server"; 34 homepage = "https://www.powerdns.com/"; 35 platforms = platforms.linux; 36 + badPlatforms = [ 37 + "i686-linux" # a 64-bit time_t is needed 38 + ]; 39 license = licenses.gpl2; 40 maintainers = with maintainers; [ rnhmjoj ]; 41 };