[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#41360] [PATCH v4 11/12] gnu: java-openjfx-build: Ensure use of syst
From: |
Alexey Abramov |
Subject: |
[bug#41360] [PATCH v4 11/12] gnu: java-openjfx-build: Ensure use of system provided libraries. |
Date: |
Sun, 7 Jun 2020 17:55:17 +0200 |
* gnu/packages/java.scm (java-openjfx-build)[source]: Delete source code of
embedded 3rd party libraries.
Signed-off-by: Alexey Abramov <levenson@mmer.org>
---
gnu/packages/java.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a17da610d2..1b6b494700 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2497,6 +2497,9 @@ new Date();"))
'(begin
;; Delete included gradle jar
(delete-file-recursively "gradle/wrapper")
+ ;; Delete source code of a ThirdParty libraries
+ (delete-file-recursively
"modules/web/src/main/native/Source/ThirdParty")
+ (delete-file-recursively
"modules/web/src/main/native/Source/PlatformJava.cmake")
#t))
(sha256
(base32
--
2.26.2
- [bug#41360] [PATCH v4 03/12] gnu: java-openjfx-swing: Add new variable., (continued)
- [bug#41360] [PATCH v4 03/12] gnu: java-openjfx-swing: Add new variable., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 02/12] gnu: java-openjfx-build: Fix openjfx-swing component build for JDKu8, Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 01/12] gnu: java-openjfx-graphics: Implement a complete compilation., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 04/12] gnu: java-openjfx-swt: Add new variable., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 05/12] gnu: java-openjfx-controls: Add new variable., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 06/12] gnu: java-openjfx-build: Patch DumpRenderTree for the web component., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 09/12] gnu: java-openjfx-build: Fix web component linkage., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 07/12] gnu: java-openjfx-build: Do not use an embedded 3rd party libraries., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 11/12] gnu: java-openjfx-build: Ensure use of system provided libraries.,
Alexey Abramov <=
- [bug#41360] [PATCH v4 08/12] gnu: java-openjfx-build: Fix web component compilation with ICU 59+., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 12/12] gnu: java-openjfx-web: Add new variable., Alexey Abramov, 2020/06/07
- [bug#41360] [PATCH v4 10/12] gnu: java-openjfx-build: Fix web component compilation with ICU 65+., Alexey Abramov, 2020/06/07