Remove dependency on wx from paraver kernel

Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
Aleix Boné 2025-07-21 18:33:25 +02:00 committed by Rodrigo Arias Mallo
parent b29f03ba6e
commit 1666c14a35

View File

@ -5,16 +5,12 @@
, boost
, libxml2
, xml2
, wxGTK32
, autoconf
, automake
, pkg-config
, zlib
}:
let
wx = wxGTK32;
in
stdenv.mkDerivation rec {
pname = "paraver-kernel";
version = "4.12.0";