simgrid: propagate boost

Since SimGrid include files directly include boost files,
most SimGrid users need boost as well.
This commit is contained in:
Millian Poquet 2021-07-19 14:03:50 +02:00
parent 2d05c2d535
commit 33f915f241

View File

@ -28,7 +28,8 @@ stdenv.mkDerivation rec {
sha256 = "0vylwgd4i89bvhbgfay0wq953324dwfmmr8jp9b4vvlc9m0017r9";
};
nativeBuildInputs = [ cmake perl python3 boost valgrind ]
propagatedBuildInputs = [ boost ];
nativeBuildInputs = [ cmake perl python3 valgrind ]
++ optionals fortranSupport [ gfortran ]
++ optionals buildJavaBindings [ openjdk ]
++ optionals buildDocumentation [ transfig ghostscript doxygen ]