guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (9a224ac -> 2a8d440)


From: Ludovic Courtès
Subject: branch core-updates updated (9a224ac -> 2a8d440)
Date: Sat, 27 Dec 2014 22:54:52 +0000

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

      from  9a224ac   gnu: Use patch --force instead of --batch.
       new  856ae5e   build-system/gnu: Strip with '--strip-all' instead of 
'--strip-debug'.
       new  af07095   packages: Add 'file-type' field to 
'search-path-specification'.
       new  7ec02d3   build-support/gnu: Add support for file patterns in 
search paths.
       new  7b21fe5   packages: Add 'file-pattern' field to 
'search-path-specification'.
       new  bd2fc4d   utils: Export 'search-path-as-list'.
       new  cc9a5c1   guix package: Use 'search-path-as-list' instead of custom 
code.
       new  2a8d440   gnu: libxml2: Add search path specification.

The 7 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:
 gnu/packages/autotools.scm      |    2 +-
 gnu/packages/bootstrap.scm      |    4 +-
 gnu/packages/cross-base.scm     |    4 +-
 gnu/packages/games.scm          |    2 +-
 gnu/packages/gcc.scm            |    4 +-
 gnu/packages/glib.scm           |    4 +-
 gnu/packages/gnome.scm          |   11 ----------
 gnu/packages/gps.scm            |   12 +----------
 gnu/packages/guile.scm          |    6 ++--
 gnu/packages/linux.scm          |    5 ++++
 gnu/packages/man.scm            |    2 +-
 gnu/packages/perl.scm           |    2 +-
 gnu/packages/pkg-config.scm     |    3 +-
 gnu/packages/python.scm         |    4 +-
 gnu/packages/ruby.scm           |    7 ++---
 gnu/packages/web.scm            |   11 +---------
 gnu/packages/xfce.scm           |    2 +-
 gnu/packages/xml.scm            |   12 +++++++++++
 guix/build-system/gnu.scm       |    2 +-
 guix/build/gnu-build-system.scm |   12 ++++++----
 guix/build/utils.scm            |   41 +++++++++++++++++++++++++++++++-------
 guix/packages.scm               |   16 +++++++++-----
 guix/scripts/environment.scm    |    8 ++----
 guix/scripts/package.scm        |   23 +++++++++++----------
 tests/packages.scm              |    4 +-
 25 files changed, 109 insertions(+), 94 deletions(-)



reply via email to

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