guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67902] [PATCH 84/95] gnu: Add php-symfony-translation-contracts.


From: Nicolas Graves
Subject: [bug#67902] [PATCH 84/95] gnu: Add php-symfony-translation-contracts.
Date: Tue, 19 Dec 2023 14:58:05 +0100

* 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 67c385d3d1..89ea42794f 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2290,3 +2290,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.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]