tika: fix typo

This commit is contained in:
Pol Dellaiera 2024-07-12 14:34:04 +02:00
parent af1ea1c2f1
commit a37affa585
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -45,7 +45,7 @@ maven'.buildMavenPackage rec {
mvnHash = if mvnDepsHash != null then mvnDepsHash else knownMvnDepsHash;
mvnParameters = toString [
"-DskipTests=true" # skip tests (out of memory execptions)
"-DskipTests=true" # skip tests (out of memory exceptions)
"-Dossindex.skip" # skip dependency with vulnerability (recommended by upstream)
];