mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: go-github-com-delthas-go-libnp: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-delthas-go-libnp): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I574f9429b01813a0a2a1935e5eb9b6aeee5c9833
This commit is contained in:
parent
940cea232d
commit
c5e73f1634
2 changed files with 28 additions and 25 deletions
|
@ -3833,6 +3833,34 @@ submodules:
|
||||||
"This package provides memcache client and server functionality.")
|
"This package provides memcache client and server functionality.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-delthas-go-libnp
|
||||||
|
(let ((commit "96674b98150ed492b535d61dde5767dfa2dd14ce")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "go-github-com-delthas-go-libnp")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/delthas/go-libnp")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1l2p2mpspjaffninxvghjsfywr39cravfbzpxyiq62lfpw43zwaq"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/delthas/go-libnp"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-godbus-dbus-v5))
|
||||||
|
(home-page "https://github.com/delthas/go-libnp")
|
||||||
|
(synopsis "Tiny library providing information about now-playing media")
|
||||||
|
(description
|
||||||
|
"@code{go-libnp} is a tiny cross-platform library for extracting
|
||||||
|
information about the music/image/video that is Now Playing on the system.")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-flopp-go-findfont
|
(define-public go-github-com-flopp-go-findfont
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-flopp-go-findfont")
|
(name "go-github-com-flopp-go-findfont")
|
||||||
|
|
|
@ -1886,31 +1886,6 @@ characters with their ASCII approximations.")
|
||||||
(description "@code{gg} is a library for rendering 2D graphics in pure Go.")
|
(description "@code{gg} is a library for rendering 2D graphics in pure Go.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-delthas-go-libnp
|
|
||||||
(let ((commit "96674b98150ed492b535d61dde5767dfa2dd14ce")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
|
||||||
(name "go-github-com-delthas-go-libnp")
|
|
||||||
(version (git-version "0.0.0" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/delthas/go-libnp")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1l2p2mpspjaffninxvghjsfywr39cravfbzpxyiq62lfpw43zwaq"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments `(#:import-path "github.com/delthas/go-libnp"))
|
|
||||||
(propagated-inputs (list go-github-com-godbus-dbus-v5))
|
|
||||||
(home-page "https://github.com/delthas/go-libnp")
|
|
||||||
(synopsis "Tiny library providing information about now-playing media")
|
|
||||||
(description "@code{go-libnp} is a tiny cross-platform library for
|
|
||||||
extracting information about the music/image/video that is Now Playing on the
|
|
||||||
system.")
|
|
||||||
(license license:expat))))
|
|
||||||
|
|
||||||
(define-public go-github-com-akosmarton-papipes
|
(define-public go-github-com-akosmarton-papipes
|
||||||
(let ((commit "3c63b4919c769c9c2b2d07e69a98abb0eb47fe64")
|
(let ((commit "3c63b4919c769c9c2b2d07e69a98abb0eb47fe64")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue