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

View File

@ -3,6 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, makeWrapper , makeWrapper
, stripJavaArchivesHook
, ant , ant
, attr , attr
, boost , boost
@ -28,7 +29,7 @@ stdenv.mkDerivation {
sha256 = "1hjmd32pla27zf98ghzz6r5ml8ry86m9dsryv1z01kxv5l95b3m0"; sha256 = "1hjmd32pla27zf98ghzz6r5ml8ry86m9dsryv1z01kxv5l95b3m0";
}; };
nativeBuildInputs = [ makeWrapper python3 ]; nativeBuildInputs = [ makeWrapper python3 stripJavaArchivesHook ];
buildInputs = [ which attr ]; buildInputs = [ which attr ];
patches = [ patches = [