replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

Ensure sqlite shared library is compiled and included in Nix derivation #79

Closed cbrewster closed 2 years ago

cbrewster commented 2 years ago

Noticed sqlite was missing a shared library that is supposed to be LD_PRELOAD'd into the sqlite cli. This compiles it so it ends up in the prybar_assets directory in the final built Nix derivation.

replbot commented 2 years ago

Good work, this PRs short and easy to review! Promoting to bop.

replbot commented 2 years ago

unbooping: approved