jamesdsp: add patch to fix build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user