gnu: go-github-com-skratchdot-open-golang: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-skratchdot-open-golang): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I7062387aa5e134582843e4bc673eaba47aee6d7e
This commit is contained in:
Sharlatan Hellseher 2024-12-24 11:06:45 +00:00
parent 81bf219905
commit 6c3144c958
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 27 additions and 27 deletions

View file

@ -9248,6 +9248,33 @@ compatible with the standard library logger.")
(description "This package provides a QR code encoder for the Goloang.")
(license license:expat)))
(define-public go-github-com-skratchdot-open-golang
(package
(name "go-github-com-skratchdot-open-golang")
(version "0.0.0-20200116055534-eef842397966")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/skratchdot/open-golang")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0n6387csjn024db8wldadsiy8ljz7lk7szl6ls28fcbkax7rw86y"))))
(build-system go-build-system)
(arguments
(list
#:skip-build? #t
#:tests? #f ; requires xdg-open and firefox in the PATH
#:import-path "github.com/skratchdot/open-golang"))
(home-page "https://github.com/skratchdot/open-golang")
(synopsis "Open a file, directory, or URI using the default application")
(description
"Open a file, directory, or URI using the OS's default application for
that object type. Optionally, you can specify an application to use. On
GNU/Linux, this is a proxy for the @command{xdg-open} command.")
(license license:expat)))
(define-public go-github-com-songgao-water
(package
(name "go-github-com-songgao-water")