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 v3 74/96] gnu: Add php-symfony-process.
Date: Mon,  7 Oct 2024 02:00:09 +0200
* gnu/packages/php-xyz.scm (php-symfony-process): New variable.

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

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 9bdd943f63..280246239c 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2023,3 +2023,25 @@ (define-public php-symfony-phpunit-bridge
     (home-page "https://symfony.com")
     (license license:expat)))
 
+(define-public php-symfony-process
+  (package
+    (name "php-symfony-process")
+    (version "6.3.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/symfony/process")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "05jp156j8gxgm9ksxdmbmx1h844k02pml4iq9v54l04iah2qgi7k"))))
+    (build-system composer-build-system)
+    (native-inputs
+     (list php-phpunit-phpunit))
+    (synopsis "Subprocesses in PHP")
+    (description "This package provides the functionality to execute commands
+in sub-processes.")
+    (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.