From 20ed441141c3282232d44e3ba9ca1f28aef63145 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 3 Sep 2019 21:16:28 +0000 Subject: 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. --- pkgs/top-level/all-packages.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 740ddc806f0..7b1c35be84f 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; -- cgit 1.4.1