guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.3-233-g9fcc355


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.3-233-g9fcc355
Date: Tue, 24 Sep 2013 21:40:56 +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  9fcc355529838f86f963dbdd7e47c0308df95a29 (commit)
       via  30f25b033c7fbcdcc7050b1655fc832252255c7e (commit)
       via  2d195e677562f34e00137561911a5b84796059f6 (commit)
       via  923206f79b2e3e1b7c4afbf03aae9c6b4f715d3e (commit)
       via  9d3c4daed35b3393ea06e168ab669813a3278b60 (commit)
      from  2365338b18b54a911c77d50925b63b42479960e8 (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 9fcc355529838f86f963dbdd7e47c0308df95a29
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 24 23:15:09 2013 +0200

    gnu: vm: Add a service for the Guix daemon.
    
    * gnu/system/dmd.scm (guix-service): New procedure.
    * gnu/system/vm.scm (system-qemu-image): Use it.

commit 30f25b033c7fbcdcc7050b1655fc832252255c7e
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 24 22:40:33 2013 +0200

    gnu: vm: Initialize the image's store.
    
    * gnu/system/vm.scm (qemu-image): Add 'initialize-store?' keyword
      parameter.  Use 'guix-register' when INITIALIZE-STORE? is true.
      (system-qemu-image): Pass #:initialize-store? #t.

commit 2d195e677562f34e00137561911a5b84796059f6
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 24 22:37:51 2013 +0200

    gnu: guix: Set $localstatedir; add gzip as input.
    
    * gnu/packages/package-management.scm (guix): Add "--localstatedir=/var".
      Add GZIP as an explicit input, to avoid referring to the final gzip.

commit 923206f79b2e3e1b7c4afbf03aae9c6b4f715d3e
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 24 22:33:02 2013 +0200

    guix-register: Allow the initial directory creation to proceed.
    
    This fixes a bug whereby 'guix-register' would bail out when trying to
    create NIX_STORE_DIR/.links when NIX_STORE_DIR is read-only.
    
    * nix/guix-register/guix-register.cc (parse_opt): Initialize
      'settings.nixStore' to PREFIX + NIX_STORE_DIR.
      (main): Change 'settings.nixStore' once the 'LocalStore' has been
      instantiated.

commit 9d3c4daed35b3393ea06e168ab669813a3278b60
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 24 18:06:08 2013 +0200

    gnu: racket: Add dependency on GTK+.
    
    * gnu/packages/scheme.scm (racket): Add dependency on GTK+ and
      gdk-pixbuf.

-----------------------------------------------------------------------

Summary of changes:
 gnu/packages/package-management.scm |   16 +++++++++++++++-
 gnu/packages/scheme.scm             |   20 +++++++++++++-------
 gnu/system/dmd.scm                  |   14 ++++++++++++++
 gnu/system/vm.scm                   |   26 +++++++++++++++++++++++---
 nix/guix-register/guix-register.cc  |   10 +++++++++-
 5 files changed, 74 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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