~ruther/guix-local

c0b9213d — Ludovic Courtès 11 years ago
linux-initrd: Do not create /etc/resolv.conf.

* guix/build/linux-initrd.scm (configure-qemu-networking): Don't create
  /etc/resolv.conf.
25290d27 — Ludovic Courtès 11 years ago
Update AUTHORS and THANKS.
6f22f3c9 — Ludovic Courtès 11 years ago
linux-initrd: Load fscache.ko before the 9p modules.

* gnu/system/linux-initrd.scm (base-initrd)[virtio-9p-modules]: Add
  "fscache.ko", required by Linux-libre 3.16.
ae2189a9 — Mark H Weaver 11 years ago
gnu: Fix synopses for emacs-wget and fetchmail.

* gnu/packages/emacs.scm (emacs-wget): Improve synopsis.
* gnu/packages/mail.scm (fetchmail): Fix typo in synopsis.
ce33631f — Mark H Weaver 11 years ago
doc: Fix mention of default log location.

* doc/guix.texi (Invoking guix-daemon): Fix mention of default log location.
89925972 — Mark H Weaver 11 years ago
gnu: Add emacs-wget.

* gnu/packages/emacs.scm (emacs-wget): New variable.
18d26210 — Mark H Weaver 11 years ago
gnu: Add emacs-w3m.

* gnu/packages/emacs.scm (emacs-w3m): New variable.
fe4163f3 — Mark H Weaver 11 years ago
gnu: Add paredit.

* gnu/packages/emacs.scm (paredit): New variable.
9a4c9715 — Mark H Weaver 11 years ago
gnu: Add magit.

* gnu/packages/emacs.scm (magit): New variable.
75f3b1a1 — Mark H Weaver 11 years ago
Add (guix build emacs-utils).

* guix/build/emacs-utils.scm: New file.
* Makefile.am (MODULES): Add it.
* .dir-locals.el: Add indentation rules.
74dde9e9 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.16.1.

* gnu/packages/linux.scm (linux-libre): Update to version 3.16.1.
87eabd5c — Mark H Weaver 11 years ago
gnu: apl: Update to 1.4, add sqlite support.

* gnu/packages/apl.scm (apl): Update to 1.4.  Add 'sqlite' as an input.
  Pass --with-sqlite3 to configure.
93c5b1fe — Mark H Weaver 11 years ago
gnu: mysql: Update to 5.1.73.

* gnu/packages/mysql.scm (mysql): Update to 5.1.73.  Update source URI.
e6a83df1 — Mark H Weaver 11 years ago
gnu: gpgme: Update to 1.5.1.

* gnu/packages/gnupg.scm (gpgme): Update to 1.5.1.  Pass "GPG=gpg2"
  to 'make'.
66269d47 — Ludovic Courtès 11 years ago
gnu: lvm2: Upgrade, use udev, improve synopsis and description.

* gnu/packages/linux.scm (lvm2): New variable.
* gnu/packages/lvm.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/cryptsetup.scm: Adjust accordingly.
2f7f3200 — Mark H Weaver 11 years ago
system: grub: Change the default default-entry to 0.

* gnu/system/grub.scm (<grub-configuration>)[default-entry]: Change the
  default to 0.
e69a4dd0 — Mark H Weaver 11 years ago
gnu: gnupg: Update to 2.0.26.

* gnu/packages/gnupg.scm (gnupg): Update to 2.0.26.
d41bb065 — Joshua Grant 11 years ago
gnu: Add terminus-font.

* gnu/packages/fonts.scm (terminus-font): New variable.
734939a5 — David Thompson 11 years ago
Remove ftp.sunet.se mirror.

* guix/download.scm (%mirrors): Remove ftp.sunet.se URIs.
d34736c5 — Ludovic Courtès 11 years ago
profiles: Adjust to unintended manifest format change.

Reported by Andreas Enge.

* guix/profiles.scm (sexp->manifest): Adjust to handle unintended format
  change introduced in 4ca0b41.
Next