1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: go-github-com-google-goterm: Fix indentation.

* gnu/packages/golang.scm (go-github-com-google-goterm): Fix indentation.

Change-Id: I70843d52e1ec205c5903a69b5eb0ed8807291ddd
This commit is contained in:
Sharlatan Hellseher 2024-09-13 11:01:04 +01:00
parent b71eea21ed
commit 2260ff7393
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5370,28 +5370,30 @@ a cron spec parser and job runner.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-github-com-google-goterm (define-public go-github-com-google-goterm
(package (package
(name "go-github-com-google-goterm") (name "go-github-com-google-goterm")
(version "0.0.0-20200907032337-555d40f16ae2") (version "0.0.0-20200907032337-555d40f16ae2")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/google/goterm") (uri (git-reference
(commit (go-version->git-ref version)))) (url "https://github.com/google/goterm")
(file-name (git-file-name name version)) (commit (go-version->git-ref version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0809sf02dhg2bjhsz43pmlb5d7nbsnwxls3lw01zw5p7ri9bqwfb")))) (base32 "0809sf02dhg2bjhsz43pmlb5d7nbsnwxls3lw01zw5p7ri9bqwfb"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/google/goterm/term" (list
#:unpack-path "github.com/google/goterm")) #:import-path "github.com/google/goterm/term"
(home-page "https://github.com/google/goterm/") #:unpack-path "github.com/google/goterm"))
(synopsis "PTY creation and termios get/set attributes") (home-page "https://github.com/google/goterm/")
(description "The term package implements PTY creation and termios get/set (synopsis "PTY creation and termios get/set attributes")
attributes. It also contains some convenience functions for colors, SSH to (description
and from termios translations, readCh, reading passwords, etc.") "The term package implements PTY creation and termios get/set attributes.
(license license:bsd-3))) It also contains some convenience functions for colors, SSH to and from
termios translations, readCh, reading passwords, etc.")
(license license:bsd-3)))
(define (go-gotest-tools-source version sha256-base32-hash) (define (go-gotest-tools-source version sha256-base32-hash)
(origin (origin