~ruther/guix-local

d5da7ee4 — Efraim Flashner 9 years ago
gnu: rofi: Update to 1.1.0.

* gnu/packages/xdisorg.scm (rofi): Update to 1.1.0.
5bf83422 — Efraim Flashner 9 years ago
gnu: libreoffice: Update to 5.1.4.2 [fixes CVE-2016-4324].

* gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.4.2.
[native-inputs]: Switch python to python-wrapper.
[arguments]: Add '--without-doxygen' and '--disable-gtk3'.
2638ec61 — Efraim Flashner 9 years ago
gnu: orcus: Update to 0.9.2.

* gnu/packages/libreoffice.scm (orcus): Update to 0.9.2.
71830f0e — Ben Woodcroft 9 years ago
gnu: vsearch: Update to 2.0.1.

*  gnu/packages/bioinformatics.scm (vsearch): Update to 2.0.1.
c7f04517 — Ben Woodcroft 9 years ago
gnu: Add r-glmnet.

* gnu/packages/statistics.scm (r-glmnet): New variable.
84d08af6 — Efraim Flashner 9 years ago
gnu: busybox: Use 'modify-phases'.

* gnu/packages/busybox.scm (busybox)[arguments]: Use 'modify-phases'.
2e5505e5 — Efraim Flashner 9 years ago
gnu: busybox: Update to 1.25.0.

* gnu/packages/busybox.scm (busybox): Update to 1.25.0.
[native-inputs]: Add which.
5fc4df0c — Efraim Flashner 9 years ago
gnu: owncloud-client: Remove some bundled libs.

* gnu/packages/owncloud.scm (owncloud-client)[source]: Add a snippet
removing some of the 3rd party projects.
9b1c1ea1 — Efraim Flashner 9 years ago
gnu: owncloud-client: Update to 2.2.2.

* gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.2.
f4155188 — Danny Milosavljevic 9 years ago
gnu: Add python-prompt-toolkit.

* gnu/packages/python.scm (python-prompt-toolkit, python2-prompt-toolkit):
New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
e4875826 — Leo Famulari 9 years ago
gnu: python-wcwidth: Add missing 'properties' field.

This is a followup to commit a44fd439dcef88b33c00db94fb3419e097401fee.

* gnu/packages/python.scm (python-wcwidth)[properties]: New field.
468e0b18 — Ludovic Courtès 9 years ago
gnu: ceres-solver: Propagate GLOG.

* gnu/packages/maths.scm (ceres)[inputs]: Move GLOG to...
[propagated-inputs]: ... here.  New field.
ad857912 — Jan Nieuwenhuizen 9 years ago
gnu: linux-initrd: Support NVMe devices.

* gnu/system/linux-initrd.scm (base-initrd): Add nvme to linux-modules.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
242ad41c — David Thompson 9 years ago
download: Use basic authentication when userinfo is present in URI.

* guix/download.scm (url-fetch): Include (guix base64) module on the
  build-side.
* guix/build/download.scm (http-fetch): Add "Authorization" header when
  userinfo is present in the URI.
8dec2229 — Ben Woodcroft 9 years ago
gnu: blast+: Update to 2.4.0.

* gnu/packages/bioinformatics.scm (blast+): Update to 2.4.0.
bc3a2e35 — Ludovic Courtès 9 years ago
gnu: ceres-solver: Depend on glog.

* gnu/packages/maths.scm (ceres)[arguments]: Remove -DMINIGLOG=ON.
[inputs]: Add GLOG.
53d159f8 — Ludovic Courtès 9 years ago
gnu: Add glog.

* gnu/packages/logging.scm (glog): New variable.
2de091f0 — Ludovic Courtès 9 years ago
gnu: node: Make sure 'npm' remains a symlink after 'patch-shebangs'.

Fixes <http://bugs.gnu.org/23744>.
Reported by Jovany Leandro G.C <bit4bit@riseup.net>
and Jelle Licht <jlicht@fsfe.org>.

* gnu/packages/node.scm (node)[arguments]: Replace 'patch-shebangs'
phase.
c2c36f5f — Ludovic Courtès 9 years ago
gnu: openexr: Install 'ImfStdIO.h'.

* gnu/packages/graphics.scm (openexr)[source](snippet): Modify
IlmImf/Makefile.in so that it installs 'ImfStdIO.h'.
b0069a67 — Ricardo Wurmus 9 years ago
gnu: avrdude: Use libusb-compat.

* gnu/packages/patches/avrdude-fix-libusb.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/flashing-tools.scm (avrdude)[source]: Remove patch.
[inputs]: Replace "libusb" with "libusb-compat".
Next