build jack unstable without profiling
This commit is contained in:
parent
65fe0e98d7
commit
78121c2118
@ -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"} \
|
||||
|
Loading…
Reference in New Issue
Block a user