~ruther/guix-local

d8768e31 — Eric Bavier 9 years ago
gnu: Add python-pypeg2.

* gnu/packages/python.scm (python-pypeg2): New variable.
4dcb135e — Eric Bavier 9 years ago
gnu: Add python-cssutils.

* gnu/packages/python.scm (python-cssutils): New variable.
(python2-cssutils)[native-inputs]: Remove unused python2-mock.
20de37ef — Tobias Geerinckx-Rice 9 years ago
gnu: gparted: Update to 0.28.0.

* gnu/packages/disk.scm (gparted): Update to 0.28.0.
71311e4e — Ricardo Wurmus 9 years ago
gnu: Add guildhall.

* gnu/packages/guile.scm (guildhall): New variable.
300211e3 — Efraim Flashner 9 years ago
hydra: Add "aarch64-linux-gnu" as a cross-compilation target.

* build-aux/hydra/gnu-system.scm (%cross-targets): Add
"aarch64-linux-gnu".
1ae04e35 — Leo Famulari 9 years ago
gnu: vim: Fix CVE-2017-5953.

* gnu/packages/patches/vim-CVE-2017-5953.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/vim.scm (vim)[source]: Use it.
30f420c1 — Leo Famulari 9 years ago
gnu: khal: Update to 0.9.2.

* gnu/packages/calendar.scm (khal): Update to 0.9.2.
a9c15e8b — Marius Bakke 9 years ago
gnu: awscli: Update to 1.11.47.

* gnu/packages/python.scm (awscli): Update to 1.11.47.
0a7d96f8 — Marius Bakke 9 years ago
gnu: python-botocore: Update to 1.5.10.

* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.5.10.
a5bd6a5e — Christopher Allan Webber 9 years ago
guile-gdbm-ffi: Write to correct guile output directory and use guild.

* gnu/packages/guile.scm (guile-gdbm-ffi): Check guile for effective version
before writing to output path.  Also fixes a bug where the guild command was
not getting called, and instead was calling the internal guile compile-file
procedure.  This meant that the package produced was dependent on whatever
version of guile was powering Guix at the time.  Also set GUILE_AUTO_COMPILE
to 0 to avoid gnarly looking warnings during build.
80345600 — Danny Milosavljevic 9 years ago
build: dub-build-system: Don't use "dub run" at all.

It doesn't make sense to run non-test executables (which is what "dub run"
would do).

The "check" function already invokes "dub test" and that's enough.

* guix/build/dub-build-system.scm (build): Remove "dub run" invocation.
57075ade — Federico Beffa 9 years ago
import: stackage: Avoid using (guix ui) in importer code.

* guix/import/stackage.scm (stackage->guix-package, stackage-lts-info-fetch):
  Raise 'message' condition instead of using 'leave' from (guix ui).
* guix/scripts/import/stackage.scm (guix-import-stackage): Handle conditions.
4fc282b3 — Eric Bavier 9 years ago
gnu: netsurf: Enable tests.

* gnu/packages/patches/netsurf-longer-test-timeout.patch,
gnu/packages/patches/netsurf-y2038-tests.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/web.scm (netsurf)[source]: Use them.
[native-inputs]: Add libidn, check.
[inputs]: Add miscfiles.
[arguments]: Remove #:tests?, add #:test-target.  Add 'patch-check phase.
710806b5 — Eric Bavier 9 years ago
gnu: netsurf: Use unbundled source.

* gnu/packages/patches/netsurf-system-utf8proc.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/web.scm (netsurf)[source]: Use it.  Change to unbundled source
tarball.
[native-inputs]: Add netsurf-buildsystem, nsgenbind.  Remove flex, bison.
[inputs]: Add utf8proc, libcss, libdom, libnsbmp, libnsgif, libnspsl,
libnsutils, libsvgtiny.  Remove expat, gperf.
[arguments]: Adjust #:make-flags for netsurf-buildsystem.  Delete configure
phase.  Adjust source directories.
1f6ec9d2 — Eric Bavier 9 years ago
gnu: Add nsgenbind.

* gnu/packages/web.scm (nsgenbind): New variable.
02a7a0ca — Eric Bavier 9 years ago
gnu: Add libnspsl.

* gnu/packages/web.scm (libnspsl): New variable.
54b7f149 — Eric Bavier 9 years ago
gnu: Add libnsutils.

* gnu/packages/web.scm (libnsutils): New variable.
ea1c8b31 — Eric Bavier 9 years ago
gnu: Add libnsgif.

* gnu/packages/web.scm (libnsgif): New variable.
4018a533 — Eric Bavier 9 years ago
gnu: Add libnsbmp.

* gnu/packages/web.scm (libnsbmp): New variable.
6fae2256 — Eric Bavier 9 years ago
gnu: Add libsvgtiny.

* gnu/packages/web.scm (libsvgtiny): New variable.
Next