guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: java-openjfx-graphics: Make java-swt optional.


From: guix-commits
Subject: 02/03: gnu: java-openjfx-graphics: Make java-swt optional.
Date: Sat, 2 Dec 2023 13:09:24 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit a640ce3fb20472c6aecc32b07fbb297298a5de7d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Nov 9 19:49:18 2023 +0100

    gnu: java-openjfx-graphics: Make java-swt optional.
    
    It is used for an optional part of openjfx and not used by current
    packages in Guix. Swt has a reference to a library in the JDK and has a
    huge closure size because of that.  This reduces closure by 1GB for this
    package and dependents (including josm).
    
    * gnu/packages/java.scm (java-openjfx-graphics)[native-inputs]: Move 
java-swt...
    [inputs]: ...to here.
    
    Change-Id: I7d8cb14569d5a9f451944695225a2dff143bf190
---
 gnu/packages/java.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index eded386a03..d73550c042 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2311,7 +2311,9 @@ distribution.")))
                                         (string-append target new-name))))
                          (find-files "netbeans" "\\.so$"))))))))
     (propagated-inputs
-     (list java-openjfx-base java-swt))
+     (list java-openjfx-base))
+    (inputs
+     (list java-swt))
     ;; XXX: for unknown reasons
     ;; modules/graphics/src/main/native-prism-sw/JNativeSurface.c is missing
     ;; in this revision.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]