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:
parent
5262dd23b3
commit
20ed441141
|
@ -20420,9 +20420,7 @@ in
|
|||
|
||||
wavebox = callPackage ../applications/networking/instant-messengers/wavebox { };
|
||||
|
||||
sonic-pi = callPackage ../applications/audio/sonic-pi {
|
||||
ruby = ruby_2_3;
|
||||
};
|
||||
sonic-pi = callPackage ../applications/audio/sonic-pi { };
|
||||
|
||||
st = callPackage ../applications/misc/st {
|
||||
conf = config.st.conf or null;
|
||||
|
|
Loading…
Reference in New Issue