boost: Drop unnecessary runtime dependency on Python
The only file that actually referred to the Python interpreter was share/boost-build/example/customization/inline_file.py. So get rid of the whole example directory.
This commit is contained in:
parent
69deced59b
commit
6303278ad3
@ -75,6 +75,7 @@ stdenv.mkDerivation {
|
|||||||
./b2 -j$NIX_BUILD_CORES -sEXPAT_INCLUDE=${expat}/include -sEXPAT_LIBPATH=${expat}/lib --layout=${layout} variant=${variant} threading=${threading} link=${link} ${cflags} install${withToolset}
|
./b2 -j$NIX_BUILD_CORES -sEXPAT_INCLUDE=${expat}/include -sEXPAT_LIBPATH=${expat}/lib --layout=${layout} variant=${variant} threading=${threading} link=${link} ${cflags} install${withToolset}
|
||||||
rm $out/bin/bjam
|
rm $out/bin/bjam
|
||||||
ln -s $out/bin/b2 $out/bin/bjam
|
ln -s $out/bin/b2 $out/bin/bjam
|
||||||
|
rm -rf $out/share/boost-build/example
|
||||||
'';
|
'';
|
||||||
|
|
||||||
crossAttrs = rec {
|
crossAttrs = rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user