~ruther/guix-local

14af90cf — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-variants-conv.

* gnu/packages/ocaml.scm (ocaml-ppx-variants-conv): New variable.
334436f0 — Julien Lepiller 9 years ago
gnu: Add ocaml-ppx-sexp-conv.

* gnu/packages/ocaml.scm (ocaml-ppx-sexp-conv): New variable.
d1d90df6 — Julien Lepiller 9 years ago
gnu: Add ocaml-variantslib.

* gnu/packages/ocaml.scm (ocaml-variantslib): New variable.
ef0051b2 — Julien Lepiller 9 years ago
gnu: Add ocaml-typerep.

* gnu/packages/ocaml.scm (ocaml-typerep): New variable.
d19c1b41 — Julien Lepiller 9 years ago
gnu: Add ocaml-sexplib.

* gnu/packages/ocaml.scm (ocaml-sexplib): New variable.
9099a457 — Kei Kebreau 9 years ago
gnu: asciidoc: Add XML and XSLT support.

* gnu/packages/documentation.scm (asciidoc)[arguments]: Add
set-xml-binary-paths phase.
[inputs]: Add libxml2 and libxslt.
5895ec8a — Ludovic Courtès 9 years ago
pack: Add '--symlink'.

* guix/scripts/pack.scm (self-contained-tarball): Add #:symlinks
parameter.
[build](symlink->directives): New procedure
(directives): New variable.
Add call to 'evaluate-populate-directive'.  Pass the directories among
DIRECTIVES to 'tar'.
(%default-options): Add 'symlinks'.
(%options, show-help): Add '--symlink'.
(guix-pack): Honor it.
* gnu/build/install.scm (evaluate-populate-directive): Export.
* doc/guix.texi (Invoking guix pack): Document it.
df129207 — Ludovic Courtès 9 years ago
nls: Mark (guix scripts pack) as translatable.

* po/guix/POTFILES.in: Add 'guix/scripts/pack.scm'.
6b63c43e — Ludovic Courtès 9 years ago
pack: Add '--localstatedir' option.

* guix/scripts/pack.scm (self-contained-tarball): Add #:localstatedir?
parameter and honor it.
(%options, show-help): Add '--localstatedir'.
(guix-pack): Honor it.
* gnu/build/install.scm (populate-single-profile-directory): Add
 #:register? parameter and honor it.
* doc/guix.texi (Binary Installation): Use '--localstatedir' in
example.
(Invoking guix pack): Document it.
9b05ccfe — Leo Famulari 9 years ago
gnu: linux-libre@4.1: Update to 4.1.39.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.39.
962cbb24 — Leo Famulari 9 years ago
gnu: windowmaker: Use modify-phases syntax.

* gnu/packages/gnustep.scm (windowmaker)[arguments]: Use modify-phases.
8cac5bca — Leo Famulari 9 years ago
gnu: windowmaker: Update to 0.95.8.

* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.8.
d779305d — Efraim Flashner 9 years ago
gnu: aria2: Update to 1.31.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.31.0.
3b2dc9ed — Ludovic Courtès 9 years ago
upstream: Avoid '_' as a pattern variable in 'match'.

* guix/upstream.scm (lookup-updater): Don't use '_' as a pattern
variable.
28958b64 — Ludovic Courtès 9 years ago
gnu: python-parsedatetime: Update to 2.3.

Version 2.1 was apparently time-sensitive and started failing like this:

  ======================================================================
  FAIL: testFloat (tests.TestDelta.test)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/tmp/guix-build-python2-parsedatetime-2.1.drv-0/parsedatetime-2.1/tests/TestDelta.py", line 64, in testFloat
      self.cal.parse('1.4 months ago', self.source), months=-1.4)
    File "/tmp/guix-build-python2-parsedatetime-2.1.drv-0/parsedatetime-2.1/tests/TestDelta.py", line 37, in assertDelta
      self.assertTrue(diff < 0.05, '%s is not less than 0.05' % diff)
  AssertionError: 0.0666666666667 is not less than 0.05

  ----------------------------------------------------------------------

* gnu/packages/python.scm (python-parsedatetime): Update to 2.3.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
[propagated-inputs]: New field.
gnu: Add dovecot-libsodium-plugin.

* gnu/packages/mail.scm (dovecot-libsodium-plugin): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add dovecot-trees.

* gnu/packages/mail.scm (dovecot-trees): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
ae196fa3 — Ludovic Courtès 9 years ago
build: On 2.2, build package files with almost no optimizations.

* build-aux/compile-all.scm (%default-optimizations)
(%lightweight-optimizations): New variables.
(optimization-options): New procedure.
(compile-file*): Use it.
a70782d3 — Leo Famulari 9 years ago
gnu: wireless-regdb: Update to 2017.03.07.

* gnu/packages/linux.scm (wireless-regdb): Update to 2017.03.07.
0f11f640 — Ludovic Courtès 9 years ago
gnu: guile-cairo: Honor the Guile effective version.

* gnu/packages/gtk.scm (guile-cairo)[arguments]: Add #:modules.
Get the effective version of Guile and use that in installation
directory names.
Next