Unverified Commit 5e571f9e authored by rewine's avatar rewine Committed by GitHub
Browse files

jamesdsp: add patch to fix build (#391927)

parents 0740f6f2 ccfa83a8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{
  copyDesktopItems,
  fetchFromGitHub,
  fetchpatch,
  glibmm,
  gst_all_1,
  lib,
@@ -42,6 +43,14 @@ stdenv.mkDerivation (finalAttrs: {
    wrapQtAppsHook
  ];

  patches = [
    (fetchpatch {
      url = "https://github.com/Audio4Linux/JDSP4Linux/pull/241.patch";
      hash = "sha256-RtVKlw2ca8An4FodeD0RN95z9yHDHBgAxsEwLAmW7co=";
      name = "fix-build-with-new-pipewire.patch";
    })
  ];

  buildInputs =
    [
      glibmm