Skip to content
Snippets Groups Projects
  1. Jul 05, 2014
  2. Jul 04, 2014
  3. Jul 03, 2014
  4. Jul 02, 2014
  5. Jul 01, 2014
  6. Jun 30, 2014
  7. Jun 29, 2014
  8. Jun 27, 2014
    • Ludovic Courtès's avatar
      doc: Improve wording and example in "Using the Configuration System". · 0918e64a
      Ludovic Courtès authored
      * doc/guix.texi (Using the Configuration System): Make the intro more
        user-oriented.  Change example to return an operating system.  Fix
        typos.  Mention mandatory/optional fields.
      0918e64a
    • Ludovic Courtès's avatar
      gnu: guix: Use the development version by default. · 5d69fb54
      Ludovic Courtès authored
      * gnu/packages/package-management.scm (guix): Rename to...
        (guix-0.6): ... this.
        (guix-devel): Rename to...
        (guix): ... this.  Replace references to 'guix' by references to
        'guix-0.6'.
      5d69fb54
    • Ludovic Courtès's avatar
      gnu: guix: Add development version. · 480af4d6
      Ludovic Courtès authored
      * gnu/packages/package-management.scm (guix-devel): New variable.
      480af4d6
    • Ludovic Courtès's avatar
      git-download: Support recursive clones. · 6750877f
      Ludovic Courtès authored
      * guix/git-download.scm (<git-reference>)[recursive?]: New field.
        (git-fetch): Add 'inputs' variable.  Add it to the #:inputs argument
        of 'build-expression->derivation'.  Augment builder with call to
        'set-path-environment-variable', and pass #:recursive? to
        'git-fetch'.
      * guix/build/git.scm (git-fetch): Add #:recursive? parameter.  Pass
        --recursive when RECURSIVE? is true, and delete all the '.git' files.
      6750877f
    • Ludovic Courtès's avatar
      gnu: Adjust for (gnu packages image) merger. · 20b1d19e
      Ludovic Courtès authored
      * gnu/packages/aidc.scm: Use (gnu packages image).
      20b1d19e
    • Ludovic Courtès's avatar
      system: Add a 'system?' field to user accounts. · 459dd9ea
      Ludovic Courtès authored
      * gnu/system/shadow.scm (<user-account>)[system?]: New field.
      * gnu/system.scm (user-account->gexp): Add it.
      * guix/build/activation.scm (add-user): Add #:system? parameter and
        honor it.
        (activate-users+groups): Handle the 'system?' part of user tuples.
        Pass it to 'add-user'.  Don't create PROFILE-DIR when SYSTEM? is
        true.
      * gnu/services/dbus.scm (dbus-service): Add 'system?' field for
        "messagebus" account.
      * gnu/services/base.scm (guix-build-accounts): Likewise.
      * gnu/services/avahi.scm (avahi-service): Likewise.
      459dd9ea
    • Ludovic Courtès's avatar
      system: Install /var/guix/profiles/system-1-link on new systems. · f2c403ea
      Ludovic Courtès authored
      * guix/build/install.scm (directives): Add /var/guix/profiles/system.
        (populate-root-file-system): Add 'system' parameter.  Create
        /var/guix/profiles/system-1-link.
      * guix/scripts/system.scm (install): Pass OS-DIR to
        'populate-root-file-system'.
      * guix/build/vm.scm (initialize-root-partition): Add #:system-directory
        parameter, and pass it to 'populate-root-file-system'.
        (initialize-hard-disk): Add #:system-directory parameter, and pass it
        to 'initialize-root-partition'.
      * gnu/system/vm.scm (qemu-image): Add #:os-derivation parameter and pass
        it to 'initialize-hard-disk'.
        (system-disk-image, system-qemu-image,
        system-qemu-image/shared-store): Pass #:os-derivation to 'qemu-image.
      f2c403ea
    • John Darrington's avatar
      gnu: Add talkfilters. · dff62423
      John Darrington authored
      * gnu/packages/games.scm (talkfilters): New variable.
      dff62423
    • John Darrington's avatar
      gnu: Add qrencode. · 51d3dcea
      John Darrington authored
      * gnu/packages/aidc.scm (qrencode): New variable.
      51d3dcea
Loading