~ruther/guix-local

324faf82 — Leo Famulari 9 years ago
gnu: neomutt: Don't rewrite the source file-name.

* gnu/packages/mail.scm (neomutt)[file-name]: Remove field.
aa20b004 — nikita 9 years ago
gnu: neomutt: Update to 20170421.

* gnu/packages/mail.scm (neomutt): Update to 20170421.
[native-inputs]: Add 'gettext-minimal'.
[description]: Clarify the state of neomutt as it is now a microfork of mutt.

Signed-off-by: Leo Famulari <leo@famulari.name>
6e75740f — Clément Lassieur 9 years ago
gnu: icecat: Fix GTK 3 file chooser crash.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add a 'wrap-program' phase to
set XDG_DATA_DIRS.
gnu: Add mcomix.

* gnu/packages/image-viewers.scm (mcomix): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
285f63e8 — Ludovic Courtès 9 years ago
store: Support 'ssh://' URIs in 'GUIX_DAEMON_SOCKET'.

This allows 'guix' commands to talk to a remote store over SSH.

* guix/store.scm (connect-to-daemon)[connect]: Call 'resolve-interface'
for unknown URI schemes.
* guix/store/ssh.scm: New file.
* Makefile.am (MODULES): Add it.
* doc/guix.texi (The Store): Document it.  Mark remote access as
experimental.
e5378337 — Ludovic Courtès 9 years ago
ssh: Decompose 'connect-to-remote-daemon'.

* guix/ssh.scm (remote-daemon-channel): New procedure.
(connect-to-remote-daemon): Implement in terms of it.
615c5298 — Ludovic Courtès 9 years ago
ssh: Move 'open-ssh-session' to (guix ssh).

* guix/scripts/copy.scm (%compression, open-ssh-session): Move to...
* guix/ssh.scm: ... here.  Use '&message' conditions instead of calling
'leave'.
ba97e454 — Ludovic Courtès 9 years ago
offload: Avoid using '_' as a 'match' pattern.

* guix/scripts/offload.scm (host-key->type+key, machine-load)
(process-request, guix-offload): Do not use '_' as a 'match' pattern.
3dff90ce — Ludovic Courtès 9 years ago
store: Add support for remote connections via 'guix://' URIs.

* guix/store.scm (open-inet-socket): New procedure.
(connect-to-daemon): Support the 'guix' URI scheme.
* doc/guix.texi (The Store): Document it.
3b5cd17a — Ludovic Courtès 9 years ago
store: Add 'system-error-to-connection-error' macro.

* guix/store.scm (system-error-to-connection-error): New macro.
(open-unix-domain-socket): Use it instead of 'catch'.
1397b422 — Ludovic Courtès 9 years ago
store: 'GUIX_DAEMON_SOCKET' can now be a URI.

* guix/store.scm (%daemon-socket-file): Rename to...
(%daemon-socket-uri): ... this.
(connect-to-daemon): New procedure.
(open-connection): Rename 'file' to 'uri'.  Use 'connect-to-daemon'
instead of 'open-unix-domain-socket'.
* guix/tests.scm (open-connection-for-tests): Rename 'file' to 'uri'.
* tests/guix-build.sh: Add tests.
* tests/store.scm ("open-connection with file:// URI"): New tests.
031e6087 — Andy Wingo 9 years ago
gnu: guile: Update to 2.2.2.

* gnu/packages/guile.scm (guile-2.2): Update to 2.2.2.
1aa78816 — Marius Bakke 9 years ago
gnu: imlib2: Update to 1.4.10.

* gnu/packages/image.scm (imlib2): Update to 1.4.10.
b5ceea9f — Marius Bakke 9 years ago
gnu: sdl-gfx: Update to 2.0.26.

* gnu/packages/sdl.scm (sdl-gfx): Update to 2.0.26.
80420acb — Marius Bakke 9 years ago
gnu: portaudio: Update to 190600.20161030.

* gnu/packages/audio.scm (portaudio): Update to 190600.20161030.
* gnu/packages/patches/portaudio-audacity-compat.patch: Adjust line endings.
eb3574fb — Marius Bakke 9 years ago
gnu: soxr: Update to 0.1.2.

* gnu/packages/audio.scm (soxr): Update to 0.1.2.
833df99d — Marius Bakke 9 years ago
gnu: python-pyopenssl: Update to 17.0.0.

* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.0.0.
[native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
* gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Adjust.
a7d12a9e — Ben Woodcroft 9 years ago
gnu: proteinortho: Update to 5.16.

* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16.
37199768 — Ben Woodcroft 9 years ago
gnu: diamond: Update to 0.8.38.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.38.
8a6f168c — Tobias Geerinckx-Rice 9 years ago
gnu: miniupnpc: Use @dfn mark-up.

gnu/packages/upnp.scm (miniupnpc)[description]: Use @dfn.
Next