xtreemfs: make deterministic
This commit is contained in:
parent
209e418d86
commit
9efa8fafd5
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, makeWrapper
|
||||
, stripJavaArchivesHook
|
||||
, ant
|
||||
, attr
|
||||
, boost
|
||||
|
@ -28,7 +29,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "1hjmd32pla27zf98ghzz6r5ml8ry86m9dsryv1z01kxv5l95b3m0";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper python3 ];
|
||||
nativeBuildInputs = [ makeWrapper python3 stripJavaArchivesHook ];
|
||||
buildInputs = [ which attr ];
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue