Remove dependency on wx from paraver kernel

This commit is contained in:
Aleix Boné 2025-07-21 18:33:25 +02:00
parent ec7b8befe3
commit 7b0433320a
Signed by: abonerib
SSH Key Fingerprint: SHA256:Jmq7aNH8XDdGy7E9dqfqrc/LRaVqhnFgDgdxlFw/pl8

View File

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