about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-20 06:05:55 +0000
committerGitHub <noreply@github.com>2022-10-20 06:05:55 +0000
commit6e9b36d7a046336cbde184b9b1c1a6939d054aee (patch)
tree383f6dba312c70701c8a09d110f0ad1e096a30cb /pkgs/applications/radio
parent0eb4236f51ce7e2c111e54b42898142be3210648 (diff)
parent260eb420a2e55e3a0411e731b933c3a8bf6b778e (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/tqsl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/tqsl/default.nix b/pkgs/applications/radio/tqsl/default.nix
index 069656560c9fa..bf70c3ddd6d9a 100644
--- a/pkgs/applications/radio/tqsl/default.nix
+++ b/pkgs/applications/radio/tqsl/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, makeWrapper, cmake, expat, openssl, zlib, db, curl, wxGTK }:
+{ lib, stdenv, fetchurl, makeWrapper, cmake, expat, openssl, zlib, db, curl, wxGTK32 }:
 
 stdenv.mkDerivation rec {
   pname = "tqsl";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
     zlib
     db
     (curl.override { inherit openssl; })
-    wxGTK
+    wxGTK32
   ];
 
   meta = with lib; {