need help

nix
Leo Coogan 8 months ago
parent dc0363f10f
commit 18677c3a7c
Signed by: lcoogan
SSH Key Fingerprint: SHA256:vnrR5ilHkdr6L4t2yOMUMINFPpxEh+53N3nMel66mCw

@ -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
*/

Loading…
Cancel
Save