We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ffebb commit fec0d77Copy full SHA for fec0d77
1 file changed
pkgs/development/interpreters/ruby/default.nix
@@ -202,7 +202,7 @@ let
202
for makefile in $extMakefiles; do
203
make -C "$(dirname "$makefile")" distclean
204
done
205
- find "$out/${passthru.gemPath}" -name gem_make.out -delete
+ find "$out/${passthru.gemPath}" \( -name gem_make.out -o -name mkmf.log \) -delete
206
# Bundler tries to create this directory
207
mkdir -p $out/nix-support
208
cat > $out/nix-support/setup-hook <<EOF
@@ -296,7 +296,7 @@ in {
296
};
297
298
ruby_3_1 = generic {
299
- version = rubyVersion "3" "1" "2" "";
300
- sha256 = "0gm84ipk6mrfw94852w5h7xxk2lqrxjbnlwb88svf0lz70933131";
+ version = rubyVersion "3" "1" "3" "";
+ sha256 = "sha256-XqSYo19M0Vh1IApS3eQrbrF54SZOF9eHMsOlfNHGq54=";
301
302
}
0 commit comments