Skip to content

Commit

Permalink
Merge pull request #9698 from NixOS/no-boost-regex
Browse files Browse the repository at this point in the history
Don't pull in libboost_regex
  • Loading branch information
Ericson2314 authored Jan 5, 2024
2 parents 359990d + 388c79d commit 9651034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ in {
# Copy libboost_context so we don't get all of Boost in our closure.
# https://github.com/NixOS/nixpkgs/issues/45462
mkdir -p $out/lib
cp -pd ${boost}/lib/{libboost_context*,libboost_thread*,libboost_system*,libboost_regex*} $out/lib
cp -pd ${boost}/lib/{libboost_context*,libboost_thread*,libboost_system*} $out/lib
rm -f $out/lib/*.a
'' + lib.optionalString stdenv.hostPlatform.isLinux ''
chmod u+w $out/lib/*.so.*
Expand Down

0 comments on commit 9651034

Please sign in to comment.