From 1e58aeefe8d273d9d6c80a44b1f60c2b54f8cfa6 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 14 Oct 2022 03:21:56 +0200 Subject: [PATCH] tqsl: migrate to wxGTK32 --- pkgs/applications/radio/tqsl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/radio/tqsl/default.nix b/pkgs/applications/radio/tqsl/default.nix index 069656560c9..bf70c3ddd6d 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; {