~ruther/guix-local

ref: 35dbbbe04c3ee77338b90cb09311c8c0d1cdc909 guix-local/gnu d---------
35dbbbe0 — Cyrill Schenkel 11 years ago
gnu: Add conkeror.

* gnu-system.am (GNU_SYSTEM_MODULES): Add new package.
* gnu/packages/conkeror.scm: New file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3263b9b3 — Mark H Weaver 11 years ago
gnu: tor: Upgrade to 0.2.4.22.

* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.22.
1c6b445b — Ludovic Courtès 11 years ago
services: Update to use the dmd 0.2 API.

* gnu/services/avahi.scm (avahi-service)[start]: Wrap command in a
  list.
* gnu/services/dbus.scm (dbus-service)[start]: Likewise.
* gnu/services/ssh.scm (lsh-service): Likewise.
* gnu/services/base.scm (mingetty-service)[start]: Likewise.
  (nscd-service)[start]: Likewise.
  (syslog-service)[start]: Likewise.
  (guix-service)[start]: Likewise.
  (udev-service)[start]: Use 'exec-command' instead of 'execl'.
* gnu/services/xorg.scm (slim-service)[start]: Likewise, and use
  #:environment-variables.
b3342b54 — Ludovic Courtès 11 years ago
gnu: dmd: Update to 0.2.

* gnu/packages/admin.scm (dmd): Update to 0.2; remove 'patches'.
* gnu/packages/patches/dmd-getpw.patch,
  gnu/packages/patches/dmd-tests-longer-sleeps.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
ac47a7c2 — Ludovic Courtès 11 years ago
gnu: linux-libre: Use the GNU + Freedo boot logo.

* gnu/packages/linux.scm (%boot-logo-patch): New variable.
  (linux-libre)[build-phase]: Apply it.
  [native-inputs]: Add it.
fa40e4d4 — Mark H Weaver 11 years ago
gnu: bitlbee: Upgrade to 3.2.2.

* gnu/packages/messaging.scm (bitlbee): Upgrade to 3.2.2.  Remove patches.
  Use 'libotr' instead of 'libotr-3'.
* gnu/packages/patches/bitlbee-fix-tests.patch: Remove file.
* gnu/packages/patches/bitlbee-memset-fix.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove patches.
8ee380ba — Ludovic Courtès 11 years ago
gnu: gnupg: Update to 2.0.25 and 1.4.18.

* gnu/packages/gnupg.scm (gnupg): Update to 2.0.25.
  (gnupg-1): Update to 1.4.18.
8731e527 — John Darrington 11 years ago
gnu: Add maxima.

* gnu/packages/maths.scm (maxima): New variable.
f842bbed — John Darrington 11 years ago
gnu: Add gcl.

* gnu-system.am (GNU_SYSTEM_MODULES): Add new package.
* gnu/packages/lisp.scm: New file.
e84d8b30 — Ludovic Courtès 11 years ago
vm: Enable QEMU support in the freestanding VM image.

* gnu/system/vm.scm (system-qemu-image): Add 'initrd' field.
3a100e79 — Ludovic Courtès 11 years ago
gnu: Avoid circular dependency among modules.

Reported by Alex Kost <alezost@gmail.com>.

* gnu/packages/python.scm: Don't use #:select for (gnu packages zip).
12c0f32a — John Darrington 11 years ago
gnu: Add gegl and gimp

* gnu/packages/gimp.scm (gegl, gimp): New variables.
615215a5 — Ludovic Courtès 11 years ago
gnu: Add youtube-dl.

* gnu/packages/video.scm (youtube-dl): New variable.
0f28ee34 — Ludovic Courtès 11 years ago
gnu: pdf: Add PoDoFo.

* gnu/packages/pdf.scm (podofo): New variable.
3cf118a1 — Cyrill Schenkel 11 years ago
gnu: Add cmatrix.

* gnu/packages/games.scm (cmatrix):  New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ed02caff — Cyrill Schenkel 11 years ago
gnu: Add node.

* gnu-system.am (GNU_SYSTEM_MODULES): Add new package.
* gnu/packages/node.scm: New file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f33e2d78 — Ludovic Courtès 11 years ago
services: Add lshd service.

* gnu/services/ssh.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
060238ae — Ludovic Courtès 11 years ago
linux-initrd: Rename 'qemu-initrd' to 'base-initrd'.

* gnu/system/linux-initrd.scm (qemu-initrd): Rename to...
  (base-initrd): ... this.
* gnu/system.scm (<operating-system>)[initrd]: Update accordingly.
* gnu/system/vm.scm (expression->derivation-in-linux-vm,
  system-disk-image, virtualized-operating-system): Likewise.
4fc96187 — Ludovic Courtès 11 years ago
linux-initrd: Disable QEMU networking by default.

* gnu/system/linux-initrd.scm (qemu-initrd): Remove default value for
  #:qemu-networking?.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
  #:qemu-networking? #t.
  (system-disk-image): Remove #:qemu-networking? #f.
  (virtualized-operating-system): Pass #:qemu-networking? #t.
24e0160a — Ludovic Courtès 11 years ago
linux-initrd: Make the virtio kernel modules optional.

* gnu/system/linux-initrd.scm (qemu-initrd): Add #:virtio? parameter.
  Use it.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
  'qemu-initrd' #:virtio?.
  (virtualized-operating-system): Likewise.
Next