dogdns: pin to openssl_1_1

This commit is contained in:
ajs124
2022-08-17 20:16:22 +02:00
parent 8496e1a448
commit f38d2ae25a
+1
View File
@@ -5610,6 +5610,7 @@ with pkgs;
dog = callPackage ../tools/system/dog { };
dogdns = callPackage ../tools/networking/dogdns {
openssl = openssl_1_1;
inherit (darwin.apple_sdk.frameworks) Security;
};