mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-gsterjov-go-libsecret: Move to golang-crypto.
* gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: Idd2800d55531b0045d1099272fa0d6a2b3ca27b9
This commit is contained in:
parent
665f69c66c
commit
022b556ab6
2 changed files with 26 additions and 26 deletions
|
@ -1154,6 +1154,32 @@ intended to (eventually) be 1:1 with the TPM 2.0 spec
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-gsterjov-go-libsecret
|
||||||
|
(package
|
||||||
|
(name "go-github-com-gsterjov-go-libsecret")
|
||||||
|
(version "0.0.0-20161001094733-a6f4afe4910c")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/gsterjov/go-libsecret")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "09zaiadnll83vs22ib89agg7anj0blw5fywvmckxllsgif6ak6v7"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/gsterjov/go-libsecret"))
|
||||||
|
(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
|
||||||
|
"This native Go library manages secrets via the freedesktop.org
|
||||||
|
@code{Secret Service} DBus interface.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
;; It's not public for purpose, as it contains a lot of golang modules which
|
;; It's not public for purpose, as it contains a lot of golang modules which
|
||||||
;; may be inherited from the single source, but the package itself does not
|
;; may be inherited from the single source, but the package itself does not
|
||||||
;; have to be installed directly or linked to other packages..
|
;; have to be installed directly or linked to other packages..
|
||||||
|
|
|
@ -2236,32 +2236,6 @@ sinks and sources.")
|
||||||
or capture raw audio.")
|
or capture raw audio.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-gsterjov-go-libsecret
|
|
||||||
(package
|
|
||||||
(name "go-github-com-gsterjov-go-libsecret")
|
|
||||||
(version "0.0.0-20161001094733-a6f4afe4910c")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/gsterjov/go-libsecret")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "09zaiadnll83vs22ib89agg7anj0blw5fywvmckxllsgif6ak6v7"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/gsterjov/go-libsecret"))
|
|
||||||
(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
|
|
||||||
"This native Go library manages secrets via the freedesktop.org
|
|
||||||
@code{Secret Service} DBus interface.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue