treewide: Make more complicated configureFlags lists
This commit is contained in:
@@ -27,11 +27,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
configureFlags = ''
|
||||
--with-alsa --with-pipe --with-pulseaudio --with-stdout
|
||||
--with-avahi --with-ssl=openssl --with-soxr
|
||||
--without-configfiles --without-initscript
|
||||
'';
|
||||
configureFlags = [
|
||||
"--with-alsa" "--with-pipe" "--with-pulseaudio" "--with-stdout"
|
||||
"--with-avahi" "--with-ssl=openssl" "--with-soxr"
|
||||
"--without-configfiles" "--without-initscript"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
|
||||
Reference in New Issue
Block a user