Skip to content

Commit

Permalink
boost: disable python explicitly in b2Args (#45679)
Browse files Browse the repository at this point in the history
fixes the build of boost_162

(cherry picked from commit 775d1ec)
  • Loading branch information
stephengroat authored and xeji committed Sep 4, 2018
1 parent 8fb90de commit c70ff28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/boost/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ let
++ optional (toolset != null) "toolset=${toolset}"
++ optional (mpi != null || stdenv.hostPlatform != stdenv.buildPlatform) "--user-config=user-config.jam"
++ optionals (stdenv.hostPlatform.libc == "msvcrt") [
++ optional (!enablePython) "--without-python"
"threadapi=win32"
]);

Expand Down

0 comments on commit c70ff28

Please sign in to comment.