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: 666bcbeb5aa4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6ea86b733f14
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on May 6, 2019

  1. ruby: disable docSupport for baseruby

    Even if building a Ruby with documentation, there's no reason for its
    baseruby to waste time building its own documentation as well.
    alyssais committed May 6, 2019
    Copy the full SHA
    9b39be3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. ruby: install ri docs to devdoc output

    This allows getting access to Ruby documentation through ri by doing
    
        nix-shell -p ruby ruby.devdoc
    
    or by installing the ruby.devdoc package.
    
    A setup hook will add a shim to LOAD_PATH to point ri to the devdoc
    output instead of out.
    alyssais committed May 7, 2019
    Copy the full SHA
    6ffb507 View commit details
    Browse the repository at this point in the history
  2. ruby: enable docSupport by default

    Now that RI docs are installed to a seperate output, we don't need to worry
    about bloating the main output, so it's reasonable for this to be enabled by
    default.
    alyssais committed May 7, 2019
    Copy the full SHA
    b34608d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Merge pull request #61022 from alyssais/ruby-devdoc

    ruby: install ri docs to devdoc output
    alyssais committed May 8, 2019
    Copy the full SHA
    6ea86b7 View commit details
    Browse the repository at this point in the history