mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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}
|
||||
rm $out/bin/bjam
|
||||
ln -s $out/bin/b2 $out/bin/bjam
|
||||
rm -rf $out/share/boost-build/example
|
||||
'';
|
||||
|
||||
crossAttrs = rec {
|
||||
|
Loading…
Reference in New Issue
Block a user