gnu: Simplify package inputs.

This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
This commit is contained in:
Ludovic Courtès 2021-12-13 17:18:24 +01:00
parent aca2defe01
commit 8394619bac
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
460 changed files with 37644 additions and 49727 deletions

View file

@ -237,9 +237,7 @@ compressor/decompressor.")
(replace 'install (install-from-pom "pom.xml")))))
(home-page "https://github.com/dain/snappy")
(native-inputs
`(("java-guava" ,java-guava)
("java-snappy" ,java-snappy)
("java-testng" ,java-testng)))
(list java-guava java-snappy java-testng))
(synopsis "Java port of the Snappy (de)compressor")
(description
"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.")
"0ncmhlqmrfmj96nqf6p77b9ws35lcfsvpfxzwxi2asissc83z1l3"))))
(build-system ant-build-system)
(native-inputs
`(("unzip" ,unzip)
("java-junit" ,java-junit)))
(list unzip java-junit))
(arguments
`(#:tests? #f ; no tests
#:jar-name "jbzip2.jar"
@ -319,7 +316,7 @@ It can be used as a replacement for the Apache @code{CBZip2InputStream} /
(replace 'install
(install-from-pom "pom.xml")))))
(native-inputs
`(("unzip" ,unzip)))
(list unzip))
(home-page "https://tukaani.org")
(synopsis "XZ in Java")
(description "Tukaani-xz is an implementation of xz compression/decompression