gnu: go-github-com-gorilla-handlers: Remove input labels.

* gnu/packages/golang-web.scm (go-github-com-gorilla-handlers): Remove labels.

Change-Id: I955408970a64d03823327912fdafcac5d7fbda93
This commit is contained in:
Sharlatan Hellseher 2023-11-29 22:34:49 +00:00 committed by Maxim Cournoyer
parent fae3b9d598
commit 170d43cd0d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -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