3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: maven: Propagate mvn script requirements.

* gnu/packages/maven.scm (maven)[propagated-inputs]: Add coreutils and
which.
This commit is contained in:
Julien Lepiller 2018-06-23 11:48:18 +02:00
parent 972b87b14a
commit 7504f3c3d3
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -23,6 +23,7 @@
#:use-module (guix utils)
#:use-module (guix build-system ant)
#:use-module (gnu packages)
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages java)
#:use-module (gnu packages web)
@ -1502,6 +1503,9 @@ layer for plugins that need to keep Maven2 compatibility.")))
("java-slf4j-api" ,java-slf4j-api)
;; TODO: replace with maven-slf4j-provider
("java-slf4j-simple" ,java-slf4j-simple)))
(propagated-inputs
`(("coreutils" ,coreutils)
("which" ,which)))
(description "Apache Maven is a software project management and comprehension
tool. Based on the concept of a project object model: builds, dependency
management, documentation creation, site publication, and distribution