mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add java-eclipse-jetty-security-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-security-9.2): New variable.
This commit is contained in:
parent
8528e20dff
commit
fa2a23a146
1 changed files with 14 additions and 0 deletions
|
@ -5831,3 +5831,17 @@ (define-public java-eclipse-jetty-security
|
||||||
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 the core jetty security
|
or embedded instantiation. This package provides the core jetty security
|
||||||
infrastructure")))
|
infrastructure")))
|
||||||
|
|
||||||
|
(define-public java-eclipse-jetty-security-9.2
|
||||||
|
(package
|
||||||
|
(inherit java-eclipse-jetty-security)
|
||||||
|
(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)
|
||||||
|
("http" ,java-eclipse-jetty-http-9.2)
|
||||||
|
("server" ,java-eclipse-jetty-server-9.2)
|
||||||
|
,@(package-inputs java-eclipse-jetty-util-9.2)))
|
||||||
|
(native-inputs
|
||||||
|
`(("io" ,java-eclipse-jetty-io-9.2)
|
||||||
|
,@(package-native-inputs java-eclipse-jetty-util-9.2)))))
|
||||||
|
|
Loading…
Reference in a new issue