nanotts: use non-aliased alsa-lib
This commit is contained in:
parent
3b4a2063b6
commit
8268080b9c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user