guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26803: [PATCH 32/36] gnu: Add java-httpcomponents-httpmime.


From: Roel Janssen
Subject: bug#26803: [PATCH 32/36] gnu: Add java-httpcomponents-httpmime.
Date: Thu, 11 May 2017 10:32:54 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Ricardo Wurmus writes:

> * gnu/packages/java.scm (java-httpcomponents-httpmime): New variable.
> ---
>  gnu/packages/java.scm | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>
> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> index ee3a2bd2b..4bc03e5ca 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -2149,6 +2149,21 @@ feature-rich package implementing the client side of 
> the most recent HTTP
>  standards and recommendations.")
>      (license license:asl2.0)))
>  
> +(define-public java-httpcomponents-httpmime
> +  (package (inherit java-httpcomponents-httpclient)
> +    (name "java-httpcomponents-httpmime")
> +    (arguments
> +     `(#:jar-name "httpcomponents-httpmime.jar"
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-after 'unpack 'chdir
> +           (lambda _ (chdir "httpmime") #t)))))
> +    (inputs
> +     `(("java-httpcomponents-httpclient" ,java-httpcomponents-httpclient)
> +       ("java-httpcomponents-httpcore" ,java-httpcomponents-httpcore)
> +       ("java-junit" ,java-junit)
> +       ("java-hamcrest-core" ,java-hamcrest-core)))))
> +
>  (define-public java-commons-cli
>    (package
>      (name "java-commons-cli")

LGTM!

Kind regards,
Roel Janssen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]