3
0
Fork 0
forked from mirrors/nixpkgs

espanso: pin to openssl_1_1

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

View file

@ -3811,6 +3811,7 @@ with pkgs;
espanso = callPackage ../applications/office/espanso {
inherit (darwin.apple_sdk.frameworks) AppKit Cocoa Foundation;
openssl = openssl_1_1;
};
esphome = callPackage ../tools/misc/esphome { };