Skip to content
Snippets Groups Projects
  1. Feb 14, 2020
    • Marius Bakke's avatar
      guix build: Add '--manifest' option. · 11415d35
      Marius Bakke authored
      * guix/scripts/build.scm (show-help): Document --manifest argument.
      (options->things-to-build): When given a manifest, evaluate all the entries.
      * tests/guix-build.sh: Add test for --manifest.
      * doc/guix.texi (Additional Build Options): Mention --manifest.
      * etc/completion/bash/guix: Complete file name if 'guix build' argument is
      -m.
      11415d35
  2. Feb 07, 2020
  3. Feb 05, 2020
  4. Feb 04, 2020
  5. Feb 01, 2020
    • Maxim Cournoyer's avatar
      gnu: Add earlyoom-service-type. · d3e439e3
      Maxim Cournoyer authored
      * gnu/services/linux.scm: New file.
      * tests/services/linux.scm: Add test.
      * Makefile.am (SCM_TESTS): Register test.
      * doc/guix.texi (Linux Services): Add a new section and document the new
      service and its configuration.
      d3e439e3
  6. Jan 28, 2020
  7. Jan 25, 2020
  8. Jan 21, 2020
    • Ludovic Courtès's avatar
      services: sane: Create the "scanner" account. · b2f948be
      Ludovic Courtès authored
      * gnu/services/desktop.scm (%sane-accounts, sane-service-type): New
      variables.
      (%desktop-services): Use SANE-SERVICE-TYPE instead of 'simple-service'.
      * doc/guix.texi (Desktop Services): Document 'sane-service-type'.
      b2f948be
  9. Jan 20, 2020
  10. Jan 19, 2020
    • Ludovic Courtès's avatar
      repl: Add "-q". · a9f4a7ee
      Ludovic Courtès authored
      * guix/scripts/repl.scm (%options, show-help): Add "-q".
      (guix-repl): Add 'user-config' and use it.  Honor 'ignore-dot-guile?'.
      a9f4a7ee
    • Tobias Geerinckx-Rice's avatar
      Use HTTPS for www.emacswiki.org. · c2c73f58
      Tobias Geerinckx-Rice authored
      * doc/contributing.texi (The Perfect Setup): Use HTTPS for ParEdit wiki page.
      * gnu/packages/emacs-xyz.scm (emacs-wget, emacs-iedit)[home-page]: Use HTTPS.
      (emacs-transpose-frame)[source]: Likewise.
      c2c73f58
  11. Jan 17, 2020
  12. Jan 16, 2020
  13. Jan 11, 2020
  14. Jan 10, 2020
  15. Jan 09, 2020
  16. Jan 08, 2020
    • Ricardo Wurmus's avatar
      services: nfs: Add nfs-service-type. · 907eeac2
      Ricardo Wurmus authored
      * gnu/services/nfs.scm (<nfs-configuration>): New record.
      (nfs-configuration, nfs-configuration?, nfs-configuration-nfs-utils,
      nfs-configuration-nfs-version, nfs-configuration-exports,
      nfs-configuration-rpcmountd-port, nfs-configuration-rpcstatd-port,
      nfs-configuration-rpcbind, nfs-configuration-idmap-domain,
      nfs-configuration-nfsd-port, nfs-configuration-nfsd-threads,
      nfs-configuration-pipefs-directory, nfs-configuration-debug,
      nfs-shepherd-services): New procedures.
      (nfs-service-type): New variable.
      * doc/guix.texi (Network File System): Document it.
      * gnu/tests/nfs.scm (%test-nfs-server): New variable.
      (%base-os): Use default value of rpcbind-service-type.
      907eeac2
    • Ricardo Wurmus's avatar
      services: nfs: Add verbosity control to idmap-service-type. · 2a23942e
      Ricardo Wurmus authored
      * gnu/services/nfs.scm (<idmap-configuration>)[verbosity]: New field.
      (idmap-configuration-verbosity): New procedure.
      (idmap-service-type): Use it.
      * doc/guix.texi (Network File System): Document it.
      2a23942e
    • Oleg Pykhalov's avatar
      services: Add pulseaudio service. · a66ee82a
      Oleg Pykhalov authored
      * gnu/services/sound.scm (pulseaudio-environment): New procedure.
      (pulseaudio-service-type): New variable.
      * doc/guix.texi (Sound Services): Document it.
      a66ee82a
  17. Jan 07, 2020
  18. Jan 05, 2020
  19. Dec 30, 2019
  20. Dec 27, 2019
  21. Dec 21, 2019
    • Ludovic Courtès's avatar
      services: Add Mumi service. · 6ee87461
      Ludovic Courtès authored
      * gnu/services/web.scm (%mumi-activation, %mumi-accounts): New variables.
      (mumi-shepherd-services): New procedure.
      (mumi-service-type): New variable.
      * doc/guix.texi (Web Services): Document it.
      6ee87461
Loading