about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/ardour/5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/audio/ardour/5.nix')
-rw-r--r--nixpkgs/pkgs/applications/audio/ardour/5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/audio/ardour/5.nix b/nixpkgs/pkgs/applications/audio/ardour/5.nix
index 9e8c075bfb07..b25f9339da13 100644
--- a/nixpkgs/pkgs/applications/audio/ardour/5.nix
+++ b/nixpkgs/pkgs/applications/audio/ardour/5.nix
@@ -1,6 +1,6 @@
 { lib, stdenv
 , fetchgit
-, alsaLib
+, alsa-lib
 , aubio
 , boost
 , cairomm
@@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    alsaLib
+    alsa-lib
     aubio
     boost
     cairomm