~ruther/guix-local

9d50da70 — Ludovic Courtès 9 years ago
gnu: wordnet: Make sure the self-reference is visible to the GC.

Before that, "guix gc --references $(guix build wordnet)" would not show
WordNet itself, erroneously so.

* gnu/packages/wordnet.scm (wordnet)[arguments]: Add -fno-builtin-strcpy
  to #:configure-flags.
939f8743 — Ludovic Courtès 9 years ago
gnu: wordnet: Compile with optimizations.

* gnu/packages/wordnet.scm (wordnet)[arguments]: Add -O2 to
  #:configure-flags.
cd1869cd — Kei Kebreau 9 years ago
gnu: Add hyperrogue.

* gnu/packages/games.scm (hyperrogue): New variable.
358db004 — Ludovic Courtès 9 years ago
gnu: grub: Make dependency on mdadm explicit.

* gnu/packages/grub.scm (grub)[arguments]: Path getroot.c in
'patch-stuff' phase.
[inputs]: Add MDADM.
ab2cc5cd — Ludovic Courtès 9 years ago
gnu: gsl: Disable failing tests on i686.

* gnu/packages/patches/gsl-test-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (gsl)[source](patches): New field.
50948a90 — Leo Famulari 9 years ago
gnu: git: Update to 2.10.1.

* gnu/packages/version-control.scm (git): Update to 2.10.1.
acbf2c4f — Ludovic Courtès 9 years ago
gnu: guix: Honor the user's 'GUILE_LOAD_PATH'.

* gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Use
'prefix' when wrapping 'guix' for 'GUILE_LOAD_PATH'.
6e52376d — Ludovic Courtès 9 years ago
mapped-devices: Properly open RAID devices.

This fixes a type error introduced in
7f8ad82bf23b032ad6bd85bb1daa87cc83de509c, given that SOURCES is a list.

* gnu/system/mapped-devices.scm (open-raid-device): Add 'apply'
invocation.
8cecd22e — Ludovic Courtès 9 years ago
gnu: Add GoAccess.

* gnu/packages/web.scm (goaccess): New variable.
a9764b7d — Ludovic Courtès 9 years ago
gnu: pies: Update to 1.3.

* gnu/packages/admin.scm (pies): Update to 1.3.
[arguments]: New field.
9d3425f2 — Ludovic Courtès 9 years ago
gnu: global: Update to 6.5.5.

* gnu/packages/code.scm (global): Update to 6.5.5.
8c82e1c9 — Ludovic Courtès 9 years ago
gnu: gsl: Update to 2.2.1.

* gnu/packages/maths.scm (gsl): Update to 2.2.1.
bac67a5a — Ludovic Courtès 9 years ago
gnu: direvent: Update to 5.1.

* gnu/packages/admin.scm (direvent): Update to 5.1.
[arguments]: Augment 'patch-/bin/sh' phase to patch 'progman.c' and
'testsuite'.
d35f8c7c — Ludovic Courtès 9 years ago
gnu: gnu-c-manual: Update to 0.2.5.

* gnu/packages/gcc.scm (gnu-c-manual): Update to 0.2.5.
a884fa21 — Ludovic Courtès 9 years ago
gnu: rush: Update to 1.8.

* gnu/packages/rush.scm (rush): Update to 1.8.
[source]: Remove 'patches'.
* gnu/packages/patches/cpio-gets-undeclared.patch,
gnu/packages/patches/rush-CVE-2013-6889.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
afb325d8 — Hartmut Goebel 9 years ago
Set Emacs config variable sentence-end-double-space.

Users using a non-English environment may have set this to `nil´, which
leads to fill-paragraph removing the second space.

* .dir-locals.el: Set sentence-end-double-space to true.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
491dbac4 — Leo Famulari 9 years ago
gnu: cryptsetup: Update to 1.7.2.

* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.2.
[source]: Use kernel mirror.
[home-page]: Update URL.
2c3eb4b8 — Ben Woodcroft 9 years ago
gnu: metabat: Update to 0.32.4-1.cbdca756.

* gnu/packages/bioinformatics.scm (metabat): Update to 0.32.4-1.cbdca756.
* gnu/packages/patches/metabat-remove-compilation-date.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
47c14714 — Ludovic Courtès 9 years ago
gnu: fish: Do not use the bundled PCRE2.

* gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
a8d3bc47 — Arun Isaac 9 years ago
gnu: fish: Add input bc.

Fixes <http://bugs.gnu.org/24433>.

* gnu/packages/shells.scm (fish)[inputs]: Add bc.

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