From cda6baaa3e43b2b24812223b661baf707fab37ac Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 27 Jun 2024 00:30:56 +0100 Subject: 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 --- gnu/packages/golang-web.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 22113f83fb..d2eea443ca 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -1044,11 +1044,12 @@ language.") (sha256 (base32 "0iryq0z48yi7crfbd8jxyn7lh1gsglpiglvjgnf23bz6xfisssav")))) (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 - '(#: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") (synopsis "Cross Site Request Forgery (CSRF) prevention middleware") (description -- cgit v1.2.3