sonic-pi: add ruby to nativeBuildInputs

The ruby interpreter is used during the configure and build phases in
addition to the check phase, so add it to nativeBuildInputs instead of
checkInputs.
This commit is contained in:
Lily Foster 2023-01-03 08:08:40 -05:00
parent 2f8266e022
commit 5988ada835
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
copyDesktopItems
cmake
pkg-config
ruby
erlang
elixir
beamPackages.hex
@ -94,7 +95,6 @@ stdenv.mkDerivation rec {
checkInputs = [
parallel
ruby
supercollider-with-sc3-plugins
jack2
];