guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: libsoup: Add the missing PHP dependency.


From: guix-commits
Subject: 01/12: gnu: libsoup: Add the missing PHP dependency.
Date: Sun, 31 May 2020 22:18:52 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 53c41e958ffe2d7f8f58d70ab8f5ef6518484b3e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 8 21:56:33 2020 -0500

    gnu: libsoup: Add the missing PHP dependency.
    
    * gnu/packages/gnome.scm (libsoup)[native-inputs]: Add php.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fe71e31..fa9a8fc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -145,6 +145,7 @@
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages photo)
+  #:use-module (gnu packages php)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages polkit)
   #:use-module (gnu packages popt)
@@ -3718,8 +3719,7 @@ libxml to ease remote use of the RESTful API.")
        ("pkg-config" ,pkg-config)
        ("python" ,python-wrapper)
        ("vala" ,vala)
-       ;; These are needed for the tests.
-       ;; FIXME: Add PHP once available.
+       ("php" ,php)
        ("curl" ,curl)
        ("gnutls" ,gnutls)                         ;for 'certtool'
        ("httpd" ,httpd)))



reply via email to

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