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 , boost
, libxml2 , libxml2
, xml2 , xml2
, wxGTK30 , wxGTK32
, autoconf , autoconf
, automake , automake
, pkg-config , pkg-config
}: }:
let let
wx = wxGTK30; wx = wxGTK32;
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "paraver-kernel"; pname = "paraver-kernel";