Skip to content
Snippets Groups Projects
  1. Jul 12, 2014
  2. Jul 11, 2014
    • Ludovic Courtès's avatar
      doc: Start writing about services. · ef5dd60a
      Ludovic Courtès authored
      * doc/guix.texi (Using the Configuration System): Remove details about
        '%base-services', and link to "Services".
        (Services): Add introductory text.
        (Base Services, Networking Services, X Window): New nodes.
      ef5dd60a
    • Ludovic Courtès's avatar
      services: Use more Texinfo markup in docstrings. · 51da7ca0
      Ludovic Courtès authored
      * gnu/services/base.scm (host-name-service): Use Texinfo markup.
        (mingetty-service): Comment on #:allow-empty-passwords?.  Improve
        markup.
        (syslog-service, guix-service): Use Texinfo markup.
      * gnu/services/networking.scm (static-networking-service): Likewise.
      * gnu/services/xorg.scm (slim-service): Likewise.
      51da7ca0
    • Ludovic Courtès's avatar
      system: Allow root to use 'groupadd' & co. without authenticating. · da417ffe
      Ludovic Courtès authored
      This fixes a bug whereby, if #:allow-root-passwords was #f, 'groupadd'
      would ask for a password.  This is particularly problematic during
      activation.
      
      * gnu/system/linux.scm (rootok-pam-service): New procedure.
        (base-pam-services): Use it for all the user* and group* commands.
      da417ffe
    • Ludovic Courtès's avatar
      packages: Add printer for <origin>. · f1096964
      Ludovic Courtès authored
      * guix/packages.scm (print-origin): New procedure.
        (<origin>): Add it as record type printer.
      f1096964
    • Eric Bavier's avatar
      gnu: texlive: Upgrade to 2014. · 42e1394b
      Eric Bavier authored
      * gnu/packages/texlive.scm (texlive-extra-src, texlive-texmf-src,
        texlive): Upgrade to 2014.
        (texlive)[arguments]: Remove 'patch-perl-shebang' phase.
      42e1394b
    • David Thompson's avatar
      gnu: Add fish. · 361046f7
      David Thompson authored
      * gnu/packages/fish.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
      361046f7
  3. Jul 10, 2014
  4. Jul 09, 2014
  5. Jul 08, 2014
  6. Jul 07, 2014
    • Ludovic Courtès's avatar
      services: Update to use the dmd 0.2 API. · 1c6b445b
      Ludovic Courtès authored
      * gnu/services/avahi.scm (avahi-service)[start]: Wrap command in a
        list.
      * gnu/services/dbus.scm (dbus-service)[start]: Likewise.
      * gnu/services/ssh.scm (lsh-service): Likewise.
      * gnu/services/base.scm (mingetty-service)[start]: Likewise.
        (nscd-service)[start]: Likewise.
        (syslog-service)[start]: Likewise.
        (guix-service)[start]: Likewise.
        (udev-service)[start]: Use 'exec-command' instead of 'execl'.
      * gnu/services/xorg.scm (slim-service)[start]: Likewise, and use
        #:environment-variables.
      1c6b445b
    • Ludovic Courtès's avatar
      gnu: dmd: Update to 0.2. · b3342b54
      Ludovic Courtès authored
      * gnu/packages/admin.scm (dmd): Update to 0.2; remove 'patches'.
      * gnu/packages/patches/dmd-getpw.patch,
        gnu/packages/patches/dmd-tests-longer-sleeps.patch: Remove.
      * gnu-system.am (dist_patch_DATA): Adjust accordingly.
      b3342b54
    • Ludovic Courtès's avatar
      gnu: linux-libre: Use the GNU + Freedo boot logo. · ac47a7c2
      Ludovic Courtès authored
      * gnu/packages/linux.scm (%boot-logo-patch): New variable.
        (linux-libre)[build-phase]: Apply it.
        [native-inputs]: Add it.
      ac47a7c2
    • Mark H Weaver's avatar
      gnu: bitlbee: Upgrade to 3.2.2. · fa40e4d4
      Mark H Weaver authored
      * gnu/packages/messaging.scm (bitlbee): Upgrade to 3.2.2.  Remove patches.
        Use 'libotr' instead of 'libotr-3'.
      * gnu/packages/patches/bitlbee-fix-tests.patch: Remove file.
      * gnu/packages/patches/bitlbee-memset-fix.patch: Remove file.
      * gnu-system.am (dist_patch_DATA): Remove patches.
      fa40e4d4
  7. Jul 06, 2014
  8. Jul 05, 2014
Loading