diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-11-29 22:34:49 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-03 16:35:15 -0500 |
commit | 170d43cd0d954f09480ed71b29a981ac2a179065 (patch) | |
tree | ac36d4da24a59aa8589cd4554814486656402739 | |
parent | fae3b9d5988393e5385c5d3d067b1412fd1044a2 (diff) | |
download | guix-170d43cd0d954f09480ed71b29a981ac2a179065.tar.gz guix-170d43cd0d954f09480ed71b29a981ac2a179065.zip |
gnu: go-github-com-gorilla-handlers: Remove input labels.
* gnu/packages/golang-web.scm (go-github-com-gorilla-handlers): Remove labels.
Change-Id: I955408970a64d03823327912fdafcac5d7fbda93
-rw-r--r-- | gnu/packages/golang-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 0480f648eb..3a3c5f9621 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -154,11 +154,11 @@ the parse trees produced by the html package.") (sha256 (base32 "15gycdz9lkjnsvvichsbdf25vf6pi1sfn41khhz53iqf300l0w0s")))) (build-system go-build-system) - (propagated-inputs - `(("github.com/felixge/httpsnoop" ,go-github-com-felixge-httpsnoop))) (arguments '(#:tests? #f ; Tries to download from the internet #:import-path "github.com/gorilla/handlers")) + (propagated-inputs + (list go-github-com-felixge-httpsnoop)) (home-page "https://github.com/gorilla/handlers") (synopsis "Middleware for Go HTTP services and web applications") (description "A collection of useful middleware for Go HTTP services and |