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

This commit is contained in:
Guilhem Saurel
2026-05-16 23:51:51 +02:00
parent 01e4dac6b3
commit 097b8a0ef0
@@ -74,6 +74,7 @@ let
needUserConfig =
stdenv.hostPlatform != stdenv.buildPlatform
|| enablePython
|| useMpi
|| (stdenv.hostPlatform.isDarwin && enableShared);