gnu: go-github-com-dhowett-go-plist: Improve package style.

* gnu/packages/golang.scm (go-github-com-dhowett-go-plist): Fix
indentation. Apply new style. Swap inputs to propagated-inputs.
[inputs]: Remove go-github-com-jessevdk-go-flags,
go-github-com-kr-pretty, go-gopkg-in-check-v1, and go-gopkg-in-yaml-v2.
[propagated-inputs]: Add go-github-com-jessevdk-go-flags and
go-gopkg-in-check-v1.

Change-Id: I01f2d222b72e9d8d52e0f5c1953d36703d03fb6b
This commit is contained in:
Sharlatan Hellseher 2024-07-14 20:09:52 +01:00
parent 424c6fe0a2
commit 226cd42a5f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1741,25 +1741,27 @@ retry strategies, such as fixed delay, backoff delay, and random delay.")
(package (package
(name "go-github-com-dhowett-go-plist") (name "go-github-com-dhowett-go-plist")
(version "1.0.1") (version "1.0.1")
(source (origin (source
(origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/DHowett/go-plist") (url "https://github.com/DHowett/go-plist")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1gcrxkmdj87xq01458asgxvvijrkih74ydbzfmir1p16xr9z0x39"))))
"1gcrxkmdj87xq01458asgxvvijrkih74ydbzfmir1p16xr9z0x39"))))
(build-system go-build-system) (build-system go-build-system)
(arguments `(#:import-path "howett.net/plist")) (arguments
(inputs (list
(list go-github-com-jessevdk-go-flags go-github-com-kr-pretty #:import-path "howett.net/plist"))
go-gopkg-in-check-v1 go-gopkg-in-yaml-v2)) (propagated-inputs
(list go-github-com-jessevdk-go-flags
go-gopkg-in-check-v1))
(home-page "https://github.com/DHowett/go-plist") (home-page "https://github.com/DHowett/go-plist")
(synopsis "Apple property list transcoder") (synopsis "Apple property list transcoder")
(description "This list transcoder supports encoding/decoding property (description
lists (Apple XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go "This list transcoder supports encoding/decoding property lists (Apple
types.") XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go types.")
(license license:giftware))) (license license:giftware)))
(define-public go-github-com-blanu-dust (define-public go-github-com-blanu-dust