diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-20 19:06:38 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-20 19:06:38 +0200 |
commit | b093be236efa913748855879094e38cd983c7f00 (patch) | |
tree | 9da0f6f3ec0b5cf57d4aa7a63a480fd8806d05f8 /gnu/packages/php.scm | |
parent | 171bcdf7ba1425072529bacb712792b2a6302544 (diff) | |
download | guix-b093be236efa913748855879094e38cd983c7f00.tar guix-b093be236efa913748855879094e38cd983c7f00.tar.gz |
gnu: gd: Remove graft for 2.2.5.
* gnu/packages/gd.scm (gd): Update to 2.2.5.
[source]: Remove obsolete patches.
[replacement]: Remove field.
(gd-2.2.5): Remove variable.
* gnu/packages/patches/gd-fix-gd2-read-test.patch,
gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove patches.
* gnu/packages/php.scm (php)[inputs]: Replace GD-2.2.5 with GD.
Diffstat (limited to 'gnu/packages/php.scm')
-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 bcf1d00829..3e4b51d81a 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) |