Merge pull request #28039 from nonsequitur/patch-3

ruby docs: simplify example

authored by Charles Strahan and committed by GitHub 7379d680 ca6f1591

-1
-1
doc/languages-frameworks/ruby.xml
··· 111 111 in stdenv.mkDerivation { 112 112 name = "my-script"; 113 113 buildInputs = [ env.wrappedRuby ]; 114 - phases = [ "installPhase" "fixupPhase" ]; 115 114 script = ./my-script.rb; 116 115 buildCommand = '' 117 116 install -D -m755 $script $out/bin/my-script