Unverified Commit 5988ada8 authored by Lily Foster's avatar Lily Foster
Browse files

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.
parent 2f8266e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  ];