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
commit 2e7d97a50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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