s3proxy: skip tests on Darwin

Tests block forever on Darwin, but otherwise the package builds fine.
This commit is contained in:
Andrew Bruce 2024-02-24 11:26:48 +00:00
parent 02b8c7ddb7
commit 2646521247
No known key found for this signature in database
GPG key ID: C28A2EAA726964DE

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, fetchFromGitHub
, jre
, makeWrapper
@ -20,6 +21,8 @@ maven.buildMavenPackage {
hash = "sha256-GhZPvo8wlXInHwg8rSmpwMMkZVw5SMpnZyKqFUYLbrE=";
};
mvnParameters = lib.optionalString stdenv.isDarwin "-DskipTests";
nativeBuildInputs = [ makeWrapper ];
installPhase = ''