diff options
author | Julien Lepiller <julien@lepiller.eu> | 2017-02-27 11:15:29 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-03 14:12:31 -0500 |
commit | 60a5080675e3787c51b6cd61d43c610f85e4028a (patch) | |
tree | e717311f60285a9b4da2f557a6f491b7a9f618ac /gnu/local.mk | |
parent | e8293ef12cd3df77f4111163fa5ac554480d134b (diff) | |
download | guix-60a5080675e3787c51b6cd61d43c610f85e4028a.tar guix-60a5080675e3787c51b6cd61d43c610f85e4028a.tar.gz |
gnu: php: Update to 7.1.2.
* gnu/packages/php.scm (php): Update to 7.1.2.
[inputs]: Add gnutls.
[arguments]: Disable more tests in 'prepare-tests' phase.
(gd-for-php): Remove variable.
* gnu/packages/patches/gd-fix-chunk-size-on-boundaries.patch,
gnu/packages/patches/gd-fix-truecolor-format-correction.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 5765a3f332..e4114be65b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -578,10 +578,8 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-6-cross-environment-variables.patch \ %D%/packages/patches/gcj-arm-mode.patch \ %D%/packages/patches/gdk-pixbuf-list-dir.patch \ - %D%/packages/patches/gd-fix-chunk-size-on-boundaries.patch \ %D%/packages/patches/gd-fix-gd2-read-test.patch \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ - %D%/packages/patches/gd-fix-truecolor-format-correction.patch \ %D%/packages/patches/gd-freetype-test-failure.patch \ %D%/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch \ %D%/packages/patches/gegl-CVE-2012-4433.patch \ |