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-translation-contracts): New variable.
Change-Id: I36e2c9e50ce2af4d4db531a5a6522ffd6c62990f
---
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 6603bf828a..8bec5088e1 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2282,3 +2282,23 @@ (define-public php-symfony-string
(home-page "https://symfony.com")
(license license:expat)))
+(define-public php-symfony-translation-contracts
+ (package
+ (name "php-symfony-translation-contracts")
+ (version "3.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/translation-contracts")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0jx7pj30qb94hb8qnav8dp3aif3j0mh66km76dpzj44hz77qnq7l"))))
+ (build-system composer-build-system)
+ (synopsis "PHP translation abstractions")
+ (description "This package provides generic abstractions related to
+translation.")
+ (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.