about summary refs log tree commit diff
path: root/pkgs/applications/audio/ensemble-chorus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ensemble-chorus/default.nix')
-rw-r--r--pkgs/applications/audio/ensemble-chorus/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/audio/ensemble-chorus/default.nix b/pkgs/applications/audio/ensemble-chorus/default.nix
index 7fcf412dd593f..a83719a5e4161 100644
--- a/pkgs/applications/audio/ensemble-chorus/default.nix
+++ b/pkgs/applications/audio/ensemble-chorus/default.nix
@@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
     fetchSubmodules = true;
   };
 
+  patches = [
+    # fix compile error regarding packed attribute in 3rd party juice library
+    ./juice-cxx-packing-fix.diff
+  ];
+
   nativeBuildInputs = [ cmake pkg-config ];
 
   buildInputs = [