Skip to content

Commit

Permalink
Merge pull request #266031 from wamserma/tqsl-unpin-openssl
Browse files Browse the repository at this point in the history
tqsl: unpin OpenSSL
  • Loading branch information
mweinelt authored Nov 7, 2023
2 parents 3e0bd2a + c7159bf commit 67ff7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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
lmdb
(curl.override { inherit openssl; })
curl
wxGTK32
];

Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35896,9 +35896,7 @@ with pkgs;

toxiproxy = callPackage ../development/tools/toxiproxy { };

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

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

0 comments on commit 67ff7c0

Please sign in to comment.