phd2: migrate to wxGTK32

This commit is contained in:
Weijia Wang 2023-01-02 23:50:47 +01:00
parent 1ca08d4c63
commit 3e26df42ab

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, cmake, gtk3, wxGTK30
{ lib, stdenv, fetchFromGitHub, pkg-config, cmake, gtk3, wxGTK32
, curl, gettext, glib, indi-full, libnova, wrapGAppsHook }:
stdenv.mkDerivation rec {
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3
wxGTK30
wxGTK32
curl
gettext
glib