guix-commits
[Top][All Lists]
Advanced

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

branch master updated (fc3f149 -> e2332de)


From: guix-commits
Subject: branch master updated (fc3f149 -> e2332de)
Date: Thu, 4 Jul 2019 12:05:17 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  fc3f149   gnu: Add sbcl-dexador.
       new  2ca4103   gexp: Add 'lower-gexp' and express 'gexp->derivation' in 
terms of it.
       new  92a4087   Add (guix repl).
       new  d0ffa32   inferior: Add 'read-repl-response'.
       new  9d8ab80   Add (guix remote).
       new  b9fcf0c   pack: 'docker' backend records the profile's search paths.
       new  dea6293   pack: 'squashfs' backend records the profile's search 
paths.
       new  fb236fd   gnu: Add python-notify2, python2-notify2.
       new  dd85eca   gnu: Add python2-pyroute2.
       new  6609ebe   gnu: Add python2-zeroconf.
       new  e2332de   gnu: Add pulseaudio-dlna.

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:
 Makefile.am                 |   2 +
 gnu/packages/pulseaudio.scm |  58 +++++++++++
 gnu/packages/python-xyz.scm |  99 ++++++++++++++++++
 gnu/tests/docker.scm        |  18 ++--
 gnu/tests/singularity.scm   |  18 +++-
 guix/docker.scm             |  17 +++-
 guix/gexp.scm               | 240 +++++++++++++++++++++++++++++++++-----------
 guix/inferior.scm           |   9 +-
 guix/remote.scm             | 134 +++++++++++++++++++++++++
 guix/repl.scm               |  86 ++++++++++++++++
 guix/scripts/pack.scm       |  64 +++++++++++-
 guix/scripts/repl.scm       |  56 +----------
 tests/gexp.scm              |  37 +++++++
 13 files changed, 708 insertions(+), 130 deletions(-)
 create mode 100644 guix/remote.scm
 create mode 100644 guix/repl.scm



reply via email to

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