mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
tika: fix typo
This commit is contained in:
parent
af1ea1c2f1
commit
a37affa585
@ -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)
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user