[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.5-236-g99fbddf
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.5-236-g99fbddf |
Date: |
Mon, 10 Feb 2014 22:36:52 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via 99fbddf9a623757e39d88bfb431f8f7d6f24b75b (commit)
via 829b1b253e96b4e26b6d8dd5a128dc0a53a30e96 (commit)
via 266b39fc26fff62e63c63f7f6bc8c92dfbc3f91a (commit)
via 93bfe3e27c42a60a3e6fa24278734e73d7386307 (commit)
from fc0a973d70fdda2379be10832f779b0a14fc3e89 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 99fbddf9a623757e39d88bfb431f8f7d6f24b75b
Author: Ludovic Courtès <address@hidden>
Date: Mon Feb 10 23:30:09 2014 +0100
store: Change 'export-paths' to always export in topological order.
* guix/store.scm (export-paths): Pass PATHS through
'topologically-sorted' before iterating.
* tests/store.scm ("export/import paths, ensure topological order"): New
test.
commit 829b1b253e96b4e26b6d8dd5a128dc0a53a30e96
Author: John Darrington <address@hidden>
Date: Mon Feb 10 21:35:31 2014 +0100
gnu: lout: Change docdir from "doc" to "share/doc"
* gnu/packages/lout.scm (lout):
Change docdir from "doc" to "share/doc".
Signed-off-by: Ludovic Courtès <address@hidden>
commit 266b39fc26fff62e63c63f7f6bc8c92dfbc3f91a
Author: Sree Harsha Totakura <address@hidden>
Date: Fri Jan 31 00:33:36 2014 +0100
gnu: Add GNUnet.
* gnunet/packages/gnunet.scm (gnunet): New variable.
* gnu/package/patches/gnunet-fix-scheduler.patch: New file.
* gnu/package/patches/gnunet-fix-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the above two patch files.
Co-authored-by: Andreas Enge <address@hidden>
Signed-off-by: Ludovic Courtès <address@hidden>
commit 93bfe3e27c42a60a3e6fa24278734e73d7386307
Author: Ludovic Courtès <address@hidden>
Date: Mon Feb 10 23:00:37 2014 +0100
gnu: gstreamer 1.0.10: Temporarily disable tests.
* gnu/packages/gstreamer.scm (gstreamer): Add 'arguments' field.
-----------------------------------------------------------------------
Summary of changes:
gnu-system.am | 2 +
gnu/packages/gnunet.scm | 69 +++++++++++++++++++++++
gnu/packages/gstreamer.scm | 7 ++-
gnu/packages/lout.scm | 8 +-
gnu/packages/patches/gnunet-fix-scheduler.patch | 13 ++++
gnu/packages/patches/gnunet-fix-tests.patch | 46 +++++++++++++++
guix/store.scm | 6 +-
tests/store.scm | 19 ++++++
8 files changed, 161 insertions(+), 9 deletions(-)
create mode 100644 gnu/packages/patches/gnunet-fix-scheduler.patch
create mode 100644 gnu/packages/patches/gnunet-fix-tests.patch
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.5-236-g99fbddf,
Ludovic Courtès <=