From 9cdfc9850a6c895f406351fd9fcdd3492067af4d Mon Sep 17 00:00:00 2001 From: Ryze Date: Sun, 6 Oct 2024 10:56:15 +0300 Subject: [PATCH] [piped-backend] Remove stripJavaArchivesHook Build is reproducible as is and the hook is single-threaded and too slow --- packages/piped-backend.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/piped-backend.nix b/packages/piped-backend.nix index d0d77c5..4ad8503 100644 --- a/packages/piped-backend.nix +++ b/packages/piped-backend.nix @@ -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 ];