s3proxy: skip tests on Darwin

Tests block forever on Darwin, but otherwise the package builds fine.
This commit is contained in:
Andrew Bruce
2024-03-14 08:33:57 +00:00
parent 02b8c7ddb7
commit 2646521247
+3
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 = ''