Use boost 1.86 for paraver

This commit is contained in:
Aleix Boné 2025-07-21 12:43:02 +02:00 committed by Rodrigo Arias Mallo
parent a4137ea0ea
commit c45422ff57

View File

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