Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pulseaudio: fix .la file

+2 -1
+2 -1
pkgs/servers/pulseaudio/default.nix
··· 1 { lib, stdenv, fetchurl, pkgconfig, intltool, autoreconfHook 2 - , json_c, libsndfile 3 , xlibs, libcap, alsaLib, glib 4 , avahi, libjack2, libasyncns, lirc, dbus 5 , sbc, bluez5, udev, openssl, fftwFloat ··· 109 110 postInstall = lib.optionalString libOnly '' 111 rm -rf $out/{bin,share,etc,lib/{pulse-*,systemd}} 112 ''; 113 114 meta = {
··· 1 { lib, stdenv, fetchurl, pkgconfig, intltool, autoreconfHook 2 + , json_c, libsndfile, libtool 3 , xlibs, libcap, alsaLib, glib 4 , avahi, libjack2, libasyncns, lirc, dbus 5 , sbc, bluez5, udev, openssl, fftwFloat ··· 109 110 postInstall = lib.optionalString libOnly '' 111 rm -rf $out/{bin,share,etc,lib/{pulse-*,systemd}} 112 + sed 's|-lltdl|-L${libtool}/lib -lltdl|' -i $out/lib/libpulsecore-6.0.la 113 ''; 114 115 meta = {