@@ 47,6 47,28 @@ implementing crypto-related functionality for the web, used by Plug.")
(home-page "https://hexdocs.pm/plug_crypto/")
(license license:asl2.0)))
+(define-public elixir-plug-cowboy
+ (package
+ (name "elixir-plug-cowboy")
+ (version "2.7.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "plug_cowboy" version))
+ (sha256
+ (base32 "18wa2qiy18g9s61anb5krcmmvcmivs201mx5w2x1a9h1swmn71cv"))))
+ (build-system mix-build-system)
+ (arguments
+ (list
+ #:tests? #f))
+ (native-inputs
+ (list elixir-x509 erlang-hackney))
+ (propagated-inputs (list erlang-cowboy erlang-cowboy-telemetry elixir-plug))
+ (synopsis "A Plug adapter for Cowboy")
+ (description "This package provides a Plug adapter for Cowboy.")
+ (home-page "https://hexdocs.pm/plug_cowboy/")
+ (license license:asl2.0)))
+
(define-public elixir-plug
(package
(name "elixir-plug")