diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-01-01 15:09:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-01 15:11:51 +0100 |
commit | f39d594e88c32dbd2d3660d66899b6215817b654 (patch) | |
tree | f21d12327cca6a8b556d399367a823a3e622e33e | |
parent | aac3a33d1e139743e86c66297a8d11d9fb35a7bd (diff) | |
download | guix-f39d594e88c32dbd2d3660d66899b6215817b654.tar.gz |
gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.
* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite 'synopsis' and 'description'.
-rw-r--r-- | gnu/packages/golang.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index cb6fd9ed76..6a0b9852d3 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -9058,9 +9058,11 @@ pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.") (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)))) |