[piped-backend] Remove stripJavaArchivesHook
Build is reproducible as is and the hook is single-threaded and too slow
This commit is contained in:
parent
9fb783fa62
commit
9cdfc9850a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue