Merge pull request #103584 from danieldk/ruby-check-disallowed-references

ruby: check disallowed references with jitSupport disabled
This commit is contained in:
Doron Behar
2020-11-13 09:34:31 +02:00
committed by GitHub

View File

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