~ruther/guix-local

c3812c43 — Tobias Geerinckx-Rice 8 years ago
gnu: sudo: Update to 1.8.22.

* gnu/packages/admin.scm (sudo): 1.8.22.
70260b33 — Tobias Geerinckx-Rice 8 years ago
gnu: slurm: Add detailed licence information.

* gnu/packages/parallel.scm (slurm)[license]: Add more licences.
91257587 — Tobias Geerinckx-Rice 8 years ago
gnu: slurm: Use HTTPS for home page.

* gnu/packages/parallel.scm (slurm)[home-page]: Use HTTPS.
4ff22ec3 — Tobias Geerinckx-Rice 8 years ago
gnu: slurm: Update to 17.11.2.

* gnu/packages/parallel.scm (slurm): Update to 17.11.2.
[source]: Replace patch with less fragile SUBSTITUTE* in a snippet.
[arguments]: Rename ‘autogen’ phase to ‘autoconf’.  Use INVOKE.
* gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
5d5ad3da — Tobias Geerinckx-Rice 8 years ago
gnu: Add sl.

* gnu/packages/toys.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
af60a200 — Tobias Geerinckx-Rice 8 years ago
gnu: vim: Update to 8.0.1428.

* gnu/packages/vim.scm (vim): Update to 8.0.1428.
[arguments]: Add ‘patch-failing-test’ phase.
b87bf3bb — Tobias Geerinckx-Rice 8 years ago
gnu: lxterminal: Update to 0.3.1.

* gnu/packages/lxde.scm (lxterminal): Update to 0.3.1.
[source]: Remove patch for fixed CVE.
[arguments]: No longer skip test suite which appear to be fixed.
* gnu/packages/patches/lxterminal-CVE-2016-10369.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
08a1e906 — Tobias Geerinckx-Rice 8 years ago
gnu: glib: Remove duplicate module import.

* gnu/packages/glib.scm (define-module): Remove duplicate ‘#:use-module
(guix packages xml)’.  Order remaining module imports alphabetically.
7ed6343f — Tobias Geerinckx-Rice 8 years ago
gnu: package-management: Prefix licenses.

* gnu/packages/package-management.scm (define-module): Import
(guix licenses) with #:prefix instead of #:select.
Adjust all callers.
37756a13 — Tobias Geerinckx-Rice 8 years ago
gnu: package-management: Alphabetise module imports.

* gnu/packages/package-management.scm (define-module): Order module
imports alphabetically.
f1fac6b8 — Tobias Geerinckx-Rice 8 years ago
gnu: rlwrap: Update to 0.43.

* gnu/packages/readline.scm (rlwrap): Update to 0.43.
[source, home-page]: Use new upstream URI.
d86db8d5 — Leo Famulari 8 years ago
nls: Update 'hu' translation.
67441b9a — Ludovic Courtès 8 years ago
doc: Suggest running guix-daemon with 'sudo -E'.

Suggested by Martin H. <maze@strahlungsfrei.de>.

* doc/contributing.texi (Running Guix Before It Is Installed): Suggest
'sudo -E'.
gnu: mlmmj: Update to 1.3.0.

* gnu/packages/mail.scm (mlmmj): Update to 1.3.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
1657fbc9 — Rutger Helling 8 years ago
gnu: xpra: Update to 2.2.2.

* gnu/packages/xorg.scm (xpra): Update to 2.2.2.
6c162d0e — Tobias Geerinckx-Rice 8 years ago
gnu: sxiv: Update to 24.

* gnu/packages/image-viewers.scm (sxiv): Update to 24.
[inputs]: Add freetype and libxft.
[arguments]: Pass freetype header location in #:make-flags.  Be verbose.
ba491912 — Danny Milosavljevic 8 years ago
docs: Fix typo in qemu-binfmt example.

* doc/guix.texi (Virtualization Services): Document 'guix-support?' properly.
d067e4ba — Christopher Baines 8 years ago
gnu: services: web: Add service for httpd.

* 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.
d9b53081 — Christopher Baines 8 years ago
gnu: tests: web: Generalise the nginx test.

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.
9b811f69 — Efraim Flashner 8 years ago
gnu: bullet: Update to 2.87.

* gnu/packages/game-development.scm (bullet): Update to 2.87.
[home-page]: Update to new home-page.
Next