ruby: check disallowed references with jitSupport disabled
This makes it easier to detect regressions.
This commit is contained in:
parent
ca6e7454a4
commit
b235552837
1 changed files with 2 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue