ruby: check disallowed references with jitSupport disabled

This makes it easier to detect regressions.
This commit is contained in:
Daniël de Kok 2020-11-12 11:29:22 +01:00
parent ca6e7454a4
commit b235552837

@ -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/";