Update wxGTK30 to wxGTK32 in paraver kernel

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
Rodrigo Arias 2025-01-16 16:51:11 +01:00
parent f44eebc133
commit 505f101e00

View File

@ -4,14 +4,14 @@
, boost
, libxml2
, xml2
, wxGTK30
, wxGTK32
, autoconf
, automake
, pkg-config
}:
let
wx = wxGTK30;
wx = wxGTK32;
in
stdenv.mkDerivation rec {
pname = "paraver-kernel";