diff options
author | Mark H Weaver <mhw@netris.org> | 2015-05-20 14:55:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-05-20 16:07:09 -0400 |
commit | 3a6fb858ad95dd422b2519d5862d5db61deeb2a5 (patch) | |
tree | 6fd9a7a6242a14ae02c26dfeb96c655286681b3d /gnu-system.am | |
parent | 87158e851ffc9a256350780c31266d680dba7a18 (diff) | |
download | guix-3a6fb858ad95dd422b2519d5862d5db61deeb2a5.tar guix-3a6fb858ad95dd422b2519d5862d5db61deeb2a5.tar.gz |
gnu: bitlbee: Update to 3.4.
* gnu/packages/patches/bitlbee-configure-doc-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (bitlbee): Update to 3.4. Add patch.
[inputs]: Remove 'zlib'.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 5ba48d15d2..a26686b81b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -387,6 +387,7 @@ dist_patch_DATA = \ gnu/packages/patches/bigloo-gc-shebangs.patch \ gnu/packages/patches/binutils-ld-new-dtags.patch \ gnu/packages/patches/binutils-loongson-workaround.patch \ + gnu/packages/patches/bitlbee-configure-doc-fix.patch \ gnu/packages/patches/calibre-drop-unrar.patch \ gnu/packages/patches/calibre-no-updates-dialog.patch \ gnu/packages/patches/cdparanoia-fpic.patch \ |