[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/50: gnu: java-kafka-clients: Use new input style.
From: |
guix-commits |
Subject: |
40/50: gnu: java-kafka-clients: Use new input style. |
Date: |
Thu, 23 Dec 2021 16:34:32 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 38b9fdb2ff0bb7f779b0b73c4175b5362b78cf1b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 09:06:35 2021 +0100
gnu: java-kafka-clients: Use new input style.
* gnu/packages/java.scm (java-kafka-clients)[native-inputs]: Use new style.
---
gnu/packages/java.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index c40c920..4fe0d73 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11422,20 +11422,20 @@ protocol-independent framework to build mail and
messaging applications.")
(inputs
(list java-slf4j-api java-lz4))
(native-inputs
- `(("junit" ,java-junit)
- ("hamcrest" ,java-hamcrest-all)
- ("objenesis" ,java-objenesis)
- ("asm" ,java-asm)
- ("cglib" ,java-cglib)
- ("javassist" ,java-jboss-javassist)
- ("snappy" ,java-snappy)
- ("easymock" ,java-easymock)
- ("powermock" ,java-powermock-core)
- ("powermock-easymock" ,java-powermock-api-easymock)
- ("powermock-junit4-common" ,java-powermock-modules-junit4-common)
- ("powermock-junit4" ,java-powermock-modules-junit4)
- ("powermock-support" ,java-powermock-api-support)
- ("java-bouncycastle" ,java-bouncycastle)))
+ (list java-asm
+ java-bouncycastle
+ java-cglib
+ java-easymock
+ java-hamcrest-all
+ java-jboss-javassist
+ java-junit
+ java-objenesis
+ java-powermock-api-easymock
+ java-powermock-api-support
+ java-powermock-core
+ java-powermock-modules-junit4
+ java-powermock-modules-junit4-common
+ java-snappy))
(home-page "https://kafka.apache.org")
(synopsis "Distributed streaming platform")
(description "Kafka is a distributed streaming platform, which means:
- 24/50: gnu: ant-bootstrap: Remove trailing #T from build phase., (continued)
- 24/50: gnu: ant-bootstrap: Remove trailing #T from build phase., guix-commits, 2021/12/23
- 23/50: gnu: ant-bootstrap: Bind OUTPUTS in build phase., guix-commits, 2021/12/23
- 22/50: gnu: jamvm-1-bootstrap: Simplify snippet., guix-commits, 2021/12/23
- 09/50: gnu: Add ecj4-javac-wrapper., guix-commits, 2021/12/23
- 27/50: gnu: ecj-javac-wrapper: Use G-Expression., guix-commits, 2021/12/23
- 34/50: gnu: classpath-0.99: Use label-less input style., guix-commits, 2021/12/23
- 36/50: gnu: drip: Move it below the Java bootstrap packages., guix-commits, 2021/12/23
- 37/50: gnu: libantlr3c: Move below the Java bootstrap packages., guix-commits, 2021/12/23
- 35/50: gnu: classpath-devel: Use label-less input style., guix-commits, 2021/12/23
- 39/50: gnu: java-kafka-clients: Disable SSL test., guix-commits, 2021/12/23
- 40/50: gnu: java-kafka-clients: Use new input style.,
guix-commits <=
- 43/50: gnu: java-mail: Remove trailing #T., guix-commits, 2021/12/23
- 45/50: gnu: java-slf4j-simple: Disable one test., guix-commits, 2021/12/23
- 47/50: gnu: java-simple-xml: Disable one test., guix-commits, 2021/12/23
- 46/50: gnu: java-kafka-clients: Disable failing test., guix-commits, 2021/12/23
- 21/50: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/23
- 18/50: gnu: Remove icedtea-6., guix-commits, 2021/12/23
- 31/50: gnu: jamvm-1-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 49/50: gnu: axoloti-patcher-next: Remove trailing #T., guix-commits, 2021/12/23
- 04/50: gnu: ecj-javac-wrapper: Remove trailing #T., guix-commits, 2021/12/23
- 32/50: gnu: ant-bootstrap: Use label-less input style., guix-commits, 2021/12/23