summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/tqsl
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-07-04 16:03:29 +0200
committerajs124 <git@ajs124.de>2022-08-17 20:16:23 +0200
commitcc120206d830998a1bcb8ad7aa9f1b2e8c213b31 (patch)
tree3cbdc2e67a607cc51792c33801e935a36b9cb84a /pkgs/applications/radio/tqsl
parent945ac1c9d83c7d216b7a655d02b3e7eefb9e2393 (diff)
tqsl: pin to openssl_1_1
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 b5198f78b0aa..069656560c9f 100644
--- a/pkgs/applications/radio/tqsl/default.nix
+++ b/pkgs/applications/radio/tqsl/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
openssl
zlib
db
- curl
+ (curl.override { inherit openssl; })
wxGTK
];