Use boost 1.86 for paraver
This commit is contained in:
parent
f1dfaa8395
commit
64289d7962
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user