mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
xtreemfs: make deterministic
This commit is contained in:
parent
209e418d86
commit
9efa8fafd5
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user