~ruther/guix-local

4d93ebb3 — Leo Famulari 8 years ago
gnu: Add go-github-com-gobwas-glob.

* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): New variable.
a3a5b012 — Leo Famulari 8 years ago
gnu: Add go-github-com-edsrzf-mmap-go.

* gnu/packages/syncthing.scm (go-github-com-edsrzf-mmap-go): New variable.
ab3e1589 — Leo Famulari 8 years ago
gnu: Add go-github-com-d4l3k-messagediff.

* gnu/packages/syncthing.scm (go-github-com-d4l3k-messagediff): New variable.
1e28085e — Leo Famulari 8 years ago
gnu: Add go-github-com-calmh-xdr.

* gnu/packages/syncthing.scm (go-github-com-calmh-xdr): New variable.
add56f34 — Leo Famulari 8 years ago
gnu: Add go-github-com-calmh-du.

* gnu/packages/syncthing.scm (go-github-com-calmh-du): New variable.
67b46818 — Leo Famulari 8 years ago
gnu: Add go-github-com-bkaradzic-go-lz4.

* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4): New variable.
56a37713 — Leo Famulari 8 years ago
gnu: Add go-github-com-audriusbutkevicius-go-nat-pmp.

* gnu/packages/syncthing.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
91525b48 — Leo Famulari 8 years ago
build: Add the Go build system.

* guix/build-system/go.scm,
guix/build/go-build-system.scm: New files.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document the go-build-system.
b3936f35 — Ricardo Wurmus 8 years ago
gnu: clustal-omega: Update to 1.2.4.

* gnu/packages/bioinformatics.scm (clustal-omega): Update to 1.2.4.
e2491f2b — Ludovic Courtès 8 years ago
gnu: Add trailing slash to 'search.cpan.org' home pages.

* gnu/packages/perl.scm: Add trailing slash to 'search.cpan.org' home
pages.
9f9c36f5 — Ludovic Courtès 8 years ago
gnu: Update home page URLs for Xorg packages.

* gnu/packages/xorg.scm (imake, lndir, libxshmfence)
(xorg-rgb, xinit, xterm): Update 'home-page' following redirects.
61f28fe7 — Ludovic Courtès 8 years ago
lint: 'home-page' checker reports permanent redirects.

* guix/scripts/lint.scm (probe-uri): Add special case for HTTP 301.
(validate-uri): Likewise.
* tests/lint.scm ("home-page: 301, invalid")
("home-page: 301 -> 200", "home-page: 301 -> 404")
("source: 301 -> 200", "source: 301 -> 404"): New tests.
6ea10db9 — Ludovic Courtès 8 years ago
tests: Support multiple HTTP server instances.

* guix/tests/http.scm (%http-server-socket): Turn into...
(open-http-server-socket): ... this procedure.
(http-server-can-listen?): New procedure.
(http-write, %http-server-lock, %http-server-ready)
(http-open, stub-http-server): Move to 'call-with-http-server' body.
(call-with-http-server): Add #:headers parameter.
(with-http-server): Add an additional pattern with headers.
* tests/derivations.scm: Use (http-server-can-listen?) instead
of (force %http-server-socket).
* tests/lint.scm: Likewise.
e3741591 — Efraim Flashner 8 years ago
gnu: python-psycopg2: Update to 2.7.3.1.

* gnu/packages/python.scm (python-psycopg2): Update to 2.7.3.1.
[inputs]: Replace postgresql@9.6 with postgresql.
4e169fc6 — Efraim Flashner 8 years ago
gnu: python-psycopg2: Use postgresql@9.6.

* gnu/packages/python.scm (python-psycopg2)[inputs]: Replace postgresql
with postgresql@9.6.
7658d89b — Efraim Flashner 8 years ago
gnu: Add postgresql@9.6.

* gnu/packages/databases.scm (postgresql@9.6): New variable.
ee8aab1f — Christopher Baines 8 years ago
gnu: Add python-jupyter-console as input to python-ipython.

This fixes running ipython console and ipython3 console, as the
jupyter_console package is missing.

As python-ipython is an input to python-jupyter-console, use a modified
version of the package which doesn't have this input.

* gnu/packages/python.scm (python-jupyter-console-minimal): New variable.
  (python-ipython)[propagated-inputs]: Replace python-jupyter-console with
  python-jupyter-console-minimal.
db314bf4 — Marius Bakke 8 years ago
gnu: wireshark: Minor package improvements.

* gnu/packages/networking.scm (wireshark)[inputs]: Move QTTOOLS ...
[native-inputs]: ... here.
[home-page]: Remove duplicate.
453361b3 — Marius Bakke 8 years ago
gnu: wireshark: Update to 2.4.2.

* gnu/packages/networking.scm (wireshark): Update to 2.4.2.
24384c39 — Marius Bakke 8 years ago
gnu: xorg-server: Update to 1.19.5. [security fixes]

Fixes CVE-2017-{12176..12187}.  See
<https://lists.x.org/archives/xorg-announce/2017-October/002814.html>

* gnu/packages/xorg.scm (xorg-server): Update to 1.19.5.
Next