pulseaudio: expose config.h used in the build

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2023-08-29 20:15:23 -03:00
parent ebb1b50fac
commit eb1266e756

View File

@ -143,6 +143,8 @@ stdenv.mkDerivation rec {
+ ''
moveToOutput lib/cmake "$dev"
rm -f $out/.bin-unwrapped/qpaeq # this is packaged by the "qpaeq" package now, because of missing deps
cp config.h $dev/include/pulse
'';
preFixup = lib.optionalString (stdenv.isLinux && (stdenv.hostPlatform == stdenv.buildPlatform)) ''