Compare commits

...

1 Commits

Author SHA1 Message Date
64289d7962
Use boost 1.86 for paraver 2025-07-21 12:43:02 +02:00

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";