mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9579f37bcc
commit
d54385946a
1 changed files with 24 additions and 24 deletions
|
@ -7602,26 +7602,26 @@ aware of your profiles and configuration in ~/.aws/config.")
|
||||||
(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
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/gsterjov/go-libsecret")
|
(url "https://github.com/gsterjov/go-libsecret")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "09zaiadnll83vs22ib89agg7anj0blw5fywvmckxllsgif6ak6v7"))))
|
||||||
"09zaiadnll83vs22ib89agg7anj0blw5fywvmckxllsgif6ak6v7"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-godbus-dbus))
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/gsterjov/go-libsecret"
|
(list
|
||||||
#:phases %standard-phases))
|
#:import-path "github.com/gsterjov/go-libsecret"))
|
||||||
(synopsis "Manage secrets via the \"Secret Service\" DBus API")
|
(propagated-inputs
|
||||||
|
(list go-github-com-godbus-dbus))
|
||||||
|
(home-page "https://github.com/gsterjov/go-libsecret")
|
||||||
|
(synopsis "Manage secrets via the @code{Secret Service} DBus API")
|
||||||
(description
|
(description
|
||||||
"This native Go library manages secrets via the freedesktop.org
|
"This native Go library manages secrets via the freedesktop.org
|
||||||
\"Secret Service\" DBus interface.")
|
@code{Secret Service} DBus interface.")
|
||||||
(home-page "https://github.com/gsterjov/go-libsecret")
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-mtibben-androiddnsfix
|
(define-public go-github-com-mtibben-androiddnsfix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue