direwolf: add portaudio dependency and buildInput
This commit is contained in:
committed by
Anderson Torres
parent
a37d70e902
commit
e80f82aa1e
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user