shairport-sync: fix pulseaudio support & default arguments

This commit is contained in:
Franz Pletz
2018-09-26 18:12:02 +02:00
parent 30d24a2e3f
commit e7ca9af4cc
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
configureFlags = [
"--with-alsa" "--with-pipe" "--with-pulseaudio" "--with-stdout"
"--with-alsa" "--with-pipe" "--with-pa" "--with-stdout"
"--with-avahi" "--with-ssl=openssl" "--with-soxr"
"--without-configfiles" "--without-initscript"
"--without-configfiles"
];
meta = with stdenv.lib; {