phd2: migrate to wxGTK32
This commit is contained in:
parent
1ca08d4c63
commit
3e26df42ab
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue