Commit e80f82aa authored by Raymond Douglas's avatar Raymond Douglas Committed by Anderson Torres
Browse files

direwolf: add portaudio dependency and buildInput

parent a37d70e9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ];