diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-10-03 09:07:50 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-10-03 09:08:11 +0300 |
commit | 1c5655c0ba4fd4f08d0adc4725e68cca26a99ee6 (patch) | |
tree | 6009b35b12143549d1214e50b132fbb606424b9e | |
parent | d31e7bad8cd9f781f5143669beaf61cd40c32125 (diff) | |
download | patches-1c5655c0ba4fd4f08d0adc4725e68cca26a99ee6.tar patches-1c5655c0ba4fd4f08d0adc4725e68cca26a99ee6.tar.gz |
gnu: php: Fix inputs.
This is a follow-up to 32906b0933bd225199b578106802962cf9126d16.
* gnu/packages/php.scm (php)[inputs]: Replace gd-2.2.5 with gd.
-rw-r--r-- | gnu/packages/php.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm index fdea6c6d8f..1f3c7b556d 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) |