[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: php: Fix inputs.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: php: Fix inputs. |
Date: |
Tue, 3 Oct 2017 02:08:22 -0400 (EDT) |
efraim pushed a commit to branch core-updates
in repository guix.
commit 1c5655c0ba4fd4f08d0adc4725e68cca26a99ee6
Author: Efraim Flashner <address@hidden>
Date: Tue Oct 3 09:07:50 2017 +0300
gnu: php: Fix inputs.
This is a follow-up to 32906b0933bd225199b578106802962cf9126d16.
* gnu/packages/php.scm (php)[inputs]: Replace gd-2.2.5 with gd.
---
gnu/packages/php.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index fdea6c6..1f3c7b5 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -282,7 +282,7 @@
("curl" ,curl)
("cyrus-sasl" ,cyrus-sasl)
("freetype" ,freetype)
- ("gd" ,gd-2.2.5)
+ ("gd" ,gd)
("gdbm" ,gdbm)
("glibc" ,glibc)
("gmp" ,gmp)