Fix alsa-lib ref

This commit is contained in:
EEva 2022-09-29 07:53:15 +03:00
parent 0078735681
commit efc4ca7f81
1 changed files with 2 additions and 2 deletions

View File

@ -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