Skip to content

Commit 5e571f9

Browse files
authoredMar 22, 2025
jamesdsp: add patch to fix build (#391927)
2 parents 0740f6f + ccfa83a commit 5e571f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎pkgs/applications/audio/jamesdsp/default.nix

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
copyDesktopItems,
33
fetchFromGitHub,
4+
fetchpatch,
45
glibmm,
56
gst_all_1,
67
lib,
@@ -42,6 +43,14 @@ stdenv.mkDerivation (finalAttrs: {
4243
wrapQtAppsHook
4344
];
4445

46+
patches = [
47+
(fetchpatch {
48+
url = "https://github.com/Audio4Linux/JDSP4Linux/pull/241.patch";
49+
hash = "sha256-RtVKlw2ca8An4FodeD0RN95z9yHDHBgAxsEwLAmW7co=";
50+
name = "fix-build-with-new-pipewire.patch";
51+
})
52+
];
53+
4554
buildInputs =
4655
[
4756
glibmm

0 commit comments

Comments
 (0)
Failed to load comments.