pulseaudio: remove qpaeq

This commit is contained in:
Maciej Krüger 2019-12-27 04:51:28 +01:00
parent 7ebadfea50
commit 674efe45dd
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -108,7 +108,10 @@ stdenv.mkDerivation rec {
rm -rf $out/{bin,share,etc,lib/{pulse-*,systemd}}
sed 's|-lltdl|-L${libtool.lib}/lib -lltdl|' -i $out/lib/pulseaudio/libpulsecore-${version}.la
''
+ ''moveToOutput lib/cmake "$dev" '';
+ ''
moveToOutput lib/cmake "$dev"
rm -f $out/bin/qpaeq # this is packaged by the "qpaeq" package now, because of missing deps
'';
preFixup = lib.optionalString stdenv.isLinux ''
wrapProgram $out/libexec/pulse/gsettings-helper \