[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 02/98] gnu: php-xyz: Add copyright and useful modu
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 02/98] gnu: php-xyz: Add copyright and useful modules. |
Date: |
Mon, 7 Oct 2024 23:43:30 +0200 |
* gnu/packages/php-xyz.scm: Add copyright and useful modules.
Change-Id: I80fd9d604128c6dc09e8af49039d46972f26f971
---
gnu/packages/php-xyz.scm | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index bef5a2dcb4..55d5b6bfdc 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
+;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -17,13 +18,22 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages php-xyz)
- #:use-module (gnu packages)
- #:use-module (gnu packages php)
#:use-module (guix packages)
+ #:use-module (guix gexp)
#:use-module (guix git-download)
+ #:use-module (guix build-system composer)
#:use-module (guix build-system copy)
#:use-module (guix utils)
- #:use-module ((guix licenses) #:prefix license:))
+ #:use-module (srfi srfi-1)
+ #:use-module (srfi srfi-26)
+ #:use-module (ice-9 match)
+ #:use-module ((guix licenses) #:prefix license:)
+ #:use-module (gnu packages)
+ #:use-module (gnu packages check)
+ #:use-module (gnu packages databases)
+ #:use-module (gnu packages linux)
+ #:use-module (gnu packages php)
+ #:use-module (gnu packages version-control))
(define-public composer-classloader
(package
--
2.46.0
- [bug#67902] [PATCH v4 01/98] gnu: Add abnfgen., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 03/98] gnu: php-xyz: Add copyright and useful modules., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 02/98] gnu: php-xyz: Add copyright and useful modules.,
Nicolas Graves <=
- [bug#67902] [PATCH v4 04/98] gnu: Add php-cache-tag-interop., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 05/98] gnu: Add php-doctrine-collections., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 06/98] gnu: Add php-doctrine-common., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 07/98] gnu: Add php-doctrine-deprecations., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 08/98] gnu: Add php-doctrine-event-manager., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 09/98] gnu: Add php-doctrine-instantiator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 10/98] gnu: Add php-doctrine-lexer., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 11/98] gnu: Add php-doctrine-persistence., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 14/98] gnu: Add php-fig-log-test., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 12/98] gnu: Add php-dms-phpunit-arraysubset-asserts., Nicolas Graves, 2024/10/07