Merge pull request #11416 from magnetophon/jack-master

jackaudio: compile without profiling
This commit is contained in:
goibhniu 2015-12-13 18:40:59 +01:00
commit 9fdb01300c

View file

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