me
/
guix
Archived
1
0
Fork 0

gnu: Add java-eclipse-jetty-http-9.2.

* gnu/packages/web.scm (java-eclipse-jetty-http-9.2): New variable.
master
Julien Lepiller 2017-10-14 22:38:21 +02:00
parent 4a1376d3fd
commit 821869fcf4
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 10 additions and 0 deletions

View File

@ -5665,3 +5665,13 @@ or embedded instantiation. This package provides IO-related utility classes."))
(description "The Jetty Web Server provides an HTTP server and Servlet (description "The Jetty Web Server provides an HTTP server and Servlet
container capable of serving static and dynamic content either from a standalone container capable of serving static and dynamic content either from a standalone
or embedded instantiation. This package provides HTTP-related utility classes."))) or embedded instantiation. This package provides HTTP-related utility classes.")))
(define-public java-eclipse-jetty-http-9.2
(package
(inherit java-eclipse-jetty-http)
(version (package-version java-eclipse-jetty-util-9.2))
(source (package-source java-eclipse-jetty-util-9.2))
(inputs
`(("util" ,java-eclipse-jetty-util-9.2)
("io" ,java-eclipse-jetty-io-9.2)
,@(package-inputs java-eclipse-jetty-util-9.2)))))