mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add go-ply.
* gnu/packages/golang-xyz.scm (go-ply): New variable. Change-Id: I1ec790b6b3aa2469a15b6fea302e8c6faa6001a1
This commit is contained in:
committed by
Andreas Enge
parent
4a16fbdbbd
commit
c2564c008d
@@ -31829,6 +31829,24 @@ tool."))))
|
||||
(propagated-inputs '())
|
||||
(inputs '())))
|
||||
|
||||
(define-public go-ply
|
||||
(package/inherit go-howett-net-plist
|
||||
(name "go-ply")
|
||||
(arguments
|
||||
(substitute-keyword-arguments
|
||||
(package-arguments go-howett-net-plist)
|
||||
((#:tests? _ #t) #f)
|
||||
((#:install-source? _ #t) #f)
|
||||
((#:skip-build? _ #t) #f)
|
||||
((#:import-path _) "howett.net/plist/cmd/ply")
|
||||
((#:unpack-path _ "") "howett.net/plist")))
|
||||
(native-inputs
|
||||
(append
|
||||
(package-native-inputs go-howett-net-plist)
|
||||
(package-propagated-inputs go-howett-net-plist)))
|
||||
(propagated-inputs '())
|
||||
(inputs '())))
|
||||
|
||||
(define-public go-toml
|
||||
(package/inherit go-github-com-pelletier-go-toml-v2
|
||||
(name "go-toml")
|
||||
|
||||
Reference in New Issue
Block a user