Merge pull request #195882 from wegank/tqsl-wxgtk

tqsl: migrate to wxGTK32
This commit is contained in:
Sandro 2022-10-20 03:36:34 +02:00 committed by GitHub
commit 916be06faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {