guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (fc9ff91 -> bf76d98)


From: Mark H. Weaver
Subject: branch core-updates updated (fc9ff91 -> bf76d98)
Date: Sun, 21 Jun 2015 18:33:32 +0000

mhw pushed a change to branch core-updates
in repository guix.

      from  fc9ff91   gnu: jemalloc: Build with gcc-4.8 on i686.
      adds  b22755b   gnu: Add Raul.
      adds  020f3e4   gexp: 'local-file' now defaults to non-recursive.
      adds  69792b2   store: Memoize 'add-to-store' based on the result of 
'lstat', not 'stat'.
      adds  7833db1   gexp: 'local-file' canonicalizes its file argument.
      adds  14a983c   emacs: Add completions for 'edit' and 'size' commands.
      adds  5fd77f3   gnu: Make 'mount' interface in static Guile consistent 
with Guix API.
      adds  727636a   gnu: Add control group file systems.
      adds  9942e80   gnu: Add ruby 2.1.6
      adds  d0abf82   gnu: Add libstdc++ as a standalone package.
      adds  ef11ac8   gnu: clang: Add search path specifications.
      adds  fd6ae1b   gnu: clang: Allow 'clang' to link executables.
      adds  94585e8   gnu: clang: Build without debugging symbols.
      adds  22a6ad6   gnu: totem-pl-parser: Move glib, gmime, and libxml2 to 
propagated-inputs.
      adds  4d6d828   gnu: totem-pl-parser: Add gobject-introspection support.
      adds  4078385   gnu: ffmpeg: Update to 2.7.1.
      adds  12b04cb   gnu: Add fasttree.
       new  bf76d98   Merge branch 'master' into core-updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 emacs/guix-pcomplete.el                           |    5 +-
 gnu-system.am                                     |    1 +
 gnu/build/file-systems.scm                        |    9 +--
 gnu/packages/audio.scm                            |   27 +++++++++
 gnu/packages/bioinformatics.scm                   |   59 +++++++++++++++++++++
 gnu/packages/commencement.scm                     |    1 +
 gnu/packages/gcc.scm                              |   26 +++++++++
 gnu/packages/gnome.scm                            |   10 ++--
 gnu/packages/llvm.scm                             |   51 +++++++++++++++++-
 gnu/packages/patches/clang-libc-search-path.patch |   19 +++++++
 gnu/packages/patches/guile-linux-syscalls.patch   |   22 ++++----
 gnu/packages/ruby.scm                             |   33 ++++++++++++
 gnu/packages/video.scm                            |    4 +-
 gnu/system/file-systems.scm                       |   27 ++++++++--
 guix/gexp.scm                                     |    8 ++-
 guix/store.scm                                    |   11 ++--
 tests/gexp.scm                                    |   23 +++++++-
 17 files changed, 297 insertions(+), 39 deletions(-)
 create mode 100644 gnu/packages/patches/clang-libc-search-path.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]