~ruther/guix-local

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.
b1d3e0a9 — Efraim Flashner 9 years ago
gnu: ots: Add download mirror.

* gnu/packages/ots.scm (ots)[source]: Add Debian mirror.
4b0e6367 — Kei Kebreau 9 years ago
gnu: Adjust asciidoc-related build options.

Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and
3078821d1380c26c738be6b5d430c595327d401f make many package inputs and
build configurations related to asciidoc obsolete.

* gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml,
libxml2 and libxslt.
* gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml.
(perf)[inputs]: Remove docbook-xml and libxslt.
* gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt.
* gnu/packages/version-control.scm (cgit)[native-inputs]: Remove
docbook-xml, docbook-xsl, libxml2 and libxslt.
(cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl,
libxml2 and libxslt.
* gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml,
docbook-xsl, libxml2, and libxslt.
(tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and
libxslt.
* gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag.
(i3-wm)[inputs]: Remove docbook-xml.
[native-inputs]: Add libxml2.
ed428a58 — Arun Isaac 9 years ago
gnu: Add swaks.

* gnu/packages/mail.scm (swaks): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
3411937b — Marius Bakke 9 years ago
gnu: git: Update to 2.12.1.

* gnu/packages/version-control.scm (git): Update to 2.12.1.
6330ece9 — humanitiesNerd 9 years ago
gnu: Add perl-ole-storage-lite.

* gnu/packages/perl.scm (perl-ole-storage-lite): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2b9d2df7 — humanitiesNerd 9 years ago
gnu: Add perl-crypt-rc4.

* gnu/pakages/perl.scm (perl-crypt-rc4): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4b9a5bd9 — Marius Bakke 9 years ago
gnu: kodi: Wrap executable so it finds libcurl.

* gnu/packages/kodi.scm (kodi)[arguments]: Add 'wrap' phase.
a4f54234 — Roel Janssen 9 years ago
download: Handle username and password properties for FTP URIs.

* guix/build/download.scm (ftp-fetch): Process username and password from a URI.
193420a8 — Roel Janssen 9 years ago
ftp-client: Allow custom username and password for FTP servers.

* guix/ftp-client.scm (ftp-open): Add username and password arguments.
3b4efb1f — Marius Bakke 9 years ago
gnu: dtc: Update to 1.4.4.

* gnu/packages/bootloaders.scm (dtc): Update to 1.4.4.
[source]: Use mirror://kernel.org.
Next