spotify-tui: pin to openssl_1_1

This commit is contained in:
Anthony Roussel 2022-09-11 00:17:21 +02:00
parent cfca6eb1d9
commit 72827e4b5d
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -30998,6 +30998,7 @@ with pkgs;
spotify-tui = callPackage ../applications/audio/spotify-tui {
inherit (darwin.apple_sdk.frameworks) AppKit Security;
openssl = openssl_1_1;
};
sptlrx = callPackage ../applications/audio/sptlrx { };