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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 411f9e25d706
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e7d97a50d38
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 12, 2020

  1. ruby: check disallowed references with jitSupport disabled

    This makes it easier to detect regressions.
    danieldk committed Nov 12, 2020
    Copy the full SHA
    b235552 View commit details

Commits on Nov 13, 2020

  1. Merge pull request #103584 from danieldk/ruby-check-disallowed-refere…

    …nces
    
    ruby: check disallowed references with jitSupport disabled
    doronbehar authored Nov 13, 2020
    Copy the full SHA
    2e7d97a View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 pkgs/development/interpreters/ruby/default.nix
2 changes: 2 additions & 0 deletions pkgs/development/interpreters/ruby/default.nix
Original file line number Diff line number Diff line change
@@ -210,6 +210,8 @@ let
sed -i "s|'--with-baseruby=${baseruby}/bin/ruby'||" $rbConfig
'';

disallowedRequisites = op (!jitSupport) stdenv.cc.cc;

meta = with stdenv.lib; {
description = "The Ruby language";
homepage = "http://www.ruby-lang.org/en/";