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


Message #812 received at 67902 <at> debbugs.gnu.org (full text, mbox):

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

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

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 996768781e..3a85e60181 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1853,3 +1853,27 @@ (define-public php-symfony-http-kernel
     (home-page "https://symfony.com")
     (license license:expat)))
 
+(define-public php-symfony-intl
+  (package
+    (name "php-symfony-intl")
+    (version "6.3.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/symfony/intl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0ym89qrymyzydzp5r1b07xz89njdk5349ll7dz9sbzj9cnqiqbmx"))))
+    (build-system composer-build-system)
+    (native-inputs (list php-phpunit-phpunit
+                         php-symfony-filesystem
+                         php-symfony-finder
+                         php-symfony-var-exporter))
+    (synopsis "Localization data in PHP")
+    (description "This package provides access to the localization data of the
+ICU library.")
+    (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.