mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Perl requirement for ddclient to be used as a service
(Might only be the FreeDNS protocol that needs it.)
This commit is contained in:
parent
f21e9f0a07
commit
16e85b4275
@ -8,7 +8,7 @@ buildPerlPackage {
|
||||
sha256 = "f22ac7b0ec78e310d7b88a1cf636e5c00360b2ed9c087f231b3522ef3e6295f2";
|
||||
};
|
||||
|
||||
buildInputs = [ perlPackages.IOSocketSSL ];
|
||||
buildInputs = [ perlPackages.IOSocketSSL perlPackages.DigestSHA1 ];
|
||||
|
||||
patches = [ ./ddclient-foreground.patch ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user