gnu: go-github-com-twpayne-go-xdg-v3: Adjust inputs.

* gnu/packages/golang-xyz.scm (go-github-com-twpayne-go-xdg-v3)
[propagated-inputs]: Add go-github-com-twpayne-go-vfs-1.0.1.
[native-inputs]: Remove go-github-com-twpayne-go-vfs-1.0.1.

Change-Id: I99e932b0ccbed59ee08065a941487e54d5cd88db
This commit is contained in:
Sharlatan Hellseher 2025-01-09 12:43:01 +00:00
parent b102e120d5
commit 60f5676b2d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13309,8 +13309,9 @@ supported by the time package
(list
#:import-path "github.com/twpayne/go-xdg/v3"))
(native-inputs
(list go-github-com-stretchr-testify
go-github-com-twpayne-go-vfs-1.0.1))
(list go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-twpayne-go-vfs-1.0.1))
(home-page "https://github.com/twpayne/go-xdg/")
(synopsis "Functions related to freedesktop.org")
(description