Unverified Commit 287d631a authored by TomaSajt's avatar TomaSajt
Browse files

projectlibre: make deterministic

parent 1c2d9d6f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, fetchgit
, ant
, jdk
, stripJavaArchivesHook
, makeWrapper
, jre
, coreutils
@@ -22,6 +23,7 @@ stdenv.mkDerivation {
  nativeBuildInputs = [
    ant
    jdk
    stripJavaArchivesHook
    makeWrapper
  ];