forked from mirrors/nixpkgs
ddclient: Fix build after multiple outputs merge
This commit is contained in:
parent
7276417870
commit
89ce5d4b96
|
@ -9,6 +9,8 @@ buildPerlPackage rec {
|
||||||
sha256 = "1j8zdn7fy7i0bjk3jf0hxnbnshc2yf054vxq64imxdpfd7n5zgfy";
|
sha256 = "1j8zdn7fy7i0bjk3jf0hxnbnshc2yf054vxq64imxdpfd7n5zgfy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" ];
|
||||||
|
|
||||||
buildInputs = [ perlPackages.IOSocketSSL perlPackages.DigestSHA1 ];
|
buildInputs = [ perlPackages.IOSocketSSL perlPackages.DigestSHA1 ];
|
||||||
|
|
||||||
patches = [ ./ddclient-line-buffer-stdout.patch ];
|
patches = [ ./ddclient-line-buffer-stdout.patch ];
|
||||||
|
|
Loading…
Reference in a new issue