~ruther/guix-local

4c4d4df3 — Tobias Geerinckx-Rice 9 years ago
gnu: python-texttable: Update to 0.8.7.

* gnu/packages/python.scm (python-texttable): Update to 0.8.7.
d5c183d1 — Tobias Geerinckx-Rice 9 years ago
gnu: python-feedgenerator: Update to 1.9.

* gnu/packages/python.scm (python-feedgenerator): Update to 1.9.
d25bee26 — Tobias Geerinckx-Rice 9 years ago
gnu: python-wrapt: Update to 1.10.8.

* gnu/packages/python.scm (python-wrapt): Update to 1.10.8.
[source]: Use pypi-uri.
b9463fdb — Tobias Geerinckx-Rice 9 years ago
gnu: python-py: Update to 1.4.32.

* gnu/packages/python.scm (python-py): Update to 1.4.32.
5095bc7d — Tobias Geerinckx-Rice 9 years ago
gnu: python-sphinx-cloud-sptheme: Update to 1.8.0.

* gnu/packages/python.scm (python-sphinx-cloud-sptheme): Update to 1.8.0.
9e59478f — Tobias Geerinckx-Rice 9 years ago
gnu: python-wcwidth: Update to 0.1.7.

* gnu/packages/python.scm (python-wcwidth): Update to 0.1.7.
[source]: Use pypi-uri.
4ffbe8c6 — Tobias Geerinckx-Rice 9 years ago
gnu: python-markdown: Update to 2.6.8.

* gnu/packages/python.scm (python-markdown): Update to 2.6.8.
2d431b01 — Tobias Geerinckx-Rice 9 years ago
gnu: dns: Return #t instead of something undefined.

* gnu/packages/dns.scm (yadifa, knot)[arguments]: Return #t after calling
‘substitute*’.
(knot)[source]: Return #t after calling ‘delete-file-recursively’.
7dbd75b3 — Ludovic Courtès 9 years ago
file-systems: Add missing docstring.

* gnu/system/file-systems.scm (file-system-type-predicate): Add
docstring.
278d486b — Ludovic Courtès 9 years ago
file-systems: Do not use (gnu packages …).

Fixes a regression introduced in
7208995426714c9fc3ad59cadc3cc0f52df0f018 whereby (gnu system
file-systems) would pull in (gnu packages …) module, which in turn
breaks when importing things like (gnu build shepherd).

* gnu/system/file-systems.scm (file-system-type-predicate): Export.
(file-system-packages): Move to...
* gnu/system/linux-initrd.scm (file-system-packages): ... here.  Add
docstring.
* gnu/services/base.scm: Use it.
* tests/file-systems.scm ("does not pull (gnu packages …)"): New test.
4f7a9e0b — Efraim Flashner 9 years ago
gnu: vapoursynth: Update to 37.

* gnu/packages/video.scm (vapoursynth): Update to 37.
60092c18 — Efraim Flashner 9 years ago
gnu: zimg: Update to 2.5.

* gnu/packages/image.scm (zimg): Update to 2.5.
36f666c6 — Clément Lassieur 9 years ago
tests: ssh: Add a test for SFTP.

* gnu/tests/ssh.scm (run-ssh-test): Introduce "SFTP file writing and reading".
Make 'sftp?' a keyword parameter.
(%test-openssh): Pass #:sftp? #t to 'run-ssh-test'.
cfaf4d11 — Clément Lassieur 9 years ago
tests: ssh: Abstract session connection and authentication.

* gnu/tests/ssh.scm (run-ssh-test): Introduce make-session-for-test,
call-with-connected-session and call-with-connected-session/auth.
(run-ssh-test)["connect"]: Rename to "shell command".  Abstract its session
connection and authentication work into the above three functions.
12723370 — Clément Lassieur 9 years ago
services: openssh: Add 'subsystems' option.

* gnu/services/ssh.scm (openssh-config-file): Add it.
(<openssh-configuration>)[subsystems]: Add it.
* doc/guix.texi (Networking Services): Document it.
4ca3e9b7 — Clément Lassieur 9 years ago
services: openssh: Cosmetic changes.

* gnu/services/ssh.scm (<openssh-configuration>): Reformat to fit in 80
columns.
a42619e5 — Rodger Fox 9 years ago
gnu: Add lmms.

* gnu/packages/music.scm (lmms): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
0b608ec4 — Arun Isaac 9 years ago
gnu: Add megaglest.

* gnu/packages/games.scm (megaglest): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
fb731c92 — Arun Isaac 9 years ago
gnu: Add megaglest-data.

* gnu/packages/games.scm (megaglest-data): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8ea71f20 — Efraim Flashner 9 years ago
gnu: ots: Use 'modify-phases' syntax.

* gnu/packages/ots.scm (ots)[arguments]: Use 'modify-phases' syntax.
Next