~ruther/guix-local

4ab9f96a — Andreas Enge 10 years ago
gnu: calibre: Update to 2.35.0.

* gnu/packages/ebook.scm (calibre): Update to 2.35.0.
39e336b5 — David Thompson 10 years ago
syscalls: setns: Skip binding if there is no such C function.

On systems with a glibc prior to 2.14, the 'setns' function is not available.

Thanks to Eric Bavier for reporting the issue.

* guix/build/syscalls.scm (setns): Wrap with 'false-if-exception'.
12a9f4af — Ricardo Wurmus 10 years ago
gnu: r: Add R_LIBS_SITE to native-search-paths.

* gnu/packages/statistics.scm (r)[native-search-paths]: Add
  specification for "R_LIBS_SITE" variable.
62de2545 — Ricardo Wurmus 10 years ago
gnu: r: Update to 3.2.2.

* gnu/packages/statistics.scm (r): Update to 3.2.2.
9b459fc7 — Eric Bavier 10 years ago
gnu: Add American fuzzy lop.

* gnu/packages/debug.scm (american-fuzzy-lop): New variable.
20c263b0 — Eric Bavier 10 years ago
gnu: qemu: Honor #:configure-flags argument.

* gnu/packages/qemu.scm (qemu-headless)[arguments]: Honor #:configure-flags
  arguments for configure phase.
4e014373 — Ricardo Wurmus 10 years ago
gnu: ardour: Update to 4.2.

* gnu/packages/audio.scm (ardour): Update to 4.2.
eb537f57 — David Thompson 10 years ago
gnu: notmuch: Update to 0.20.2.

* gnu/packages/mail.scm (notmuch): Update to 0.20.2.  Add python-sphinx native
  input.  Rewrite phases using 'modify-phases' syntax.
07cd148c — David Thompson 10 years ago
gnu: offlineimap: Update to 6.5.7.

* gnu/packages/mail.scm (offlineimap): Update to 6.5.7.
49767428 — Ricardo Wurmus 10 years ago
gnu: guitarix: Update to 0.33.0.

* gnu/packages/audio.scm (guitarix): Update to 0.33.0.
  [native-inputs]: Add faust.
a10052ac — David Thompson 10 years ago
gnu: Add znc.

* gnu/packages/messaging.scm (znc): New variable.
a6d605e6 — Taylan Ulrich Bayırlı/Kammer 10 years ago
gnu: Remove mplayer2.

* gnu/packages/video.scm (mplayer2): Removed variable.
80a747c4 — 宋文武 10 years ago
gnu: epiphany: Add dconf to propagated-inputs.

* gnu/packages/gnome.scm (epiphany)[propagated-inputs]: New field.
ad11974e — Andreas Enge 10 years ago
gnu: flint: Disable parallel tests.

* gnu/packages/algebra.scm (flint)[arguments]: Disable parallel tests,
  which makes the build pass on arm.
c449a076 — Eric Bavier 10 years ago
gnu: Add Gamine.

* gnu/packages/games.scm (gamine): New variable.
907f939b — 宋文武 10 years ago
gnu: glib-networking: Prefer 'SSL_CERT_FILE' as TLS CA file.

This is an improvement over commit af6100f.

* gnu/packages/gnome.scm (glib-networking)[source](patches): New field.
  [arguments]: Pass '/etc/ssl/certs/ca-certificates.crt' to configure.
  Set 'SSL_CERT_FILE' to '/dev/null' in 'use-empty-ssl-cert-file' phase.
  (libsoup)[arguments]: Set 'SSL_CERT_FILE' to '/dev/null' in
  'pre-check' phase.
* gnu/packages/patches/glib-networking-ssl-cert-file.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
6c591c8e — Andreas Enge 10 years ago
gnu: flint: Update to 2.5.2.

* gnu/packages/algebra.scm (flint): Update to 2.5.2.
* gnu/packages/patches/flint-ldconfig.patch: New file.
* gnu-system.am (dist_patch_DATA): Register the patch.
91430de6 — Andreas Enge 10 years ago
gnu: flint: Rewrite using the modify-phases syntax.

* gnu/packages/algebra.scm (flint)[arguments]: Rewrite the phases using
  the modify-phases syntax.
c2099a4c — Mark H Weaver 10 years ago
gnu: wireless-tools: Build shared library; remove non-free headers.

* gnu/packages/linux.scm (wireless-tools)[source]: Replace unneeded
  old snippet with a new one that removes non-free files.
  [arguments]: Use modify-phases.  Remove custom 'configure' phase.  Add
  make-flags.
  [license]: Change to (list gpl2 lgpl2.1+).
c1670a81 — Ricardo Wurmus 10 years ago
gnu: shogun: Move package to machine-learning.scm.

* gnu/packages/bioinformatics.scm (shogun): Move from here...
* gnu/packages/machine-learning.scm (shogun): ...to here.
Next