gnu: php: Fix inputs.

This is a follow-up to 32906b0933bd225199b578106802962cf9126d16.

* gnu/packages/php.scm (php)[inputs]: Replace gd-2.2.5 with gd.
This commit is contained in:
Efraim Flashner 2017-10-03 09:07:50 +03:00
parent d31e7bad8c
commit 1c5655c0ba
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -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)