ruby: check disallowed references with jitSupport disabled
This makes it easier to detect regressions.
This commit is contained in:
parent
ca6e7454a4
commit
b235552837
@ -210,6 +210,8 @@ let
|
|||||||
sed -i "s|'--with-baseruby=${baseruby}/bin/ruby'||" $rbConfig
|
sed -i "s|'--with-baseruby=${baseruby}/bin/ruby'||" $rbConfig
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
disallowedRequisites = op (!jitSupport) stdenv.cc.cc;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The Ruby language";
|
description = "The Ruby language";
|
||||||
homepage = "http://www.ruby-lang.org/en/";
|
homepage = "http://www.ruby-lang.org/en/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user