10 buildPythonPackage rec {
17 sha256 = "528999da55ad630e540a39c0eaeacd19c58c36f49d65d24ea9704d0781e18c90";
20 propagatedBuildInputs =
22 # we currently build SuperCollider only on Linux
23 # but FoxDot is totally usable on macOS with the official SuperCollider binary
24 ++ lib.optionals stdenv.hostPlatform.isLinux [ supercollider ];
26 # Requires a running SuperCollider instance
30 description = "Live coding music with SuperCollider";
31 mainProgram = "FoxDot";
32 homepage = "https://foxdot.org/";
33 license = licenses.cc-by-sa-40;
34 maintainers = with maintainers; [ mrmebelman ];