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