Skip to content

Commit

Permalink
tqsl: pin to openssl_1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 committed Aug 17, 2022
1 parent 945ac1c commit cc12020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/radio/tqsl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
openssl
zlib
db
curl
(curl.override { inherit openssl; })
wxGTK
];

Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31102,7 +31102,9 @@ with pkgs;
buildGoModule = buildGo117Module;
};

tqsl = callPackage ../applications/radio/tqsl { };
tqsl = callPackage ../applications/radio/tqsl {
openssl = openssl_1_1;
};
trustedqsl = tqsl; # Alias added 2019-02-10

transcode = callPackage ../applications/audio/transcode { };
Expand Down

1 comment on commit cc12020

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/cqrlog-tqsl-and-openssl-1-1-1w/35117/2

Please sign in to comment.