guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: opendjk11: Remove input labels.


From: guix-commits
Subject: 02/13: gnu: opendjk11: Remove input labels.
Date: Tue, 27 Sep 2022 10:10:56 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 7ac7a6d10381aed4846c90c5a67b09f13106c8e9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 26 16:41:19 2022 -0400

    gnu: opendjk11: Remove input labels.
    
    * gnu/packages/java.scm (openjdk11)[inputs, native-inputs]: Remove labels.
---
 gnu/packages/java.scm | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 5ea3db8eaa..79b73a19e3 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2000,29 +2000,29 @@ new Date();"))
                 (("Generated by javadoc \\(11-internal\\).*$")
                  "Generated by javadoc (11-internal) -->\n")))))))
     (inputs
-     `(("alsa-lib" ,alsa-lib)
-       ("cups" ,cups)
-       ("fontconfig" ,fontconfig)
-       ("freetype" ,freetype)
-       ("giflib" ,giflib)
-       ("lcms" ,lcms)
-       ("libjpeg" ,libjpeg-turbo)
-       ("libpng" ,libpng)
-       ("libx11" ,libx11)
-       ("libxext" ,libxext)
-       ("libxrandr" ,libxrandr)
-       ("libxrender" ,libxrender)
-       ("libxt" ,libxt)
-       ("libxtst" ,libxtst)))
-    (native-inputs
-     `(("autoconf" ,autoconf)
-       ("openjdk10" ,openjdk10)
-       ("openjdk10:jdk" ,openjdk10 "jdk")
-       ("make" ,gnu-make-4.2)
-       ("pkg-config" ,pkg-config)
-       ("unzip" ,unzip)
-       ("which" ,which)
-       ("zip" ,zip)))
+     (list alsa-lib
+           cups
+           fontconfig
+           freetype
+           giflib
+           lcms
+           libjpeg-turbo
+           libpng
+           libx11
+           libxext
+           libxrandr
+           libxrender
+           libxt
+           libxtst))
+    (native-inputs
+     (list autoconf
+           openjdk10
+           `(,openjdk10 "jdk")
+           gnu-make-4.2
+           pkg-config
+           unzip
+           which
+           zip))
     (home-page "https://openjdk.java.net/projects/jdk/11/";)
     (synopsis "Java development kit")
     (description



reply via email to

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