s3proxy: skip tests on Darwin
Tests block forever on Darwin, but otherwise the package builds fine.
This commit is contained in:
parent
02b8c7ddb7
commit
2646521247
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue