projectlibre: make deterministic

This commit is contained in:
TomaSajt
2024-03-19 09:43:41 +01:00
parent 1c2d9d6f45
commit 287d631ab3
@@ -3,6 +3,7 @@
, fetchgit
, ant
, jdk
, stripJavaArchivesHook
, makeWrapper
, jre
, coreutils
@@ -22,6 +23,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
ant
jdk
stripJavaArchivesHook
makeWrapper
];