~ruther/guix-local

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.
6ca15c9e — Pierre Langlois 8 years ago
gnu: crypto++: Update to 6.0.0.

* gnu/packages/crypto.scm (crypto++): Update to 6.0.0.
* gnu/packages/patches/crypto++-fix-dos-in-asn.1-decoders.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9859b5c1 — Ludovic Courtès 8 years ago
gnu: nss-mdns: Update to 0.12.0.

* gnu/packages/avahi.scm (nss-mdns): Update to 0.12 + patch.
(nss-mdns-0.10.0): Remove.
* gnu/services/avahi.scm (avahi-service-type): Use NSS-MDNS again.
d1688e6a — Ludovic Courtès 8 years ago
gnu: cuirass: Update to 8080c17.

* gnu/packages/ci.scm (cuirass): Update to 8080c17.
[inputs]: Add GUILE-FIBERS.
[arguments] <wrap-program>: Add Fibers to the search path in the
wrapper.
499e499b — Ludovic Courtès 8 years ago
gnu: guile-sqlite3: Update to 10c13a7.

* gnu/packages/guile.scm (guile-sqlite3): Update to 10c13a7.
08da664d — Julien Lepiller 8 years ago
gnu: Add cat-avatar-generator-service.

* gnu/services/web.scm (cat-avatar-generator-service): New variable.
* doc/guix.text (Web Services): Document it.
3bedac50 — Julien Lepiller 8 years ago
gnu: Add cat-avatar-generator.

* gnu/packages/web.scm (cat-avatar-generator): New variable.
f2ba6fc8 — Tobias Geerinckx-Rice 8 years ago
gnu: yadifa: Update to 2.3.8.

* gnu/packages/dns.scm (yadifa): Update to 2.3.8.
1bd08a26 — Marius Bakke 8 years ago
gnu: strace: Update to 4.21.

* gnu/packages/linux.scm (strace): Update to 4.21.
[source](uri): Releases are now served from GitHub.
1a46a6d0 — Marius Bakke 8 years ago
gnu: fio: Update to 3.4.

* gnu/packages/benchmark.scm (fio): Update to 3.4.
ac07b94a — Oleg Pykhalov 8 years ago
gnu: Add emacs-scratch-el.

* gnu/packages/emacs.scm (emacs-scratch-el): New public variable.
Next