Merge pull request #291117 from code-supply/s3proxy-fix-darwin

s3proxy: skip tests on Darwin
This commit is contained in:
Weijia Wang 2024-03-14 10:34:31 +01:00 committed by GitHub
commit bd5ddf2c6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''