sonic-pi: pin ruby version (#404352)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
crossguid,
|
||||
reproc,
|
||||
platform-folders,
|
||||
ruby,
|
||||
ruby_3_2,
|
||||
erlang,
|
||||
elixir,
|
||||
beamPackages,
|
||||
@@ -40,6 +40,11 @@
|
||||
fmt,
|
||||
}:
|
||||
|
||||
# Sonic Pi fails to build with Ruby 3.3.
|
||||
let
|
||||
ruby = ruby_3_2;
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sonic-pi";
|
||||
version = "4.5.1";
|
||||
|
||||
Reference in New Issue
Block a user