xtreemfs: make deterministic

This commit is contained in:
TomaSajt 2024-03-21 09:03:17 +01:00
parent 209e418d86
commit 9efa8fafd5
No known key found for this signature in database
GPG Key ID: F011163C050122A1
1 changed files with 2 additions and 1 deletions

View File

@ -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 = [