Archived
1
0
forked from rarias/bscpkgs

Use boost 1.86 for paraver

This commit is contained in:
2025-07-21 12:43:02 +02:00
parent f1dfaa8395
commit 64289d7962

View File

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