diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 17:18:24 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-13 17:48:25 +0100 |
| commit | 8394619baceb118df92e355377fd543bb1aa501a (patch) | |
| tree | 504f07c2a9f88596a305b59ef45f941062426a52 /gnu/packages/java-compression.scm | |
| parent | aca2defe0172868295941fd9f0e97886f6e9b2d4 (diff) | |
gnu: Simplify package inputs.
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
Diffstat (limited to 'gnu/packages/java-compression.scm')
| -rw-r--r-- | gnu/packages/java-compression.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/java-compression.scm b/gnu/packages/java-compression.scm index 033b55c988e..32d04a2fa60 100644 --- a/gnu/packages/java-compression.scm +++ b/gnu/packages/java-compression.scm | |||
| @@ -237,9 +237,7 @@ compressor/decompressor.") | |||
| 237 | (replace 'install (install-from-pom "pom.xml"))))) | 237 | (replace 'install (install-from-pom "pom.xml"))))) |
| 238 | (home-page "https://github.com/dain/snappy") | 238 | (home-page "https://github.com/dain/snappy") |
| 239 | (native-inputs | 239 | (native-inputs |
| 240 | `(("java-guava" ,java-guava) | 240 | (list java-guava java-snappy java-testng)) |
| 241 | ("java-snappy" ,java-snappy) | ||
| 242 | ("java-testng" ,java-testng))) | ||
| 243 | (synopsis "Java port of the Snappy (de)compressor") | 241 | (synopsis "Java port of the Snappy (de)compressor") |
| 244 | (description | 242 | (description |
| 245 | "Iq80-snappy is a port of the Snappy compressor and decompressor rewritten | 243 | "Iq80-snappy is a port of the Snappy compressor and decompressor rewritten |
| @@ -263,8 +261,7 @@ output created by the original C++ code, and is extremely fast.") | |||
| 263 | "0ncmhlqmrfmj96nqf6p77b9ws35lcfsvpfxzwxi2asissc83z1l3")))) | 261 | "0ncmhlqmrfmj96nqf6p77b9ws35lcfsvpfxzwxi2asissc83z1l3")))) |
| 264 | (build-system ant-build-system) | 262 | (build-system ant-build-system) |
| 265 | (native-inputs | 263 | (native-inputs |
| 266 | `(("unzip" ,unzip) | 264 | (list unzip java-junit)) |
| 267 | ("java-junit" ,java-junit))) | ||
| 268 | (arguments | 265 | (arguments |
| 269 | `(#:tests? #f ; no tests | 266 | `(#:tests? #f ; no tests |
| 270 | #:jar-name "jbzip2.jar" | 267 | #:jar-name "jbzip2.jar" |
| @@ -319,7 +316,7 @@ It can be used as a replacement for the Apache @code{CBZip2InputStream} / | |||
| 319 | (replace 'install | 316 | (replace 'install |
| 320 | (install-from-pom "pom.xml"))))) | 317 | (install-from-pom "pom.xml"))))) |
| 321 | (native-inputs | 318 | (native-inputs |
| 322 | `(("unzip" ,unzip))) | 319 | (list unzip)) |
| 323 | (home-page "https://tukaani.org") | 320 | (home-page "https://tukaani.org") |
| 324 | (synopsis "XZ in Java") | 321 | (synopsis "XZ in Java") |
| 325 | (description "Tukaani-xz is an implementation of xz compression/decompression | 322 | (description "Tukaani-xz is an implementation of xz compression/decompression |
