ruby: fix version 2.2.0
This commit is contained in:
parent
08ff83eab3
commit
4ea88cc526
@ -59,9 +59,8 @@ stdenv.mkDerivation rec {
|
|||||||
"${patchSet}/patches/ruby/2.2.0/railsexpress/05-fix-packed-bitfield-compat-warning-for-older-gccs.patch"
|
"${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 = ops useRailsExpress ''
|
||||||
postPatch = ''
|
sed -i configure.in -e '/config.guess/d'
|
||||||
rm tool/config_files.rb
|
|
||||||
cp ${config}/config.guess tool/
|
cp ${config}/config.guess tool/
|
||||||
cp ${config}/config.sub tool/
|
cp ${config}/config.sub tool/
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user