python3Packages.boost: fix use of user-config.jam

This commit is contained in:
Guilhem Saurel 2026-05-16 23:49:04 +02:00
commit 097b8a0ef0

View file

@ -74,6 +74,7 @@ let
needUserConfig =
stdenv.hostPlatform != stdenv.buildPlatform
|| enablePython
|| useMpi
|| (stdenv.hostPlatform.isDarwin && enableShared);