about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2024-03-04 16:49:14 -0800
committerGitHub <noreply@github.com>2024-03-04 19:49:14 -0500
commitaa07a3623a924242b523a5607bedc9f17897c0f3 (patch)
tree95e4adbd83d1294daf02b6f51d66871d29c1dccf /pkgs/applications/audio/faust
parent788f65a3d7fdd14bdecf975fd45a9cfd04e367c8 (diff)
open-music-kontrollers.mephisto: 0.16.0 -> 0.18.2, fix build (#293048)
* faust: pull fix for users of faust/dsp/llvm-dsp-c.h

* open-music-kontrollers.mephisto: 0.16.0 -> 0.18.2, fix build

The generic package for these no longer works due to changes in the git hosting that upstream uses.
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust2.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/audio/faust/faust2.nix b/pkgs/applications/audio/faust/faust2.nix
index 3e90236f872ad..dc5dc477b03ad 100644
--- a/pkgs/applications/audio/faust/faust2.nix
+++ b/pkgs/applications/audio/faust/faust2.nix
@@ -63,6 +63,14 @@ let
         ncurses_static
       ];
 
+      patches = [
+        (fetchpatch {
+          name = "fix-CsigFFun-API-declaration.patch";
+          url = "https://github.com/grame-cncm/faust/commit/10ce960e91a6237c7bff14a338e770757076ce9e.patch";
+          hash = "sha256-WMFLpLGTZpG7ni3lhI5VJHsmJViWZf4pAFuhYmFVRCE=";
+        })
+      ];
+
       passthru = { inherit wrap wrapWithBuildEnv faust2ApplBase; };
 
       preConfigure = ''