diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-22 06:29:21 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-22 07:26:04 +0100 |
commit | 827dc6295c3aafd592f3bb5fe151fdc4fd8d35b7 (patch) | |
tree | d7e6f653654bc234d2315625fc1323ebdf91bd0a /gnu/local.mk | |
parent | a6d352cc017e30fec2301cdf7b496ab630ba0a41 (diff) | |
download | guix-827dc6295c3aafd592f3bb5fe151fdc4fd8d35b7.tar.gz |
gnu: libepoxy: Update to 1.4.0.
* gnu/packages/patches/libepoxy-gl-null-checks.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gl.scm (libepoxy): Update to 1.4.0. [source]: Remove patch. Use release tarball and remove explicit file-name. [arguments]: Drop 'autoreconf' phase. Remove obsolete test substitution. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 82d9a31bd1..1e919c8483 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -673,7 +673,6 @@ dist_patch_DATA = \ %D%/packages/patches/libcanberra-sound-theme-freedesktop.patch \ %D%/packages/patches/libcmis-fix-test-onedrive.patch \ %D%/packages/patches/libdrm-symbol-check.patch \ - %D%/packages/patches/libepoxy-gl-null-checks.patch \ %D%/packages/patches/libevent-dns-tests.patch \ %D%/packages/patches/libevent-2.0-CVE-2016-10195.patch \ %D%/packages/patches/libevent-2.0-CVE-2016-10196.patch \ |