mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
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 \
|
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"} \
|
||||||
|
Loading…
Reference in New Issue
Block a user