gnu: icedtea-8: Fix building.

* gnu/packages/java.scm (icedtea-8)[arguments]: Replace 'build phase to
not pass '-j' to make.

Change-Id: Ifc5c99f33bb75bb52212aa32d0bbd10f4bce83a4
This commit is contained in:
Efraim Flashner 2024-04-26 17:26:53 +03:00 committed by Ludovic Courtès
parent 0bae9e17c6
commit 77192e834b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -763,6 +763,10 @@ (define-public icedtea-8
(delete 'patch-patches)
(delete 'patch-bitrot)
(delete 'use-classpath)
;; Prevent passing -j (parallel-job-count) to make
(replace 'build
(lambda* (#:key (make-flags '()) #:allow-other-keys)
(apply invoke "make" make-flags)))
;; Prevent the keytool from recording the current time when
;; adding certificates at build time.
(add-after 'unpack 'patch-keystore