pulseaudio: expose config.h used in the build
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
ebb1b50fac
commit
eb1266e756
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ stdenv.mkDerivation rec {
|
||||||
+ ''
|
+ ''
|
||||||
moveToOutput lib/cmake "$dev"
|
moveToOutput lib/cmake "$dev"
|
||||||
rm -f $out/.bin-unwrapped/qpaeq # this is packaged by the "qpaeq" package now, because of missing deps
|
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)) ''
|
preFixup = lib.optionalString (stdenv.isLinux && (stdenv.hostPlatform == stdenv.buildPlatform)) ''
|
||||||
|
|
Loading…
Reference in a new issue