Fix alsa-lib ref
This commit is contained in:
parent
0078735681
commit
efc4ca7f81
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, lib, fetchFromGitHub, fetchzip, unzip
|
||||
, alsaLib, astyle, clang, freetype, gnumake, libjack2, xorg
|
||||
, alsa-lib, astyle, clang, freetype, gnumake, libjack2, xorg
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -65,7 +65,7 @@ in stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
buildInputs = [
|
||||
alsaLib
|
||||
alsa-lib
|
||||
astyle
|
||||
clang
|
||||
freetype
|
||||
|
|
Loading…
Reference in a new issue