diff options
author | Andreas Enge <andreas@enge.fr> | 2014-04-16 10:58:31 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-04-16 10:58:31 +0200 |
commit | 7051054a0a2751af840159e3aa68ffd0cdb5cb84 (patch) | |
tree | 682de2a56451117082fd804e40b328e586bf0db2 /gnu-system.am | |
parent | 8a79ec41e8bec04af4f889a4fdf2b25e3641f12c (diff) | |
download | guix-7051054a0a2751af840159e3aa68ffd0cdb5cb84.tar guix-7051054a0a2751af840159e3aa68ffd0cdb5cb84.tar.gz |
gnu: clucene: Add patch to indicate linking with clucene-shared, not only
clucene-core, to pkgconfig.
* gnu/packages/patches/clucene-pkgconfig.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/rdf.scm (clucene): Use patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 93841e227a..86bdb6986e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -1,6 +1,6 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> -# Copyright © 2013 Andreas Enge <andreas@enge.fr> +# Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr> # Copyright © 2013, 2014 Mark H Weaver <mhw@netris.org> # # This file is part of GNU Guix. @@ -261,6 +261,7 @@ dist_patch_DATA = \ gnu/packages/patches/bitlbee-fix-tests.patch \ gnu/packages/patches/bitlbee-memset-fix.patch \ gnu/packages/patches/cdparanoia-fpic.patch \ + gnu/packages/patches/clucene-pkgconfig.patch \ gnu/packages/patches/cmake-fix-tests.patch \ gnu/packages/patches/coreutils-dummy-man.patch \ gnu/packages/patches/coreutils-skip-nohup.patch \ |