Skip to content

Commit d07d98b

Browse files
committed
gnu: Remove go-g.yxqyang.asia-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 <golang/go#8877>" * gnu/packages/golang.scm (go-g.yxqyang.asia-mtibben-androiddnsfix, go-g.yxqyang.asia-androiddnsfix): Delete variables. Change-Id: Ie2fda123b03b1cf99c70b39198eaabfe3e6baa8f
1 parent 9016419 commit d07d98b

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

gnu/packages/golang.scm

-30
Original file line numberDiff line numberDiff line change
@@ -3873,36 +3873,6 @@ aware of your profiles and configuration in ~/.aws/config.")
38733873
@code{Secret Service} DBus interface.")
38743874
(license license:expat)))
38753875

3876-
(define-public go-g.yxqyang.asia-mtibben-androiddnsfix
3877-
(let ((commit "ff02804463540c36e3a148dcf4b009d003cf2a31")
3878-
(revision "0"))
3879-
(package
3880-
(name "go-g.yxqyang.asia-mtibben-androiddnsfix")
3881-
(version (git-version "0.0.0" revision commit))
3882-
(source (origin
3883-
(method git-fetch)
3884-
(uri (git-reference
3885-
(url "https://github.com/mtibben/androiddnsfix")
3886-
(commit commit)))
3887-
(file-name (git-file-name name version))
3888-
(sha256
3889-
(base32
3890-
"1pcbjs793kd0yg3dcp79agfxm7xm3sldx2r7v66ipzpcq0j2npi2"))))
3891-
(build-system go-build-system)
3892-
(arguments
3893-
'(#:import-path "github.com/mtibben/androiddnsfix"
3894-
#:phases %standard-phases))
3895-
(synopsis "Work around lack of @file{/etc/resolv.conf} on Android")
3896-
(description
3897-
"This package allows Go applications to work around lack of
3898-
@file{/etc/resolv.conf} on Android, as described in
3899-
@url{https://github.com/golang/go/issues/8877}.")
3900-
(home-page "https://github.com/mtibben/androiddnsfix")
3901-
(license license:expat))))
3902-
3903-
(define-public go-g.yxqyang.asia-androiddnsfix
3904-
(deprecated-package "go-g.yxqyang.asia-androiddnsfix" go-g.yxqyang.asia-mtibben-androiddnsfix))
3905-
39063876
(define-public go-g.yxqyang.asia-go-ini-ini
39073877
(package
39083878
(name "go-g.yxqyang.asia-go-ini-ini")

0 commit comments

Comments
 (0)