diff options
author | TomaSajt | 2024-03-11 22:09:33 +0100 |
---|---|---|
committer | TomaSajt | 2024-03-19 09:43:41 +0100 |
commit | 287d631ab316c0c3d4152fd5cc6e15dee06987ac (patch) | |
tree | b54abfbc8e073e24e5ab7dd7618a9c6556fdef27 /pkgs | |
parent | 1c2d9d6f451d1fa892878e868032bdfe6e5e781b (diff) |
projectlibre: make deterministic
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/applications/misc/projectlibre/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/projectlibre/default.nix b/pkgs/applications/misc/projectlibre/default.nix index 63d863968557..b0591cc0c12a 100644 --- a/pkgs/applications/misc/projectlibre/default.nix +++ b/pkgs/applications/misc/projectlibre/default.nix @@ -3,6 +3,7 @@ , fetchgit , ant , jdk +, stripJavaArchivesHook , makeWrapper , jre , coreutils @@ -22,6 +23,7 @@ stdenv.mkDerivation { nativeBuildInputs = [ ant jdk + stripJavaArchivesHook makeWrapper ]; |