diff options
author | Andreas Enge <andreas@enge.fr> | 2015-03-07 00:16:04 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-03-07 00:16:04 +0100 |
commit | f944fbf185a869845fe3eb78977a118b1ef593cc (patch) | |
tree | 4690ff555e22b54b297533bade51979dcaaa6977 /gnu-system.am | |
parent | e5e069302eeeb01df4191a0383201595d1e109c6 (diff) | |
download | guix-f944fbf185a869845fe3eb78977a118b1ef593cc.tar guix-f944fbf185a869845fe3eb78977a118b1ef593cc.tar.gz |
gnu: gnunet: Update to 0.10.1.
* gnu/packages/gnunet.scm (gnunet): Update to 0.10.1.
Adapt environment variable GNUNET_PREFIX to new use.
Disable parallel tests.
Disable tests until a failure is fixed.
* gnu/packages/patches/gnunet-fix-scheduler.patch,
gnu/packages/patches/gnunet-fix-tests.patch: Delete patch files.
* gnu-system.am (dist_patch_DATA): Unregister patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index 4931b705db..16e96bb99b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -407,8 +407,6 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/glibc-locales.patch \ gnu/packages/patches/gmp-arm-asm-nothumb.patch \ - gnu/packages/patches/gnunet-fix-scheduler.patch \ - gnu/packages/patches/gnunet-fix-tests.patch \ gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \ gnu/packages/patches/gobject-introspection-cc.patch \ gnu/packages/patches/gobject-introspection-girepository.patch \ |