~ruther/guix-local

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.
5fe9ba59 — Mark H Weaver 8 years ago
gnu: magit: Do not set 'magit-git-executable' to absolute file name.

Fixes <https://bugs.gnu.org/30434>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* gnu/packages/emacs.scm (magit)[arguments]: Do not modify the default value
of 'magit-git-executable'.  Remove "#:modules" and "#:imported-modules".
75538328 — Rutger Helling 8 years ago
doc: Mention starting GNOME on Wayland manually.

* doc/guix.texi (Desktop Services): Mention starting GNOME on Wayland manually.
c5971d47 — Mark H Weaver 8 years ago
gnu: icecat: Add more fixes from upstream mozilla-esr52.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
4af55f76 — Marius Bakke 8 years ago
gnu: freeipmi: Update to 1.6.1.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.1.
a32f9b59 — Danny Milosavljevic 8 years ago
system: make-u-boot-package: Install configuration file.

* gnu/packages/bootloaders.scm (make-u-boot-package): Install configuration
file.
b2b2ba40 — Marius Bakke 8 years ago
gnu: efivar: Update to 34.

* gnu/packages/linux.scm (efivar): Update to 34.
[arguments]: Add CC_FOR_BUILD=gcc to #:make-flags.
Next