treewide: Mass replace 'libpulseaudio}/lib' to refer the 'out' output
This commit is contained in:
parent
377e942f71
commit
035fdf61c6
@ -5576,7 +5576,7 @@ in modules // {
|
||||
|
||||
propagatedBuildInputs = with self; [ keyring colour netifaces praw psutil
|
||||
basiciw pkgs.libpulseaudio ];
|
||||
ldWrapperSuffix = "--suffix LD_LIBRARY_PATH : \"${pkgs.libpulseaudio}/lib\"";
|
||||
ldWrapperSuffix = "--suffix LD_LIBRARY_PATH : \"${pkgs.libpulseaudio.out}/lib\"";
|
||||
makeWrapperArgs = [ ldWrapperSuffix ]; # libpulseaudio.so is loaded manually
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user