sonic-pi: don't use EOL Ruby

This was added to fix a compiler error in
4bc516aa54, where it was noted that it
still segfaulted after boot. Since it compiles with our default Ruby
now, I have to assume that the problem the override was added to set
has since been resolved. I don't know how to actually test, however.
This commit is contained in:
Alyssa Ross 2019-09-03 21:16:28 +00:00
parent 5262dd23b3
commit 20ed441141
1 changed files with 1 additions and 3 deletions

View File

@ -20420,9 +20420,7 @@ in
wavebox = callPackage ../applications/networking/instant-messengers/wavebox { }; wavebox = callPackage ../applications/networking/instant-messengers/wavebox { };
sonic-pi = callPackage ../applications/audio/sonic-pi { sonic-pi = callPackage ../applications/audio/sonic-pi { };
ruby = ruby_2_3;
};
st = callPackage ../applications/misc/st { st = callPackage ../applications/misc/st {
conf = config.st.conf or null; conf = config.st.conf or null;