~ruther/guix-local

5ebc8e7f — Ben Woodcroft 8 years ago
gnu: diamond: Update to 0.9.18.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.18.
aabcb6e5 — Pjotr Prins 8 years ago
gnu: python-elasticsearch: Update to 6.1.1.

* gnu/packages/python-web.scm (python-elasticsearch, python2-elasticsearch):
Update to 6.1.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
34581f68 — Hartmut Goebel 9 years ago
gnu: Add bpython.

* gnu/packages/python.scm (bpython, bpython2): New variables.
e79a8424 — Hartmut Goebel 9 years ago
gnu: Add python-curtsies.

* gnu/packages/terminals.scm (python-curtsies, python2-curtsies): New
  variables.
573450e6 — Hartmut Goebel 9 years ago
gnu: Add python-blessings.

* gnu/packages/terminals.scm (python-blessings, python2-blessings): New
  variables.
46ddcf4a — Hartmut Goebel 8 years ago
gnu: Add python-pyte.

* gnu/packages/terminals.scm (python-pyte, python2-pyte): New variables.
3026de3f — Leo Famulari 8 years ago
gnu: irssi: Update to 1.1.1 [fixes CVE-2018-{7050,7051,7052,7053,7054}].

* gnu/packages/irc.scm (irssi): Update to 1.1.1.
06a9dc2f — Oleg Pykhalov 8 years ago
union: Wrap collisions with newlines.

* guix/build/union.scm (union-build): Wrap collisions with newlines.
5b238292 — Oleg Pykhalov 8 years ago
gnu: Add epipe.

* gnu/packages/emacs.scm (epipe): New public variable.
a124e425 — Danny Milosavljevic 8 years ago
gnu: ghc: Make memory allocator decommit memory on Linux < 4.5.

* gnu/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/haskell.scm (ghc-8): Use it.
ec0f3d0a — Ludovic Courtès 8 years ago
gnu: ifdtool: Fix Texinfo markup.

* gnu/packages/flashing-tools.scm (ifdtool)[description]: Fix Texinfo
markup.
4a979afe — Konrad Hinsen 8 years ago
pack: Add '--manifest'.

* guix/scripts/pack.scm (%options, show-help): Add --manifest.
(guix-pack)[manifest-from-args]: New procedure.
Use it.
* doc/guix.texi (Invoking guix pack): Document --manifest.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
47551a76 — Diego Nicola Barbato 8 years ago
pull: Update the %sbindir variable in (guix config) when building.

Fixes <https://bugs.gnu.org/30370>.

* build-aux/build-self.scm (guix): New variable.
(builder): Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8e60743d — Danny Milosavljevic 8 years ago
gnu: me-cleaner: Update synopsis.

* gnu/packages/flashing-tools.scm (me-cleaner)[synopsis]: Modify.
7e0a6fac — Danny Milosavljevic 8 years ago
services: mingetty: Move tty optionality to agetty.

Follow-up to 5a9902c8acd63916c6c80cf3c61be6ee814b7e3d.

* gnu/services/base.scm (mingetty-shepherd-service): Move tty optionality check to...
(agetty-shepherd-service): ...here.
0297a160 — Danny Milosavljevic 8 years ago
gnu: Add me-cleaner.

* gnu/packages/flashing-tools.scm (me-cleaner): New variable.
9721c0b6 — Danny Milosavljevic 8 years ago
gnu: Add intelmetool.

* gnu/packages/flashing-tools.scm (intelmetool): New variable.
501e1847 — Danny Milosavljevic 8 years ago
gnu: Add ifdtool.

* gnu/packages/flashing-tools.scm (ifdtool): New variable.
5a9902c8 — Danny Milosavljevic 8 years ago
services: agetty: Add agetty instance to base services. Make its tty optional.

* gnu/services/base.scm (%base-services): Instantiate agetty-service.
(default-serial-port): New variable.
(agetty-shepherd-service): Make tty optional, default to the above.
* doc/guix.texi (agetty-configuration): Update "tty" documentation.
* gnu/system/install.scm (agetty-default-service): Delete variable.
(embedded-installation-os): Remove agetty-default-service instance.
Add "console" kernel-argument.
2b870303 — Ludovic Courtès 8 years ago
gnu: cuirass: Update to 4ab2f2c.

Previous revision had (web server fiberized) installed in the wrong
place, and would thus fail to start.

* gnu/packages/ci.scm (cuirass): Update to 4ab2f2c.
Next