mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
spotify-tui: pin to openssl_1_1
This commit is contained in:
parent
cfca6eb1d9
commit
72827e4b5d
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user