diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-08 14:45:18 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:47:44 +0000 |
| commit | d07d98b17a64d02a1f30db3be8d93bfe4bb4b263 (patch) | |
| tree | 92ae8c4dcb7d665cdd3b25487f3e7556d0a0949e | |
| parent | 9016419e80b4b88f83089387c177d39940ce9570 (diff) | |
gnu: Remove go-github-com-mtibben-androiddnsfix.
Not in use by any other packages in Guix, it was a temporary solution
implemented 5 years ago according to project's about field:
"androiddnsfix is a hack around the issues in
<https://github.com/golang/go/issues/8877>"
* gnu/packages/golang.scm
(go-github-com-mtibben-androiddnsfix, go-github-com-androiddnsfix):
Delete variables.
Change-Id: Ie2fda123b03b1cf99c70b39198eaabfe3e6baa8f
| -rw-r--r-- | gnu/packages/golang.scm | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 5e84c533c89..7daa05030a1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3873,36 +3873,6 @@ aware of your profiles and configuration in ~/.aws/config.") @code{Secret Service} DBus interface.") (license license:expat))) -(define-public go-github-com-mtibben-androiddnsfix - (let ((commit "ff02804463540c36e3a148dcf4b009d003cf2a31") - (revision "0")) - (package - (name "go-github-com-mtibben-androiddnsfix") - (version (git-version "0.0.0" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mtibben/androiddnsfix") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1pcbjs793kd0yg3dcp79agfxm7xm3sldx2r7v66ipzpcq0j2npi2")))) - (build-system go-build-system) - (arguments - '(#:import-path "github.com/mtibben/androiddnsfix" - #:phases %standard-phases)) - (synopsis "Work around lack of @file{/etc/resolv.conf} on Android") - (description - "This package allows Go applications to work around lack of -@file{/etc/resolv.conf} on Android, as described in -@url{https://github.com/golang/go/issues/8877}.") - (home-page "https://github.com/mtibben/androiddnsfix") - (license license:expat)))) - -(define-public go-github-com-androiddnsfix - (deprecated-package "go-github-com-androiddnsfix" go-github-com-mtibben-androiddnsfix)) - (define-public go-github-com-go-ini-ini (package (name "go-github-com-go-ini-ini") |
