[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 12:52:41 -0500 (EST) |
rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.
commit 5b295368930f14a05e1a23165c51b8720af4d216
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:
- 15/50: gnu: icedtea-7: Import missing module for read-line., (continued)
- 15/50: gnu: icedtea-7: Import missing module for read-line., guix-commits, 2021/12/23
- 35/50: gnu: classpath-devel: Use label-less input style., guix-commits, 2021/12/23
- 42/50: gnu: java-mail: Disable SSL test., guix-commits, 2021/12/23
- 50/50: gnu: axoloti-patcher-next: Fix file names., guix-commits, 2021/12/23
- 17/50: gnu: icedtea-8: Remove commented configure flag., guix-commits, 2021/12/23
- 38/50: gnu: java-icu4j: Update to 70.1., guix-commits, 2021/12/23
- 36/50: gnu: drip: Move it below the Java bootstrap packages., guix-commits, 2021/12/23
- 33/50: gnu: ecj-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
- 27/50: gnu: ecj-javac-wrapper: Use G-Expression., guix-commits, 2021/12/23
- 40/50: gnu: java-kafka-clients: Use new input style.,
guix-commits <=
- 41/50: gnu: java-kafka-clients: Update to 1.1.1., guix-commits, 2021/12/23
- 44/50: gnu: java-mail: Use new input style., guix-commits, 2021/12/23
- 06/50: gnu: ecj-javac-wrapper-final: Use Guile 3., guix-commits, 2021/12/23
- 08/50: gnu: Add ecj4-bootstrap., guix-commits, 2021/12/23
- 10/50: gnu: Add jamvm-with-ecj4., guix-commits, 2021/12/23
- 11/50: gnu: icedtea-7: Run tests conditionally., guix-commits, 2021/12/23
- 13/50: gnu: icedtea-7: Bind INPUTS in 'patch-paths build phase., guix-commits, 2021/12/23
- 14/50: gnu: icedtea-7: Use system lcms and pcsc., guix-commits, 2021/12/23
- 26/50: gnu: ecj-bootstrap: Remove #:modules from arguments., guix-commits, 2021/12/23
- 32/50: gnu: ant-bootstrap: Use label-less input style., guix-commits, 2021/12/23