Reinstate installing jsfx
This commit is contained in:
parent
29de604173
commit
31dfc4ace2
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ stdenv.mkDerivation rec {
|
|||
wrapProgram $out/opt/REAPER/reaper \
|
||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ lame ffmpeg vlc xdotool ]}"
|
||||
|
||||
cp -rv ${./jsfx}/* $out/opt/REAPER/InstallData/Effects/
|
||||
|
||||
mkdir $out/bin
|
||||
ln -s $out/opt/REAPER/reaper $out/bin/
|
||||
ln -s $out/opt/REAPER/reamote-server $out/bin/
|
||||
|
|
Loading…
Reference in a new issue