~ruther/guix-local

ref: f6dde36aebb9a955c8f1dd1db30d43b5955e0084 guix-local/gnu d---------
f6dde36a — Julien Lepiller 9 years ago
gnu: Add ocaml-cppo.

* gnu/packages/ocaml.scm (ocaml-cppo): New variable.
9e568786 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-driver.

* gnu/packages/ocaml.scm (ocaml-ppx-driver): New variable.
567b4e02 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-optcomp.

* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable.
c3339950 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-core.

* gnu/packages/ocaml.scm (ocaml-ppx-core): New variable.
6bdf77a2 — Julien Lepiller 9 years ago
gnu: Add ocaml-fieldslib.

* gnu/packages/ocaml.scm (ocaml-fieldslib): New variable.
6fb9e069 — Leo Famulari 9 years ago
gnu: gptfdisk: Install the documentation.

* gnu/packages/disk.scm (gptfdisk)[arguments]: Install the manpages.
b611d018 — Leo Famulari 9 years ago
gnu: python-icalendar: Update to 3.11.3.

* gnu/packages/python.scm (python-icalendar): Update to 3.11.3.
0491a3b2 — Eric Bavier 9 years ago
gnu: Add qutebrowser.

* gnu/packages/web.scm (qutebrowser): New variable.
499991cf — Eric Bavier 9 years ago
gnu: python-pyqt: Propagate python-sip.

* gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field.
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.
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 — Christine Lemmer-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.
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.
Next