build jack unstable without profiling

This commit is contained in:
Bart Brouns 2016-11-07 12:59:05 +01:00
parent 65fe0e98d7
commit 78121c2118

View file

@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
python waf configure --prefix=$out \
${optionalString (optDbus != null) "--dbus"} \
--classic \
--profile \
${optionalString (optLibffado != null) "--firewire"} \
${optionalString (optAlsaLib != null) "--alsa"} \
--autostart=${if (optDbus != null) then "dbus" else "classic"} \