~ruther/guix-local

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'.
341ae582 — Ludovic Courtès 10 years ago
gnu: ldc: Fix license.

* gnu/packages/ldc.scm (ldc)[license]: Replace invalid use of
'license:x11-style' by LICENSE:BOOST1.0.
7266848a — Ben Woodcroft 10 years ago
build: ruby: Remove cached gem after install.

The .gem file stored in GEM_HOME after install is both redundant and an
archive that stores timestamped files which makes builds
non-deterministic, so delete it after 'gem install'.

* guix/build/ruby-build-system.scm (install): Remove cached gem after
  install.
a243e12a — Ricardo Wurmus 10 years ago
gnu: icedtea7: Rename to icedtea-7.

* gnu/packages/java.scm (icedtea7): Rename variable to...
(icedtea-7): ...this.
(icedtea): Refer to "icedtea-7".
d0287406 — Ricardo Wurmus 10 years ago
gnu: icedtea6: Rename to icedtea-6.

* gnu/packages/java.scm (icedtea6): Rename variable to...
(icedtea-6): ...this.
5452588c — Ricardo Wurmus 10 years ago
gnu: icedtea6, icedtea7: Rename package to "icedtea".

* gnu/packages/java.scm (icedtea6): Change package name to "icedtea".
(icedtea7): Inherit package name.
d2540f80 — Ricardo Wurmus 10 years ago
gnu: Add and use default IcedTea.

* gnu/packages/java.scm (icedtea): New variable.
(swt)[native-inputs]: Replace "icedtea6" with "icedtea".
* gnu/packages/bioinformatics.scm (htsjdk)[native-inputs]: Likewise.
(ngs-java)[inputs]: Likewise.
* gnu/packages/kodi.scm (kodi)[native-inputs]: Replace "icedtea7" with
"icedtea".
* gnu/packages/ruby.scm (ruby-rjb)[native-inputs]: Replace "icedtea7"
with "icedtea".
Next