From 79254f31f4320b2a4869cf92a589a1575e92c844 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 15:19:16 -0700 Subject: gnu: go-golang-org-x-net-ipv6: Fix typo "This package". * gnu/packages/golang (go-golang-org-x-net-ipv6)[description]: Fix typo. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index ad4b9d448e..a9f4e12af5 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1113,7 +1113,7 @@ number resources managed by the Internet Assigned Numbers Authority (IANA).") `(#:import-path "golang.org/x/net/ipv6" #:unpack-path "golang.org/x/net")) (synopsis "Go IPv6 support") - (description "This packages provides @code{ipv6}, which implements + (description "This package provides @code{ipv6}, which implements IP-level socket options for the Internet Protocol version 6.") (home-page "https://go.googlesource.com/net") (license license:bsd-3)))) -- cgit v1.2.3 tr>
aboutsummaryrefslogtreecommitdiff
path: root/tests/pack.scm
AgeCommit message (Expand)Author
2019-12-26gnu: Remove squashfs-tools-next....Ricardo Wurmus
2019-08-27pack: Create /tmp in Docker images....Ludovic Courtès
2019-03-24tests: Adjust 'guix pack -f squashfs' test....Ludovic Courtès
2018-11-06store-copy: Canonicalize the mtime and permissions of the store copy....Ludovic Courtès
2018-11-06pack: Add test for 'self-contained-tarball' with localstatedir....Ludovic Courtès
2018-11-06pack: Squashfs backend now honors '--localstatedir'....Ludovic Courtès
2018-11-06pack: Docker backend now honors '--localstatedir'....Ludovic Courtès
2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed....Ludovic Courtès
2018-10-28tests: Fix typo....Ludovic Courtès
2018-10-19tests: Run 'guix pack' tests using the external store....Ludovic Courtès
2018-09-18tests: Skip 'self-contained-tarball' test unconditionally....Ludovic Courtès
2018-06-01pack: Adjust test to expect relative symlinks....Ludovic Courtès
2018-06-01tests: Fix arguments in pack test....Ricardo Wurmus