jackaudio: compile without profiling
This commit is contained in:
parent
f8e99ec0e4
commit
79b1e05b42
@ -51,7 +51,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