[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,
|
stackpkgs,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
gradle,
|
gradle,
|
||||||
stripJavaArchivesHook,
|
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
semeru-jre-bin-21,
|
semeru-jre-bin-21,
|
||||||
javaRuntime ? semeru-jre-bin-21
|
javaRuntime ? semeru-jre-bin-21
|
||||||
|
@ -24,7 +23,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
gradle
|
gradle
|
||||||
stripJavaArchivesHook
|
|
||||||
makeWrapper
|
makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue