Merge pull request #291117 from code-supply/s3proxy-fix-darwin
s3proxy: skip tests on Darwin
This commit is contained in:
commit
bd5ddf2c6b
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user