diff mbox series

[bug#67902,v3,03/96] gnu: php-xyz: Add copyright and useful modules.

Message ID 20241007000046.25625-3-ngraves@ngraves.fr
State New
Headers show
Series [bug#67902,v3,01/96] gnu: Add abnfgen. | expand

Commit Message

Nicolas Graves Oct. 6, 2024, 11:58 p.m. UTC
* gnu/packages/php-xyz.scm: Add copyright and useful modules.

Change-Id: I80fd9d604128c6dc09e8af49039d46972f26f971
---
 gnu/packages/php-xyz.scm | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 55d5b6bfdc..f1edbbeda9 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -20,6 +20,7 @@ 
 (define-module (gnu packages php-xyz)
   #:use-module (guix packages)
   #:use-module (guix gexp)
+  #:use-module (guix download)
   #:use-module (guix git-download)
   #:use-module (guix build-system composer)
   #:use-module (guix build-system copy)