mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
ruby: remove references to CC by default
This makes RbConfig["CC"] return an invalid path, but I hope nothing is depending on that anyway...
This commit is contained in:
parent
ec8293fbfe
commit
163618988f
2 changed files with 1 additions and 3 deletions
|
@ -49,7 +49,7 @@ let
|
||||||
# puts a reference to the C compiler in the binary.
|
# puts a reference to the C compiler in the binary.
|
||||||
# This might be required by some gems at runtime,
|
# This might be required by some gems at runtime,
|
||||||
# but we allow to strip it out for smaller closure size.
|
# but we allow to strip it out for smaller closure size.
|
||||||
, removeReferencesTo, removeReferenceToCC ? false
|
, removeReferencesTo, removeReferenceToCC ? true
|
||||||
, autoreconfHook, bison, autoconf
|
, autoreconfHook, bison, autoconf
|
||||||
, buildEnv, bundler, bundix
|
, buildEnv, bundler, bundix
|
||||||
, libiconv, libobjc, libunwind, Foundation
|
, libiconv, libobjc, libunwind, Foundation
|
||||||
|
|
|
@ -9409,8 +9409,6 @@ in
|
||||||
docSupport = false;
|
docSupport = false;
|
||||||
yamlSupport = false;
|
yamlSupport = false;
|
||||||
fiddleSupport = false;
|
fiddleSupport = false;
|
||||||
# remove gcc from runtime closure
|
|
||||||
removeReferenceToCC = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ruby = ruby_2_6;
|
ruby = ruby_2_6;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue