Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 50d8295cc6ae
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 01c4c15ef558
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 31, 2019

  1. ruby: --disable-rubygems for baseruby

    This works just fine, and means we don't run into an issue with RubyGems
    trying to install into a different Ruby's prefix when cross-compiling.
    See #51842 (comment).
    alyssais committed Aug 31, 2019
    Copy the full SHA
    5b08510 View commit details
    Browse the repository at this point in the history
  2. ruby: replace bundled RubyGems with our RubyGems

    This should prevent problems caused by trying to install our own
    RubyGems over the top of the one that comes with Ruby.
    alyssais committed Aug 31, 2019
    Copy the full SHA
    01c4c15 View commit details
    Browse the repository at this point in the history