freetts: add jdk buildInput (#18282)
This commit is contained in:
parent
55b8430f6f
commit
ceed162b1d
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, apacheAnt, unzip, sharutils, lib}:
|
||||
{stdenv, fetchurl, apacheAnt, unzip, sharutils, lib, jdk}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "freetts-1.2.2";
|
||||
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
url = mirror://sourceforge/freetts/freetts-1.2.2-src.zip;
|
||||
sha256 = "0mnikqhpf4f4jdr0irmibr8yy0dnffx1i257y22iamxi7a6by2r7";
|
||||
};
|
||||
buildInputs = [ apacheAnt unzip sharutils ];
|
||||
buildInputs = [ apacheAnt unzip sharutils jdk ];
|
||||
unpackPhase = ''
|
||||
unzip $src -x META-INF/*
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user