Loading pkgs/applications/audio/rakarrack/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; patches = [ ./fltk-path.patch ]; patches = [ ./fltk-path.patch # https://sourceforge.net/p/rakarrack/git/merge-requests/2/ ./looper-preset.patch ]; buildInputs = [ alsa-lib alsa-utils fltk libjack2 libXft libXpm libjpeg libpng libsamplerate libsndfile zlib ]; Loading pkgs/applications/audio/rakarrack/looper-preset.patch 0 → 100644 +11 −0 Original line number Diff line number Diff line diff -Naurd rakarrack-0.6.1/src/Looper.C rakarrack-0.6.1-segfault/src/Looper.C --- rakarrack-0.6.1/src/Looper.C 2010-10-01 01:27:55.000000000 +0000 +++ rakarrack-0.6.1-segfault/src/Looper.C 2023-12-08 21:12:31.818569726 +0000 @@ -34,6 +34,7 @@ efxoutr = efxoutr_; //default values + Ppreset = 0; Pclear = 1; Pplay = 0; Precord = 0; Loading
pkgs/applications/audio/rakarrack/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; patches = [ ./fltk-path.patch ]; patches = [ ./fltk-path.patch # https://sourceforge.net/p/rakarrack/git/merge-requests/2/ ./looper-preset.patch ]; buildInputs = [ alsa-lib alsa-utils fltk libjack2 libXft libXpm libjpeg libpng libsamplerate libsndfile zlib ]; Loading
pkgs/applications/audio/rakarrack/looper-preset.patch 0 → 100644 +11 −0 Original line number Diff line number Diff line diff -Naurd rakarrack-0.6.1/src/Looper.C rakarrack-0.6.1-segfault/src/Looper.C --- rakarrack-0.6.1/src/Looper.C 2010-10-01 01:27:55.000000000 +0000 +++ rakarrack-0.6.1-segfault/src/Looper.C 2023-12-08 21:12:31.818569726 +0000 @@ -34,6 +34,7 @@ efxoutr = efxoutr_; //default values + Ppreset = 0; Pclear = 1; Pplay = 0; Precord = 0;