mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python3Packages.pulsectl: add comment for substitution
This commit is contained in:
parent
a2955cd332
commit
bbdb34ab04
@ -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 New Issue
Block a user