diff options
author | Andreas Enge <andreas@enge.fr> | 2016-01-20 16:32:32 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-01-20 16:33:34 +0100 |
commit | ffc8f345111566e8336cbb5a77a96973826165d8 (patch) | |
tree | 3fc975135b84b886bce1cd83b31d498d1895ae70 /gnu-system.am | |
parent | a132f7d68f4c61133c0c97d8e5125c48f7205ac9 (diff) | |
download | gnu-guix-ffc8f345111566e8336cbb5a77a96973826165d8.tar gnu-guix-ffc8f345111566e8336cbb5a77a96973826165d8.tar.gz |
gnu: arb: Update to 2.8.1.
* gnu/packages/algebra.scm (arb)[source]: Update to 2.8.1. Add patch.
* gnu/packages/patches/arb-ldconfig.patch: New file.
* gnu-system.am (dist_patch_DATA): Register 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 543a825923..74e65c7b5e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -1,6 +1,6 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> -# Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr> +# Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr> # Copyright © 2013, 2014, 2015 Mark H Weaver <mhw@netris.org> # # This file is part of GNU Guix. @@ -408,6 +408,7 @@ dist_patch_DATA = \ gnu/packages/patches/agg-am_c_prototype.patch \ gnu/packages/patches/alsa-lib-mips-atomic-fix.patch \ gnu/packages/patches/apr-skip-getservbyname-test.patch \ + gnu/packages/patches/arb-ldconfig.patch \ gnu/packages/patches/asymptote-gsl2.patch \ gnu/packages/patches/ath9k-htc-firmware-binutils.patch \ gnu/packages/patches/ath9k-htc-firmware-gcc.patch \ |