GNU bug report logs - #67902
[PATCH 00/95] PHP package chain.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 19 Dec 2023 13:48:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 67902 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#67902] [PATCH v4 79/98] gnu: Add php-symfony-polyfill-intl-normalizer.
Date: Mon,  7 Oct 2024 23:44:47 +0200
* gnu/packages/php-xyz.scm (php-symfony-polyfill-intl-normalizer): New variable.

Change-Id: Ia34e991eceed9d9207c010eaf7351fc0cdea5004
---
 gnu/packages/php-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 7ee76d2762..4d3b5c11d0 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2143,3 +2143,23 @@ (define-public php-symfony-polyfill-intl-idn
     (home-page "https://symfony.com")
     (license license:expat)))
 
+(define-public php-symfony-polyfill-intl-normalizer
+  (package
+    (name "php-symfony-polyfill-intl-normalizer")
+    (version "1.28.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/symfony/polyfill-intl-normalizer")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1rnf6hhs5sp6fsjjbrp4c32nbbs4zg4gngwycl7pz2hiifanwsyf"))))
+    (build-system composer-build-system)
+    (synopsis "Intl's normalizer_* functions for older PHP")
+    (description "This package provides Symfony polyfill for intl's
+normalizer_* functions.")
+    (home-page "https://symfony.com")
+    (license license:expat)))
+
-- 
2.46.0





This bug report was last modified 240 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.