dogdns: pin to openssl_1_1

This commit is contained in:
ajs124 2022-06-17 18:01:35 +02:00
parent 8496e1a448
commit f38d2ae25a

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;
};