me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.

* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite
'synopsis' and 'description'.
master
Ludovic Courtès 2022-01-01 15:09:35 +01:00
parent aac3a33d1e
commit f39d594e88
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 2 deletions

View File

@ -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))))