about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/radio/pothos/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/radio/pothos/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/radio/pothos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/radio/pothos/default.nix b/nixpkgs/pkgs/applications/radio/pothos/default.nix
index 64f5093c4b98..77a7d8cf69f4 100644
--- a/nixpkgs/pkgs/applications/radio/pothos/default.nix
+++ b/nixpkgs/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 = ''