We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52f6f7 commit 729fa0fCopy full SHA for 729fa0f
pkgs/by-name/pw/pwvucontrol/package.nix
@@ -3,6 +3,7 @@
3
stdenv,
4
fetchFromGitHub,
5
fetchFromGitLab,
6
+ fetchpatch,
7
cargo,
8
desktop-file-utils,
9
meson,
@@ -31,6 +32,13 @@ let
31
32
tag = version;
33
hash = "sha256-vhpQT67+849WV1SFthQdUeFnYe/okudTQJoL3y+wXwI=";
34
};
35
+
36
+ patches = [
37
+ (fetchpatch {
38
+ url = "https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/f4f495ee212c46611303dec9cd18996830d7f721.patch";
39
+ hash = "sha256-dxVlXFGyNvWKZBrZniFatPPnK+38pFGig7LGAsc6Ydc=";
40
+ })
41
+ ];
42
});
43
in
44
stdenv.mkDerivation (finalAttrs: {
0 commit comments