From cc120206d830998a1bcb8ad7aa9f1b2e8c213b31 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Mon, 4 Jul 2022 16:03:29 +0200 Subject: tqsl: pin to openssl_1_1 --- pkgs/applications/radio/tqsl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/radio/tqsl') diff --git a/pkgs/applications/radio/tqsl/default.nix b/pkgs/applications/radio/tqsl/default.nix index b5198f78b0aaf..069656560c9fa 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 ]; -- cgit 1.4.1