Use boost 1.86 for paraver

This commit is contained in:
Aleix Boné 2025-07-21 12:43:02 +02:00
parent f1dfaa8395
commit 64289d7962
Signed by: abonerib
SSH Key Fingerprint: SHA256:Jmq7aNH8XDdGy7E9dqfqrc/LRaVqhnFgDgdxlFw/pl8

View File

@ -2,7 +2,7 @@
stdenv
, fetchFromGitHub
, autoreconfHook
, boost
, boost186
, libxml2
, xml2
, wxGTK32
@ -16,6 +16,7 @@
let
wx = wxGTK32;
boost = boost186;
in
stdenv.mkDerivation rec {
pname = "wxparaver";