direwolf: add portaudio dependency and buildInput

This commit is contained in:
Raymond Douglas 2023-10-21 13:24:12 -07:00 committed by Anderson Torres
parent a37d70e902
commit e80f82aa1e

View file

@ -8,6 +8,7 @@
, hamlib
, hamlibSupport ? true
, perl
, portaudio
, python3
, espeak
, udev
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
buildInputs = lib.optionals stdenv.isLinux [ alsa-lib udev ]
++ lib.optionals stdenv.isDarwin [ portaudio ]
++ lib.optionals gpsdSupport [ gpsd ]
++ lib.optionals hamlibSupport [ hamlib ]
++ lib.optionals extraScripts [ python3 perl espeak ];