python3Packages.pulsectl: add comment for substitution
This commit is contained in:
parent
a2955cd332
commit
bbdb34ab04
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
patches = [
|
||||
# substitute library paths for libpulse and librt
|
||||
(substituteAll {
|
||||
src = ./library-paths.patch;
|
||||
libpulse = "${libpulseaudio.out}/lib/libpulse${stdenv.hostPlatform.extensions.sharedLibrary}";
|
||||
|
|
Loading…
Reference in a new issue