~ruther/guix-local

cefaa79c — Ricardo Wurmus 10 years ago
gnu: Add RCurl.

* gnu/packages/statistics.scm (r-rcurl): New variable.
21e4d6a9 — Ricardo Wurmus 10 years ago
gnu: Add RSQLite.

* gnu/packages/statistics.scm (r-rsqlite): New variable.
34a75d35 — Ricardo Wurmus 10 years ago
import: Rename "cran-fetch" to "fetch-description".

* guix/import/cran.scm (cran-fetch): Rename procedure ...
(fetch-description): ... to this.
d1c11608 — Ricardo Wurmus 10 years ago
import: Add package->upstream-name procedure.

* guix/import/cran.scm (package->upstream-name): New procedure.
fe9451c5 — Raimon Grau 10 years ago
gnu: Add xmlstarlet.

* gnu/packages/xml.scm (xmlstarlet): New variable.
29e255ca — 宋文武 10 years ago
gnu: zita-convolver: Drop the '-march=native' optimization.

* gnu/packages/audio.scm (zita-convolver)[source]: Add snippet.
6dff4955 — 宋文武 10 years ago
gnu: zita-resampler: Drop the '-march=native' optimization.

* gnu/packages/audio.scm (zita-resampler)[source]: Add snippet.
7d3a1a2d — Ben Woodcroft 10 years ago
gnu: Add ruby-ansi.

* gnu/packages/ruby.scm (ruby-ansi): New variable.
5dfd2766 — Ricardo Wurmus 10 years ago
gnu: edirect: Update to 3.50.

* gnu/packages/bioinformatics.scm (edirect): Update to 3.50.
[native-inputs]: Remove "unzip".
62339e2d — Leo Famulari 10 years ago
gnu: w3m: Enable SSL, disable broken protocols and ciphers.

Fixes <http://bugs.gnu.org/16791>.

* gnu/packages/patches/w3m-force-ssl_verify_server-on.patch: New file.
* gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch: New file.
* gnu/packages/patches/w3m-disable-weak-ciphers.patch: New file.
* gnu/packages/w3m.scm (w3m)[source]: Add patches.
* gnu-system.am (dist_patch_DATA): Add the new files.
e6352001 — Leo Famulari 10 years ago
gnu: w3m: Update patch to use '-p1'.

* gnu/packages/patches/w3m-fix-compile.patch: Rename this file...
* gnu/packages/patches/w3m-libgc.patch: ...to this, and adjust patch
prefix level to '-p1'.
* gnu-system.am (dist_patch_DATA): Update patch name.
* gnu/packages/w3m.scm (w3m)[source]: Update patch name.
[source]: Drop patch flag -p0.
d4aaf954 — Ludovic Courtès 10 years ago
build-system/gnu: Make 'package-with-explicit-inputs' idempotent.

* guix/build-system/gnu.scm (package-with-explicit-inputs): Use
  'ensure-keyword-arguments' instead of appending to ARGS.
* gnu/packages/commencement.scm (static-bash-for-glibc): Add missing
  #:guile argument.
6071122b — Ludovic Courtès 10 years ago
utils: Add 'ensure-keyword-arguments'.

* guix/utils.scm (delkw, ensure-keyword-arguments): New procedures.
* tests/utils.scm ("ensure-keyword-arguments"): New test.
793a43f4 — Ludovic Courtès 10 years ago
http-client: Work around <http://bugs.gnu.org/22273>.

* guix/http-client.scm (read-header-line): New procedure.  Use it.
dff9141c — Ludovic Courtès 10 years ago
gnu: guix: Update development snapshot to f888c0b.

* gnu/packages/package-management.scm (guix-devel): Update to f888c0b.
1c63dafc — Ludovic Courtès 10 years ago
http-client: Fix erroneous comment.

* guix/http-client.scm: Fix Guile version number in comment for Guile
commit 5a10e41.
c7b08410 — Eric Bavier 10 years ago
gnu: gmsh: Update to 2.11.0.

* gnu/packages/maths.scm (gmsh): Update to 2.11.0.
  [arguments]: Replace 'check phase.
f888c0b1 — Ludovic Courtès 10 years ago
lint: cve: Catch host name lookup errors.

* guix/scripts/lint.scm (package-vulnerabilities): Catch
'getaddrinfo-error'.
7b78f359 — Ludovic Courtès 10 years ago
gnu: sudo: Use /var/run/sudo instead of /run/sudo.

* gnu/packages/admin.scm (sudo)[arguments]: Pass
--with-rundir=/var/run/sudo since /var/run is cleaned up at boot time on
GuixSD whereas /run is not.
3c4c8c3e — Ludovic Courtès 10 years ago
services: cleanup-service: Catch 'system-error' instead of everything.

This makes sure that critical errors such as unbound-variable do not go
undetected.

* gnu/services.scm (cleanup-gexp): Introduce local 'fail-safe' macro and
use it.  Remove uses of 'false-if-exception'.
Next