Merge pull request #20234 from magnetophon/jack2-unstable

build jack unstable without profiling
This commit is contained in:
Franz Pletz 2016-11-08 03:42:58 +01:00 committed by GitHub
commit 36de8e9914

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"} \