python3Packages.pulsectl: add comment for substitution

This commit is contained in:
Martin Weinelt 2021-09-09 18:44:51 +02:00
parent a2955cd332
commit bbdb34ab04
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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}";