tika: fix typo

This commit is contained in:
Pol Dellaiera
2024-07-12 18:46:29 +02:00
parent af1ea1c2f1
commit a37affa585
+1 -1
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)
];