mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-gorilla-csrf: Adjust package style.
* gnu/packages/golang-web.scm (go-github-com-gorilla-csrf): Apply list package style. Shift order. [propagated-inputs]: Remove labels. Change-Id: Id7f87529c2dc66c3c6fd5b2b05422569c37e3920
This commit is contained in:
parent
51b0244afe
commit
cda6baaa3e
1 changed files with 5 additions and 4 deletions
|
@ -1044,11 +1044,12 @@ language.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0iryq0z48yi7crfbd8jxyn7lh1gsglpiglvjgnf23bz6xfisssav"))))
|
(base32 "0iryq0z48yi7crfbd8jxyn7lh1gsglpiglvjgnf23bz6xfisssav"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(propagated-inputs
|
|
||||||
`(("github.com/gorilla/securecookie" ,go-github-com-gorilla-securecookie)
|
|
||||||
("github.com/pkg/errors" ,go-github-com-pkg-errors)))
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/gorilla/csrf"))
|
(list
|
||||||
|
#:import-path "github.com/gorilla/csrf"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-gorilla-securecookie
|
||||||
|
go-github-com-pkg-errors))
|
||||||
(home-page "https://github.com/gorilla/csrf")
|
(home-page "https://github.com/gorilla/csrf")
|
||||||
(synopsis "Cross Site Request Forgery (CSRF) prevention middleware")
|
(synopsis "Cross Site Request Forgery (CSRF) prevention middleware")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue