mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.boost: fix use of user-config.jam
This commit is contained in:
parent
01e4dac6b3
commit
097b8a0ef0
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ let
|
|||
|
||||
needUserConfig =
|
||||
stdenv.hostPlatform != stdenv.buildPlatform
|
||||
|| enablePython
|
||||
|| useMpi
|
||||
|| (stdenv.hostPlatform.isDarwin && enableShared);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue