about summary refs log tree commit diff
path: root/pkgs/applications/radio/tqsl
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2023-11-07 10:58:56 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2023-11-07 10:58:56 +0100
commitc7159bf25e48d23529b55eabf9a318fc33dfb8b8 (patch)
treefc72d1272f9a139c9085f2ec73e839f4150271e3 /pkgs/applications/radio/tqsl
parent452cebfb5aac0ad67872106275eb977da214fa8a (diff)
tqsl: unpin OpenSSL
revert cc120206d830998a1bcb8ad7aa9f1b2e8c213b31 as TQSL can
now be built against OpenSSL 3.x
Diffstat (limited to 'pkgs/applications/radio/tqsl')
-rw-r--r--pkgs/applications/radio/tqsl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/radio/tqsl/default.nix b/pkgs/applications/radio/tqsl/default.nix
index 085706658afff..a207ba2f14681 100644
--- a/pkgs/applications/radio/tqsl/default.nix
+++ b/pkgs/applications/radio/tqsl/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     openssl
     zlib
     lmdb
-    (curl.override { inherit openssl; })
+    curl
     wxGTK32
   ];