From 18677c3a7cdfae5dea236c2bb0195e1ae87dd437 Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Sun, 18 May 2025 21:37:53 -0400 Subject: [PATCH] need help --- default.nix | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index 9ed3d2d..ad60893 100644 --- a/default.nix +++ b/default.nix @@ -34,11 +34,12 @@ mkDerivation rec { python312Packages.schema, ]; # build time - buildInputs = [ # runtime - ]; + buildInputs = [ + supercollider + ]; #runtime cmakeFlags = [ - "-DSC_PATH=${scSource}" # replace ${scSource} + "-DSC_PATH=${supercollider}/include/SuperCollider" ]; meta = with lib; { @@ -50,3 +51,21 @@ mkDerivation rec { platforms = platforms.linux; }; } + + +/* +`make install` produces: + +install/ +bin +include +lib64 +share + +would go in /usr + + +install/FluidCorpusManipulation + +would go in ~/.local/share/SuperCollider/Extensions +*/