guix-commits
[Top][All Lists]
Advanced

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

branch master updated (b96909c -> b9da4b9)


From: guix-commits
Subject: branch master updated (b96909c -> b9da4b9)
Date: Tue, 15 Jan 2019 14:24:37 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

      from  b96909c   guix: scons: Fix module reference.
       new  eac7ed1   gnu: Add gauche.
       new  461d6c2   profiling: Add a "gc" profiling component.
       new  465a0d6   guix package: Avoid 'find-newest-available-packages'.
       new  e2a903c   packages: Remove 'find-newest-available-packages'.
       new  ae92782   inferior: Add 'gexp->derivation-in-inferior'.
       new  1d90e9d   discovery: Add 'fold-module-public-variables*'.
       new  5fbdc9a   channels: Compute a package cache and use it.
       new  ee8099f   edit: Use 'specification->location' to read information 
from the cache.
       new  0ea939f   guix package: '--list-available' can use data from the 
cache.
       new  b9da4b9   status: Distinguish 'package-cache' profile hook.

The 10 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.scm         | 259 +++++++++++++++++++++++++++++++++++++++++------
 gnu/packages/scheme.scm  |  81 +++++++++++++++
 guix/channels.scm        |  36 ++++++-
 guix/discovery.scm       |  28 ++++-
 guix/inferior.scm        |  26 +++++
 guix/profiling.scm       |  25 ++++-
 guix/scripts/edit.scm    |  29 ++----
 guix/scripts/package.scm | 104 ++++++++++---------
 guix/scripts/pull.scm    |   1 +
 guix/status.scm          |   2 +
 tests/packages.scm       |  77 ++++++++++++--
 11 files changed, 559 insertions(+), 109 deletions(-)



reply via email to

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