summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-24 11:56:23 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:41:44 +0000
commit505474b8b57c64bb020ea572ae2b2164bfd20267 (patch)
treebabc998c0b535769e2e9d184614988756cc9e2e7 /gnu/packages/golang.scm
parent6562b86fd7e677bb999c781f8bd0e591867040d8 (diff)
gnu: go-github-com-nxadm-tail: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-nxadm-tail): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I9762891d9c8cd8d2c01e69153eab88aa909ea7d1
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7f8da44983..c5c4cae04c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3179,30 +3179,6 @@ information about the resource usage and performance characteristics of running
containers.")
(license license:asl2.0))))
-(define-public go-github-com-nxadm-tail
- (package
- (name "go-github-com-nxadm-tail")
- (version "1.4.11")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/nxadm/tail")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0s8lawq661g8qqf7c1cip5l60cm2138b125jgmv9h548ji9g5yqx"))))
- (build-system go-build-system)
- (arguments (list #:import-path "github.com/nxadm/tail"))
- (propagated-inputs (list go-gopkg-in-tomb-v1
- go-github-com-fsnotify-fsnotify))
- (home-page "https://github.com/nxadm/tail")
- (synopsis "Go implementation of the functionality of @command{tail -f}")
- (description
- "This package provides a Go library for reading from continuously
-updating files, like @command{tail -f}.")
- (license license:expat)))
-
(define-public go-github-com-magiconair-properties
(package
(name "go-github-com-magiconair-properties")