Skip to content

Commit 729fa0f

Browse files
ocfoxJohnRTitor
authored andcommitted
pwvucontrol: fix build
fix #389656, add patch for wireplumber-0.4.17
1 parent b52f6f7 commit 729fa0f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkgs/by-name/pw/pwvucontrol/package.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
stdenv,
44
fetchFromGitHub,
55
fetchFromGitLab,
6+
fetchpatch,
67
cargo,
78
desktop-file-utils,
89
meson,
@@ -31,6 +32,13 @@ let
3132
tag = version;
3233
hash = "sha256-vhpQT67+849WV1SFthQdUeFnYe/okudTQJoL3y+wXwI=";
3334
};
35+
36+
patches = [
37+
(fetchpatch {
38+
url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/f4f495ee212c46611303dec9cd18996830d7f721.patch";
39+
hash = "sha256-dxVlXFGyNvWKZBrZniFatPPnK+38pFGig7LGAsc6Ydc=";
40+
})
41+
];
3442
});
3543
in
3644
stdenv.mkDerivation (finalAttrs: {

0 commit comments

Comments
 (0)