GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/php-xyz.scm (php-symfony-polyfill-mbstring): New variable.
Change-Id: I8a75f962e375e2905183a41a4a5ffb8cb7156cd7
---
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 afd75ce0d2..820aad9d0e 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2171,3 +2171,23 @@ (define-public php-symfony-polyfill-intl-normalizer
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-polyfill-mbstring
+ (package
+ (name "php-symfony-polyfill-mbstring")
+ (version "1.28.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/polyfill-mbstring")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0845szanlrflafgjf7zy7624h9j5gxfdyrriv28443g932xd8dzr"))))
+ (build-system composer-build-system)
+ (synopsis "Polyfill for PHPs Mbstring extension")
+ (description "This package provides a partial, native PHP implementation
+for the Mbstring extension.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.41.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.