ruby: fix version 2.2.0
This commit is contained in:
parent
08ff83eab3
commit
4ea88cc526
1 changed files with 2 additions and 3 deletions
|
@ -59,9 +59,8 @@ stdenv.mkDerivation rec {
|
|||
"${patchSet}/patches/ruby/2.2.0/railsexpress/05-fix-packed-bitfield-compat-warning-for-older-gccs.patch"
|
||||
];
|
||||
|
||||
# Ruby >= 2.1.0 tries to download config.{guess,sub}
|
||||
postPatch = ''
|
||||
rm tool/config_files.rb
|
||||
postPatch = ops useRailsExpress ''
|
||||
sed -i configure.in -e '/config.guess/d'
|
||||
cp ${config}/config.guess tool/
|
||||
cp ${config}/config.sub tool/
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue