ChanServ changed the topic of #nixos-ruby to: Everything about using Nix & Ruby. Logs at https://logs.nix.samueldr.com/nixos-ruby/
<jackdk> Has anyone here managed to stand up a nix-shell that can build libxml-ruby? Normally I can get away with putting native dependencies into the shell buildInputs and it's fine, but here the extconf.rb doesn't find the headers
<jackdk> Minimal shell.nix/Gemfile to reproduce (run `bundle install`): https://www.irccloud.com/pastebin/TpqjHBik/files.txt
<jackdk> Figured it out. Add libxml2.dev to `buildInputs`, then `bundle config build.libxml-ruby --with-xml2-config=$(which xml2-config)` inside the shell. `bundle install` succeeded after that
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixos-ruby
<{\_\}_> s​etheron[discord]: You should provide that upstream to nixpkgs
<{\_\}_> s​etheron[discord]: there's a bunch of gems whose derivations are replaced with these fixes.
delawarekey has quit [Ping timeout: 260 seconds]
delawarekey has joined #nixos-ruby