~ruther/guix-local

2f4623db — Muriithi Frederick Muriuki 9 years ago
gnu: Add python-ddt.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
1f42d824 — Muriithi Frederick Muriuki 9 years ago
gnu: Add python-flake8-polyfill.

* gnu/packages/python.scm (python-flake8-polyfill, python2-flake8-polyfill):
New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
1a917fc9 — Muriithi Frederick Muriuki 9 years ago
gnu: Add python-rst2ansi.

* gnu/packages/python.scm (python-rst2ansi): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
c09fbf20 — Marius Bakke 9 years ago
gnu: xf86-video-intel: Update to 2.99.917-3-e4fe79c.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-3-e4fe79c.
890795c7 — Marius Bakke 9 years ago
gnu: vte-ng: Update to 0.46.1.a.

* gnu/packages/gnome.scm (vte-ng): Update to 0.46.1.a.
6554be68 — Mathieu Lirzin 9 years ago
git-download: Add 'git-predicate'.

* guix/git-download.scm (git-predicate): New procedure.
* gnu/packages/package-management.scm (current-guix): Use it.
(make-git-predicate): Remove.
a4824c60 — Federico Beffa 9 years ago
import: hackage: Handle unknown packages gracefully.

* guix/import/hackage.scm (hackage-fetch): Add 'guard'.
bc5844d1 — Federico Beffa 9 years ago
import: Add stackage importer and updater.

* guix/import/stackage.scm: New file.
* guix/scripts/import/stackage.scm: New file.
* Makefile.am (MODULES): Add new files.
* guix/scripts/import.scm (importers): Add "stackage".
* guix/scripts/refresh.scm (%updaters): Add %stackage-updater.
* doc/guix.texi (Invoking 'guix import'): Document the importer.
  (Invoking 'guix refresh'): Add stackage to option --type valid values.
* guix/import/hackage.scm (guix-package->hackage-name, hackage-fetch,
  hackage-source-url, hackage-cabal-url, hackage-package?): Export them.
81e0bc18 — Federico Beffa 9 years ago
import: json: Explicitly ask for JSON data.

* guix/import/json.scm (json-fetch): Add #:headers to http-fetch call.
45548139 — Paul Garlick 9 years ago
gnu: gmsh: Propagate opencascade-oce.

* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Add opencascade-oce.
[arguments]: Remove #:phases parameter for component8_in_a_box test

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: libextractor: Move .a files to output "static".

* gnu/packages/gnunet.scm (libextractor): Move .a files to "static" output.
[arguments](phases): New phase for moving .a files to output "static".

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: libextractor: Add dependencies.

* gnu/packages/gnunet.scm (libextractor): Add dependencies:
tidy-html, libmp4v2, libsmf, bzip2.
[arguments](configure-flags): Add "--with-libtidy".
* Adjust the FIXME comment section accordingly.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: Add libsmf.

* gnu/packages/music.scm (libsmf): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: Add tidy-html.

* gnu/packages/web.scm (tidy-html): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
gnu: Add libmp4v2.

* gnu/packages/video.scm (libmp4v2): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
e0c752f9 — Marius Bakke 9 years ago
gnu: xf86-input-libinput: Update to 0.24.0.

* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.24.0.
233a0c94 — Marius Bakke 9 years ago
gnu: lua: Update to 5.3.4.

* gnu/packages/lua.scm (lua): Update to 5.3.4.
65064909 — Marius Bakke 9 years ago
gnu: libvpx: Update to 1.6.1.

* gnu/packages/video.scm (libvpx): Update to 1.6.1.
* gnu/packages/patches/libvpx-CVE-2016-2818.patch: Adjust to indentation changes.
206af46f — Ben Woodcroft 9 years ago
gnu: vsearch: Update to 2.4.0.

* gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.0.
[source]: Convert most operations in the snippet to patch form and adjust
for 2.4.0.
* gnu/packages/patches/vsearch-unbundle-cityhash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
c8916c33 — Carlos Sánchez de La Lama 9 years ago
gnu: bash-minimal: Assume getcwd works correctly when cross-compiling

* gnu/packages/bash.scm (bash-minimal): Assume getcwd works correctly
when cross compiling.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Next