sonic-pi: don't use EOL Ruby
This was added to fix a compiler error in 4bc516aa540e85ff8e0fa2c88245e4c870b1faf3, 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 { };
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user