[piped-backend] Remove stripJavaArchivesHook

Build is reproducible as is and the hook is single-threaded and too slow
This commit is contained in:
Ryze 2024-10-06 10:56:15 +03:00
parent 9fb783fa62
commit 9cdfc9850a
Signed by: ryze
GPG key ID: 9B296C5CEAEAAAC1

View file

@ -4,7 +4,6 @@
stackpkgs,
fetchFromGitHub,
gradle,
stripJavaArchivesHook,
makeWrapper,
semeru-jre-bin-21,
javaRuntime ? semeru-jre-bin-21
@ -24,7 +23,6 @@ stdenv.mkDerivation {
nativeBuildInputs = [
gradle
stripJavaArchivesHook
makeWrapper
];