diff options
author | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-03-27 20:16:32 +0200 |
---|---|---|
committer | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-03-27 20:16:32 +0200 |
commit | b85b56dd7bb0185059e81f2aeeb0749e180d2084 (patch) | |
tree | 77c9699ae9c8d47ddb7c4ec184c6aabe1e3f5139 /gnu/local.mk | |
parent | 22e52dbd06726261e370e9b761e7f3a3f6b47630 (diff) | |
download | gnu-guix-b85b56dd7bb0185059e81f2aeeb0749e180d2084.tar gnu-guix-b85b56dd7bb0185059e81f2aeeb0749e180d2084.tar.gz |
gnu: libetonyek: Update to 0.1.6.
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.6.
[arguments]: Add phase 'autoreconf, because configure.ac is patched. Add
configure flag "--with-mdds=1.2".
[inputs]: Add liblangtag.
[native-inputs]: Add autoconf and automake.
* gnu/packages/patches/libetonyek-build-with-mdds-1.2.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 782bf74791..02758dd7e1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -676,6 +676,7 @@ dist_patch_DATA = \ %D%/packages/patches/libbonobo-activation-test-race.patch \ %D%/packages/patches/libcanberra-sound-theme-freedesktop.patch \ %D%/packages/patches/libdrm-symbol-check.patch \ + %D%/packages/patches/libetonyek-build-with-mdds-1.2.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 \ |