mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
kore: pin to openssl_1_1
This commit is contained in:
parent
23022b2779
commit
7033bc7e3b
@ -8044,7 +8044,9 @@ with pkgs;
|
||||
|
||||
knockpy = callPackage ../tools/security/knockpy { };
|
||||
|
||||
kore = callPackage ../development/web/kore { };
|
||||
kore = callPackage ../development/web/kore {
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
|
||||
krakenx = callPackage ../tools/system/krakenx { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user