mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.
* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite 'synopsis' and 'description'.
This commit is contained in:
parent
aac3a33d1e
commit
f39d594e88
1 changed files with 4 additions and 2 deletions
|
@ -9058,9 +9058,11 @@ (define-public go-github-com-androiddnsfix
|
|||
(arguments
|
||||
'(#:import-path "github.com/mtibben/androiddnsfix"
|
||||
#:phases %standard-phases))
|
||||
(synopsis "Hack to get around the issues building on android")
|
||||
(synopsis "Work around lack of @file{/etc/resolv.conf} on Android")
|
||||
(description
|
||||
"Hack around the issues in https://github.com/golang/go/issues/8877.")
|
||||
"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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue