Skip to content
Snippets Groups Projects
  1. Jan 19, 2018
  2. Jan 18, 2018
  3. Jan 17, 2018
    • Ludovic Courtès's avatar
      doc: Suggest running guix-daemon with 'sudo -E'. · 67441b9a
      Ludovic Courtès authored
      Suggested by Martin H. <maze@strahlungsfrei.de>.
      
      * doc/contributing.texi (Running Guix Before It Is Installed): Suggest
      'sudo -E'.
      67441b9a
    • nikita's avatar
      gnu: mlmmj: Update to 1.3.0. · 28b48c87
      nikita authored
      
      * gnu/packages/mail.scm (mlmmj): Update to 1.3.0.
      
      Signed-off-by: default avatarLeo Famulari <leo@famulari.name>
      28b48c87
    • Rutger Helling's avatar
      gnu: xpra: Update to 2.2.2. · 1657fbc9
      Rutger Helling authored
      * gnu/packages/xorg.scm (xpra): Update to 2.2.2.
      1657fbc9
    • Tobias Geerinckx-Rice's avatar
      gnu: sxiv: Update to 24. · 6c162d0e
      Tobias Geerinckx-Rice authored
      * gnu/packages/image-viewers.scm (sxiv): Update to 24.
      [inputs]: Add freetype and libxft.
      [arguments]: Pass freetype header location in #:make-flags.  Be verbose.
      6c162d0e
    • Danny Milosavljevic's avatar
      docs: Fix typo in qemu-binfmt example. · ba491912
      Danny Milosavljevic authored
      * doc/guix.texi (Virtualization Services): Document 'guix-support?' properly.
      ba491912
    • Christopher Baines's avatar
      gnu: services: web: Add service for httpd. · d067e4ba
      Christopher Baines authored
      * gnu/services/web.scm (<httpd-module>,
        <httpd-config-file>, <httpd-virtualhost>
        <httpd-configuration>): New record types.
        (%default-httpd-modules, %httpd-accounts,
        httpd-service-type): New variables.
        (httpd-shepherd-services, httpd-activation,
        httpd-process-extensions): New procedures.
      * gnu/tests/web.scm (run-httpd-test): New procedure.
        (%httpd-os, %tests-httpd): New variables.
      * doc/guix.texi (Web Services): Document the Apache HTTP Server.
      d067e4ba
    • Christopher Baines's avatar
      gnu: tests: web: Generalise the nginx test. · d9b53081
      Christopher Baines authored
      So that it can also be used for other web servers.
      
      * gnu/tests/web.scm (%index.html-contents): Change nginx to guix.
        (%make-http-root): Move the index.html file from /srv to /srv/http.
        (%nginx-servers): Remove the setting of root.
        (run-nginx-test, run-webserver-test): Rename run-nginx-test to
        run-webserver-test and generalise its behaviour
        (%test-nginx): Change to use run-webserver-test, rather than run-nginx-test.
      d9b53081
Loading