all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: ~rdesfo <rdesfo@git.sr.ht>
Cc: 51640-done@debbugs.gnu.org, ~rdesfo <rdesfo@protonmail.com>,
	rdes@protonmail.com
Subject: bug#51640: [PATCH guix 0/1] [PATCH] Adds libphonenumber
Date: Sat, 04 Dec 2021 23:03:31 +0100	[thread overview]
Message-ID: <87lf10uix8.fsf_-_@gnu.org> (raw)
In-Reply-To: <163621595987.14225.8793005658266325764-1@git.sr.ht> (rdesfo@git.sr.ht's message of "Sun, 12 Sep 2021 16:24:01 -0400")

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

Hi,

~rdesfo <rdesfo@git.sr.ht> skribis:

> From: Ryan Desfosses <rdes@protonmail.com>
>
> * gnu/package/messaging.scm (libphonenumber): New variable

Applied with the changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1244 bytes --]

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 93f469a968..2e3afb510e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2791,11 +2791,11 @@ (define-public libphonenumber
                (base32
                 "06y3mh1d1mks6d0ynxp3980g712nkf8l5nyljpybsk326b246hg9"))))
    (arguments
-    `(#:tests? #f ; no tests
+    `(#:test-target "tests"
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'change-directory
-          (lambda _ (chdir "cpp") #t)))))
+          (lambda _ (chdir "cpp"))))))
    (build-system cmake-build-system)
    (native-inputs
     `(("googletest" ,googletest)
@@ -2804,8 +2804,10 @@ (define-public libphonenumber
     `(("boost" ,boost)
       ("protobuf" ,protobuf)
       ("icu4c" ,icu4c)))
-   (synopsis "Google's i18n library for parsing and using phone numbers")
-   (description "Google's i18n library for parsing and using phone numbers")
+   (synopsis "Library for parsing and using phone numbers")
+   (description
+    "This package provides a C++ library for parsing, formatting, and
+validating international phone numbers.")
    (home-page "https://github.com/google/libphonenumber")
    (license license:asl2.0)))
 

      reply	other threads:[~2021-12-04 22:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 16:25 [bug#51640] [PATCH guix 0/1] [PATCH] Adds libphonenumber ~rdesfo
2021-09-12 20:24 ` [bug#51640] [PATCH guix 1/1] gnu: Add libphonenumber ~rdesfo
2021-12-04 22:03   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lf10uix8.fsf_-_@gnu.org \
    --to=ludo@gnu.org \
    --cc=51640-done@debbugs.gnu.org \
    --cc=rdes@protonmail.com \
    --cc=rdesfo@git.sr.ht \
    --cc=rdesfo@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.