summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/radio/tqsl
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-14 03:21:56 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-14 03:21:56 +0200
commit1e58aeefe8d273d9d6c80a44b1f60c2b54f8cfa6 (patch)
tree61606ed378fdb998ddfe6dd4f2fe6ae65bf33a19 /pkgs/applications/radio/tqsl
parent86872d31b1f8379c4d62aacfa18bd5a9d7530447 (diff)
tqsl: migrate to wxGTK32
Diffstat (limited to 'pkgs/applications/radio/tqsl')
-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 069656560c9f..bf70c3ddd6d9 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; {