nanotts: use non-aliased alsa-lib

This commit is contained in:
Jonathan Ringer 2022-07-30 20:43:01 -07:00
parent 3b4a2063b6
commit 8268080b9c
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, popt, alsaLib }:
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, popt, alsa-lib }:
stdenv.mkDerivation {
pname = "nano-tts";
@ -13,7 +13,7 @@ stdenv.mkDerivation {
strictDeps = true;
nativeBuildInputs = [ autoconf automake libtool ];
buildInputs = [ popt alsaLib ];
buildInputs = [ popt alsa-lib ];
patchPhase = ''
substituteInPlace "src/main.cpp" --replace "/usr/share/pico/lang" "$out/share/lang"