diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-23 21:31:49 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-23 22:23:34 +0800 |
commit | 6747de140d6ef714a7940bfa4cd0db544c9fe945 (patch) | |
tree | d6842c4f274b0a63f87ab3da5a9722fca3f27c5f /gnu-system.am | |
parent | 26909789d06b1e006ff45980aac59d3faa31436e (diff) | |
download | patches-6747de140d6ef714a7940bfa4cd0db544c9fe945.tar patches-6747de140d6ef714a7940bfa4cd0db544c9fe945.tar.gz |
gnu: bluez: Update to 5.35, fix test.
* gnu/packages/patches/bluez-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (bluez): Update to 5.35.
[source]: Add patch.
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 3daec42e28..9bb537be33 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -411,6 +411,7 @@ dist_patch_DATA = \ 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/bluez-tests.patch \ gnu/packages/patches/boost-mips-avoid-m32.patch \ gnu/packages/patches/calibre-drop-unrar.patch \ gnu/packages/patches/calibre-no-updates-dialog.patch \ |