about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-04-27 14:43:28 +0200
committerGitHub <noreply@github.com>2022-04-27 14:43:28 +0200
commitbe7f4c1d46335613b455452c05e5b02c7cc04602 (patch)
tree05da450ac0ebc795f50b2f2622387df6e50047be
parent9dc734aec12b66ad1c2f7fcfe74d8c507a9b0c10 (diff)
parent102eabd1dfb4a11d9796dc1944752cfca787e23e (diff)
Merge pull request #163931 from lorenz/backport-jamesdsp
jamesdsp: backport fix for PipeWire 0.3.44+
-rw-r--r--pkgs/applications/audio/jamesdsp/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/audio/jamesdsp/default.nix b/pkgs/applications/audio/jamesdsp/default.nix
index 61f8907f99ca1..944d40cd3ef1a 100644
--- a/pkgs/applications/audio/jamesdsp/default.nix
+++ b/pkgs/applications/audio/jamesdsp/default.nix
@@ -40,6 +40,11 @@ in
       url = "https://github.com/Audio4Linux/JDSP4Linux/commit/003c9e9fc426f83e269aed6e05be3ed55273931a.patch";
       hash = "sha256-crll/a7C9pUq9eL5diq8/YgC5bNC6SrdijZEBxZpJ8E=";
     })
+    # compatibility fix for PipeWire 0.3.44+, remove on version bump
+    (fetchpatch {
+      url = "https://github.com/Audio4Linux/JDSP4Linux/commit/e04c55735cc20fc3c3ce042c5681ec80f7df3c96.patch";
+      hash = "sha256-o6AUtQzugykALSdkM3i3lYqRmzJX3FzmALSi0TrWuRA=";
+    })
   ];
 
   nativeBuildInputs = [