mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add go-webdav.
* gnu/packages/golang-xyz.scm (go-webdav): New variable. Change-Id: Id09c79d9396a5f44e224dc1f91d62e192d982127 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
6a1ce24c51
commit
3d409c98dc
1 changed files with 15 additions and 0 deletions
|
|
@ -28813,6 +28813,21 @@ tools."))))
|
|||
"\nThis package provides a command line interface (CLI)
|
||||
tool."))))
|
||||
|
||||
(define-public go-webdav
|
||||
(package/inherit go-github-com-emersion-go-webdav
|
||||
(name "go-webdav")
|
||||
(arguments
|
||||
(substitute-keyword-arguments
|
||||
(package-arguments go-github-com-emersion-go-webdav)
|
||||
((#:tests? _ #t) #f)
|
||||
((#:install-source? _ #t) #f)
|
||||
((#:import-path _ "github.com/emersion/go-webdav")
|
||||
"github.com/emersion/go-webdav/cmd/webdav-server")
|
||||
((#:unpack-path _ "") "github.com/emersion/go-webdav")))
|
||||
(native-inputs (package-propagated-inputs go-github-com-emersion-go-webdav))
|
||||
(propagated-inputs '())
|
||||
(inputs '())))
|
||||
|
||||
(define-public go-yaml
|
||||
(package/inherit go-go-yaml-in-yaml-v4
|
||||
(name "go-yaml")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue