~ruther/guix-local

797e1401 — Ricardo Wurmus 10 years ago
gnu: python-h5py: Fix path to hdf5 library.

* gnu/packages/python.scm (python-h5py)[arguments]: Add "fix-hdf5-paths"
  phase.
3c4010b1 — Ricardo Wurmus 10 years ago
gnu: python-h5py, python2-h5py: Correct inputs.

* gnu/packages/python.scm (python-h5py)
  [inputs]: Remove python-cython and python-numpy.
  [propagated-inputs]: New field.
  [native-inputs]: Drop python-setuptools and add python-cython.
  (python2-h5py): Replace "inputs" with "propagated-inputs".
1285119b — Ricardo Wurmus 10 years ago
gnu: Add python-joblib.

* gnu/packages/python.scm (python-joblib, python2-joblib): New
  variables.
fd5b2133 — Efraim Flashner 10 years ago
Correct "Revert "gnu: camlp4: Remove extra input.""

This corrects a typo in 0d1c0660d7b446188b36f19d0dd79d8f97bd4360.
0d1c0660 — Efraim Flashner 10 years ago
Revert "gnu: camlp4: Remove extra input."

This reverts commit d04efa0fff908de0f8822a27582b4b1c3dcae553.
a606ed89 — Mark H Weaver 10 years ago
gnu: webkitgtk-2.4: Fix potential code execution vulnerability.

* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/webkit.scm (webkitgtk-2.4)[source]: Add patch.
2ab5e39d — Mark H Weaver 10 years ago
gnu: libvpx: Set size limit to avoid CVE-2015-1258.

* gnu/packages/video.scm (libvpx)[arguments]: Add "--size-limit"
  argument to configure.
7ab73c4a — Mark H Weaver 10 years ago
gnu: openjpeg-2.x: Add fix for CVE-2015-6581.

* gnu/packages/patches/openjpeg-CVE-2015-6581.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch.
d04efa0f — Efraim Flashner 10 years ago
gnu: camlp4: Remove extra input.

* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml"
  entry from native-inputs.
751b7aad — Efraim Flashner 10 years ago
gnu: gprolog: Remove armhf from supported architectures.

* gnu/packages/gprolog.scm (gprolog)[supported-systems]: Remove
  armhf-linux from the list of supported systems.
2e136987 — Efraim Flashner 10 years ago
gnu: mosh: Update to 1.2.5.

* gnu/packages/ssh.scm (mosh): Update to 1.2.5.
543dbd98 — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.19.12.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.12.
b1006576 — Ricardo Wurmus 10 years ago
gnu: Add r-htmlwidgets.

* gnu/packages/web.scm (r-htmlwidgets): New variable.
f1a045e2 — Ricardo Wurmus 10 years ago
gnu: Add r-htmltools.

* gnu/packages/web.scm (r-htmltools): New variable.
dedaf7ac — Ricardo Wurmus 10 years ago
gnu: ibus-libpinyin: Add GTK+ and Glib inputs.

* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+.
  [native-inputs]: Add glib:bin.
3cbf1204 — Eric Bavier 10 years ago
gnu: imagemagick: Hard-code delegate paths.

If --with-frozenpaths is given, then configure will retain absolute paths
discovered for delegate programs, otherwise they are discarded.

* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add
  '--with-frozenpaths' to #:configure-flags.
cf4e7083 — Ludovic Courtès 10 years ago
publish: Fix file descriptor leak.

A client closing the connection while reading from a /nar URL would
leave an open file descriptor in the server.  This patch fixes it.

* guix/scripts/publish.scm (swallow-EPIPE): New macro.
  (http-write): Use it around 'write-file' call.
38e16b49 — Ludovic Courtès 10 years ago
doc: Clarify how to run 'guix refresh -u'.

* doc/guix.texi (Invoking guix refresh): Mention ./pre-inst-env.
72c62716 — Ludovic Courtès 10 years ago
import: snix: Adjust names of license attributes.

* guix/import/snix.scm (license-variable): Adjust names to current
  Nixpkgs.
f073e523 — Ludovic Courtès 10 years ago
utils: Remove Nixpkgs helpers.

* guix/config.scm.in (%nixpkgs): Remove.
* guix/utils.scm (%nixpkgs-directory, nixpkgs-derivation,
  nixpkgs-derivation*): Remove.
* test-env.in: Export 'NIXPKGS'.
* tests/derivations.scm (%coreutils): Remove use of
  'nixpkgs-derivation'.
* tests/snix.scm (%nixpkgs-directory): New variable.
  Adjust users accordingly.
Next