summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2026-02-06 15:14:35 -0600
committerjgart <jgart@dismail.de>2026-02-06 15:19:59 -0600
commit3fa2d9f20b0690c778fdf9d161e6542ca0136fec (patch)
treeb9c1b8d5440e4934b91ee940edf1a3659341e931 /gnu
parentd82285b9238ce8cf1c7fae741dd8299aa7c6dc88 (diff)
Revert "gnu: Add go-github-com-phayes-freeport."
This reverts commit 24faafff38bee251f2ffd2cedd297b4914411d96. Change-Id: Ia682b797bcb36cb790e304e4360ef5311d71af65
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0880bb0996..59fca4eb6a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -19500,28 +19500,6 @@ editor with history, inspired by @url{https://github.com/antirez/linenoise/,
linenoise}. Xterm as well as WIN32 terminal codes are supported.")
(license license:expat)))
-(define-public go-github-com-phayes-freeport
- (package
- (name "go-github-com-phayes-freeport")
- (version "1.0.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/phayes/freeport")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1gwaan8fwmc5lfx4dzymq0jd6z2l1frg83jkmjpm4kw8ay4vr11q"))))
- (build-system go-build-system)
- (arguments
- (list #:import-path "github.com/phayes/freeport"))
- (home-page "https://github.com/phayes/freeport")
- (synopsis "Find a free and open TCP port")
- (description "This package provides a Go library that finds a free open
-TCP port that is ready to use.")
- (license license:bsd-3)))
-
(define-public go-github-com-phayes-permbits
(package
(name "go-github-com-phayes-permbits")