Skip to content
Snippets Groups Projects
  1. Nov 03, 2015
  2. Nov 02, 2015
    • Ludovic Courtès's avatar
      import: gnu: Update to the (guix upstream) API. · 3195e19d
      Ludovic Courtès authored
      This is a followup to 0a7c5a09.
      
      * guix/import/gnu.scm (preferred-archive-type): Use
        'upstream-source-archive-types' instead of 'gnu-release-archive-types'.
        (gnu-package->sexp): Use 'upstream-source-urls' et al.  Update call to
        'download-tarball'.
        (gnu->guix-package): Use <upstream-source> instead of <gnu-release>.
      * guix/upstream.scm (upstream-source-archive-types): Export.
      3195e19d
    • Ludovic Courtès's avatar
      tests: Set 'SHELL' for 'guix environment'. · b485f756
      Ludovic Courtès authored
      * tests/guix-environment.sh: Export 'SHELL'.
      b485f756
    • Ludovic Courtès's avatar
      guix system: Always build grub.cfg for 'init' and 'reconfigure'. · a7043618
      Ludovic Courtès authored
      Fixes <http://bugs.gnu.org/21068
      
      >.
      Reported by Germano Gabbianelli <tyrion.mx@gmail.com>
      and Mark H Weaver <mhw@netris.org>.
      
      * guix/scripts/system.scm (perform-action): Always add GRUB.CFG to DRVS
        for 'init' and 'reconfigure'.
      
      Co-authored-by: default avatarMark H Weaver <mhw@netris.org>
      a7043618
    • Ludovic Courtès's avatar
      services: udisks: Add UDisks to the system profile. · beca0807
      Ludovic Courtès authored
      * gnu/services/desktop.scm (udisks-service-type): Extend
        PROFILE-SERVICE-TYPE.
      beca0807
    • Ludovic Courtès's avatar
      services: avahi: Add Avahi to the system profile. · 1065bed9
      Ludovic Courtès authored
      * gnu/services/avahi.scm (avahi-service-type): Extend
        PROFILE-SERVICE-TYPE.
        (avahi-service): Adjust docstring.
      * doc/guix.texi (Networking Services): Adjust accordingly.
      * gnu/system/examples/desktop.tmpl (packages): Remove AVAHI.
      1065bed9
    • Ludovic Courtès's avatar
      services: slim: Add xterm to the system profile. · e9b82124
      Ludovic Courtès authored
      * gnu/services/xorg.scm (slim-service-type): Extend
        PROFILE-SERVICE-TYPE.
      * gnu/system/examples/desktop.tmpl (packages): Remove XTERM.
      e9b82124
    • Ludovic Courtès's avatar
      services: wicd: Add Wicd to the system profile. · 87f40011
      Ludovic Courtès authored
      * gnu/services/networking.scm (wicd-service-type): Extend
        PROFILE-SERVICE-TYPE.
        (wicd-service): Mention it in docstring.
      * doc/guix.texi (Networking Services): Update documentation
        accordingly.
      * gnu/system/examples/desktop.tmpl (packages): Remove WICD.
      87f40011
    • Ludovic Courtès's avatar
      services: Add 'profile-service-type'. · af4c3fd5
      Ludovic Courtès authored
      * gnu/services.scm (packages->profile-entry): New procedure.
        (profile-service-type): New variable.
      * gnu/system.scm (operating-system-directory-base-entries): Remove
        the "profile" entry.
        (essential-services): Add a PROFILE-SERVICE-TYPE instance.
        (operating-system-profile): Rewrite in terms of 'fold-services'.
      * doc/guix.texi (Service Reference): Add 'profile-service-type'.
      * doc/images/service-graph.dot: Likewise.
      af4c3fd5
    • Ludovic Courtès's avatar
      services: Add 'system-service-type'. · d62e201c
      Ludovic Courtès authored
      * gnu/services.scm (system-derivation): New procedure.
        (system-service-type): New variable.
        (boot-script-entry): New procedure.
        (boot-service-type): Extend SYSTEM-SERVICE-TYPE.
        (etc-entry): New procedure.
        (etc-service-type): Extend SYSTEM-SERVICE-TYPE.
        (fold-services): Change default #:target-type to SYSTEM-SERVICE-TYPE.
      * gnu/system.scm (operating-system-directory-base-entries): New procedure.
        (essential-services): Use it.  Add an instance of
        SYSTEM-SERVICE-TYPE.
        (operating-system-boot-script): Pass #:target-type to 'fold-services'.
        (operating-system-derivation): Rewrite in terms of 'fold-services'.
      * gnu/system/linux-container.scm (system-container): Remove.
        (container-script): Use 'operating-system-derivation'.
      * guix/scripts/system.scm (export-extension-graph): Replace
        BOOT-SERVICE-TYPE by SYSTEM-SERVICE-TYPE.
      * doc/images/service-graph.dot: Add 'system' node and edges.
      * doc/guix.texi (Service Composition): Mention SYSTEM-SERVICE-TYPE.
        (Service Reference): Document it.  Update 'fold-services'
        documentation.
      d62e201c
Loading