Merge pull request #191799 from timhae/fix/maven-fod

This commit is contained in:
Maciej Krüger 2022-09-22 17:25:26 +02:00 committed by GitHub
commit 01d6a6c4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,4 +53,4 @@ stdenv.mkDerivation (rec {
runHook postBuild
'';
} // args)
} // builtins.removeAttrs args [ "mvnFetchExtraArgs" ])