summary refs log tree commit diff
path: root/pkgs/servers/shairport-sync
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-09-26 18:07:06 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2018-09-26 18:12:02 +0200
commite7ca9af4cc7ad9c1c980ba4694cc9edaedcfda19 (patch)
tree003a3a283c400d58589baef2b5a63ccd2bba8825 /pkgs/servers/shairport-sync
parent30d24a2e3f82e83cc19234e16c155382fc4b1e1d (diff)
downloadnixpkgs-e7ca9af4cc7ad9c1c980ba4694cc9edaedcfda19.tar
nixpkgs-e7ca9af4cc7ad9c1c980ba4694cc9edaedcfda19.tar.gz
nixpkgs-e7ca9af4cc7ad9c1c980ba4694cc9edaedcfda19.tar.bz2
nixpkgs-e7ca9af4cc7ad9c1c980ba4694cc9edaedcfda19.tar.lz
nixpkgs-e7ca9af4cc7ad9c1c980ba4694cc9edaedcfda19.tar.xz
nixpkgs-e7ca9af4cc7ad9c1c980ba4694cc9edaedcfda19.tar.zst
nixpkgs-e7ca9af4cc7ad9c1c980ba4694cc9edaedcfda19.zip
shairport-sync: fix pulseaudio support & default arguments
Diffstat (limited to 'pkgs/servers/shairport-sync')
-rw-r--r--pkgs/servers/shairport-sync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/shairport-sync/default.nix b/pkgs/servers/shairport-sync/default.nix
index fbce457aedc..eef97588111 100644
--- a/pkgs/servers/shairport-sync/default.nix
+++ b/pkgs/servers/shairport-sync/default.nix
@@ -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; {