summaryrefslogtreecommitdiff
path: root/pkgs/lwjgl
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-10 22:55:23 -0400
committerSeth Flynn <[email protected]>2025-03-23 19:31:27 -0400
commit7f10b6f0647e456377a03849d7f5d2c05632a451 (patch)
treeff8f84f5ea5f51e2df53855759bbccdd83c83542 /pkgs/lwjgl
parent7f895766239221307519f39b4e9269202f35a2ba (diff)
make jars deterministic
Diffstat (limited to 'pkgs/lwjgl')
-rw-r--r--pkgs/lwjgl/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/lwjgl/default.nix b/pkgs/lwjgl/default.nix
index 4c87ec0..a6c1a60 100644
--- a/pkgs/lwjgl/default.nix
+++ b/pkgs/lwjgl/default.nix
@@ -33,6 +33,7 @@
sdl3,
shaderc,
spirv-cross,
+ stripJavaArchivesHook,
withVendoredLibraries ? true,
}:
@@ -132,6 +133,7 @@ stdenv.mkDerivation (
ant
kotlin
pkg-config
+ stripJavaArchivesHook
];
buildInputs = [