tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pipewire: backport fix as recommended upstream
K900
2 years ago
3c7f8069
3c070a08
+7
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
pipewire
default.nix
+7
pkgs/development/libraries/pipewire/default.nix
···
105
105
./0090-pipewire-config-template-paths.patch
106
106
# Place SPA data files in lib output to avoid dependency cycles
107
107
./0095-spa-data-dir.patch
108
108
+
109
109
+
# backport patch fixing no sound in some cases
110
110
+
# FIXME: remove for next release
111
111
+
(fetchpatch {
112
112
+
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/8748c77451ce332dd24549b414200499ede4f184.diff";
113
113
+
hash = "sha256-nxWszqLUbO1XS/DWIBYrGpVZFy2c5+E2V9dlBMekShM=";
114
114
+
})
108
115
];
109
116
110
117
strictDeps = true;