summary refs log tree commit diff
path: root/pkgs/applications/radio/pothos/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/radio/pothos/default.nix')
-rw-r--r--pkgs/applications/radio/pothos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/pothos/default.nix b/pkgs/applications/radio/pothos/default.nix
index 64f5093c4b9..77a7d8cf69f 100644
--- a/pkgs/applications/radio/pothos/default.nix
+++ b/pkgs/applications/radio/pothos/default.nix
@@ -13,7 +13,7 @@
 , nlohmann_json
 , soapysdr-with-plugins
 , portaudio
-, alsaLib
+, alsa-lib
 , muparserx
 , python3
 }:
@@ -39,7 +39,7 @@ mkDerivation rec {
 
   buildInputs = [
     pcre poco qtbase qtsvg libsForQt5.qwt nlohmann_json
-    soapysdr-with-plugins portaudio alsaLib muparserx python3
+    soapysdr-with-plugins portaudio alsa-lib muparserx python3
   ];
 
   postInstall = ''