gnu: go-gopkg-in-tomb-v1: Do not inherit.

* gnu/packages/golang.scm (go-gopkg-in-tomb-v1): Do not inherit from
go-gopkg.in-tomb.v2.

Change-Id: Ib63af892c9caad1026560fc399d275b5aaf3996a
This commit is contained in:
Sharlatan Hellseher 2025-02-15 18:13:11 +00:00
parent 02c3aa0463
commit b9c25c5fa3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1654,7 +1654,6 @@ termination.")
(define-public go-gopkg-in-tomb-v1
(package
(inherit go-gopkg.in-tomb.v2)
(name "go-gopkg-in-tomb-v1")
(version "1.0.0-20141024135613-dd632973f1e7")
(source (origin
@ -1666,6 +1665,7 @@ termination.")
(sha256
(base32
"1lqmq1ag7s4b3gc3ddvr792c5xb5k6sfn0cchr3i2s7f1c231zjv"))))
(build-system go-build-system)
(arguments
(list #:import-path "gopkg.in/tomb.v1"
#:phases
@ -1676,7 +1676,12 @@ termination.")
"/tomb_test.go")
(("t.Fatalf\\(`Killf\\(\"BO%s")
"t.Fatalf(`Killf(\"BO%%s")))))))
(home-page "https://gopkg.in/tomb.v1")))
(home-page "https://gopkg.in/tomb.v1")
(synopsis "@code{tomb} handles clean goroutine tracking and termination")
(description
"The @code{tomb} package handles clean goroutine tracking and
termination.")
(license license:bsd-3)))
(define-public go-github-com-google-cadvisor
(let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd")