cfdyndns: pin to openssl_1_1

This commit is contained in:
Anthony Roussel 2022-09-11 02:09:05 +02:00
parent faa8136e81
commit 3aa4e0127a
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -3277,7 +3277,9 @@ with pkgs;
{ inherit (haskellPackages) alex happy Agda ghcWithPackages;
};
cfdyndns = callPackage ../applications/networking/dyndns/cfdyndns { };
cfdyndns = callPackage ../applications/networking/dyndns/cfdyndns {
openssl = openssl_1_1;
};
charliecloud = callPackage ../applications/virtualization/charliecloud { };