ddclient: Fix build after multiple outputs merge

+2
+2
pkgs/tools/networking/ddclient/default.nix
··· 9 9 sha256 = "1j8zdn7fy7i0bjk3jf0hxnbnshc2yf054vxq64imxdpfd7n5zgfy"; 10 10 }; 11 11 12 + outputs = [ "out" ]; 13 + 12 14 buildInputs = [ perlPackages.IOSocketSSL perlPackages.DigestSHA1 ]; 13 15 14 16 patches = [ ./ddclient-line-buffer-stdout.patch ];