gnu: go-github-com-gsterjov-go-libsecret: Improve package style.

* gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Fix
indentation. Swap [native-inputs] with [propagated-inputs] as
go-gihub-com-godubs-dbus is required during build time. Adjust order of
fields.
[synopsis]: Apply TexLive formatting.
[description]: Likewise.

Change-Id: I6ed08095839b6e76de070699753e088f86e256a1
This commit is contained in:
Sharlatan Hellseher 2024-09-03 09:14:38 +01:00
parent 9579f37bcc
commit d54385946a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7599,30 +7599,30 @@ aware of your profiles and configuration in ~/.aws/config.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-gsterjov-go-libsecret (define-public go-github-com-gsterjov-go-libsecret
(package (package
(name "go-github-com-gsterjov-go-libsecret") (name "go-github-com-gsterjov-go-libsecret")
(version "0.0.0-20161001094733-a6f4afe4910c") (version "0.0.0-20161001094733-a6f4afe4910c")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/gsterjov/go-libsecret") (uri (git-reference
(commit (go-version->git-ref version)))) (url "https://github.com/gsterjov/go-libsecret")
(file-name (git-file-name name version)) (commit (go-version->git-ref version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"09zaiadnll83vs22ib89agg7anj0blw5fywvmckxllsgif6ak6v7")))) (base32 "09zaiadnll83vs22ib89agg7anj0blw5fywvmckxllsgif6ak6v7"))))
(build-system go-build-system) (build-system go-build-system)
(native-inputs (arguments
(list go-github-com-godbus-dbus)) (list
(arguments #:import-path "github.com/gsterjov/go-libsecret"))
'(#:import-path "github.com/gsterjov/go-libsecret" (propagated-inputs
#:phases %standard-phases)) (list go-github-com-godbus-dbus))
(synopsis "Manage secrets via the \"Secret Service\" DBus API") (home-page "https://github.com/gsterjov/go-libsecret")
(description (synopsis "Manage secrets via the @code{Secret Service} DBus API")
"This native Go library manages secrets via the freedesktop.org (description
\"Secret Service\" DBus interface.") "This native Go library manages secrets via the freedesktop.org
(home-page "https://github.com/gsterjov/go-libsecret") @code{Secret Service} DBus interface.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-mtibben-androiddnsfix (define-public go-github-com-mtibben-androiddnsfix
(let ((commit "ff02804463540c36e3a148dcf4b009d003cf2a31") (let ((commit "ff02804463540c36e3a148dcf4b009d003cf2a31")