pulseaudio: split the "dev" output

This is meant mainly for the `libpulseaudio` attribute.
This commit is contained in:
Vladimír Čunát
2015-10-08 11:51:10 +02:00
parent e0ed398346
commit 8db97583ae
4 changed files with 12 additions and 10 deletions

View File

@@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
patches = [ ./caps-fix.patch ];
outputs = [ "dev" "out" ];
nativeBuildInputs = [ pkgconfig intltool autoreconfHook ];
propagatedBuildInputs =
@@ -111,8 +113,8 @@ stdenv.mkDerivation rec {
postInstall = lib.optionalString libOnly ''
rm -rf $out/{bin,share,etc,lib/{pulse-*,systemd}}
sed 's|-lltdl|-L${libtool.lib}/lib -lltdl|' -i $out/lib/libpulsecore-${version}.la
_moveToOutput lib/cmake "$dev"
'';
''
+ ''_moveToOutput lib/cmake "$dev" '';
meta = {
description = "Sound server for POSIX and Win32 systems";