projectlibre: make deterministic

This commit is contained in:
TomaSajt 2024-03-11 22:09:33 +01:00
parent 1c2d9d6f45
commit 287d631ab3
No known key found for this signature in database
GPG Key ID: F011163C050122A1
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
, fetchgit
, ant
, jdk
, stripJavaArchivesHook
, makeWrapper
, jre
, coreutils
@ -22,6 +23,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
ant
jdk
stripJavaArchivesHook
makeWrapper
];