diff options
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 \ |