Build paraver with wxGTK32

This commit is contained in:
Rodrigo Arias 2023-04-11 20:34:11 +02:00
parent 9d2de00b0c
commit ef2631b699

View File

@ -4,7 +4,7 @@
, boost , boost
, libxml2 , libxml2
, xml2 , xml2
, wxGTK30 , wxGTK32
, autoconf , autoconf
, automake , automake
, paraverKernel , paraverKernel
@ -13,7 +13,7 @@
}: }:
let let
wx = wxGTK30; wx = wxGTK32;
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wxparaver"; pname = "wxparaver";