~ruther/guix-local

ref: 25f76ef0bae59fc7da6f1e0d4f62ec9e5f75ee94 guix-local/gnu d---------
25f76ef0 — John Darrington 11 years ago
gnu: Add cssc.

* gnu/packages/version-control.scm (cssc): New variable.
* gnu/packages/patches/cssc-gets-undeclared.patch: New file
* gnu/packages/patches/cssc-missing-include.patch: New file
* gnu-system.am: Add gnu/packages/patches/cssc-gets-undeclared.patch
  and gnu/packages/patches/cssc-missing-include.patch
93c3de92 — Andreas Enge 11 years ago
gnu: hdf5: Fix source download location.

* gnu/packages/maths.scm (hdf5): Use "release" directory and not the "current"
    directory for the source, which does not break on new upstream releases.
2a7050ab — Ludovic Courtès 11 years ago
gnu: Add Autoconf 2.64.

* gnu/packages/autotools.scm (autoconf-2.64): New variable.
33dcd2a8 — Eric Bavier 11 years ago
gnu: librsync: Fix source uri

* gnu/packages/rsync.scm (librsync) [source]: Fix sourceforge uri.
d1a5439b — Eric Bavier 11 years ago
gnu: Add duplicity.

* gnu/packages/backup.scm: New file.
* gnu-system.am: Add it.
5a1a4bf6 — Eric Bavier 11 years ago
gnu: Add python-mock.

* gnu/packages/python.scm (python-mock): New variable.
c1448c69 — Eric Bavier 11 years ago
gnu: Add python-lockfile.

* gnu/packages/python.scm (python-lockfile): New variable.
f4561be2 — Ludovic Courtès 11 years ago
services: Add D-Bus and Avahi.

* gnu/services/dbus.scm: New file.
* gnu/services/avahi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add them.
3963a729 — Ludovic Courtès 11 years ago
gnu: Add Transmission.

* gnu/packages/bittorrent.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
5698b8b8 — John Darrington 11 years ago
gnu: Add gsegrafix and dependent libraries.

* gnu/packages/math.scm (gsegrafix): New variable.
* gnu/packages/gtk.scm (pangox-compat): New variable.
* gnu/packages/gnome.scm (libidl, orbit2, libbonobo, gconf, gnome-mime-data,
  gnome-vfs, libgnome, libart-lgpl, libgnomecanvas, libgnomeui, libglade,
  libgnomeprint, libgnomeprintui, libbonoboui): New variables.
ff78435f — Eric Bavier 11 years ago
gnu: Add mcrypt, libmcrypt, and libmhash.

* gnu/packages/mcrypt.scm: New file.
* gnu/packages/patches/mhash-keygen-test-segfault.patch: New patch.
* gnu-system.am (GNU_SYSTEM_MODULES): Add file.
  (dist_patch_DATA): Add patch.
7f0635f6 — Eric Bavier 12 years ago
gnu: Add librsync.

* gnu/packages/rsync.scm (librsync): New variable.
de0b620e — Ludovic Courtès 11 years ago
gnu: Add inotify-tools.

* gnu/packages/linux.scm (inotify-tools): New variable.
4b2615e1 — Ludovic Courtès 12 years ago
services: nscd: Provide an 'activate' script to make /var/run/nscd.

* gnu/services/base.scm (nscd-service): Add 'activate' field.
* guix/build/install.scm (directives): Remove /var/run/nscd; add
  /var/run.
* doc/guix.texi (Defining Services): Add 'activate' field in example.
  Document it.
55ccc388 — Ludovic Courtès 12 years ago
services: Support per-service activation scripts.

* gnu/services.scm (<service>)[activate]: New field.
* gnu/system.scm (operating-system-activation-script)[service-activations]:
  New procedure.  Use it, and primitive-load each activation.
484a2b3a — Ludovic Courtès 12 years ago
system: Separate the activation script from the boot script.

* gnu/system.scm (operating-system-activation-script): New procedure,
  containing most of the former 'operating-system-boot-script'.
  (operating-system-boot-script): Call it, and 'primitive-load' its
  result.
* guix/build/activation.scm (%booted-system): Remove.
  (activate-current-system): Remove #:boot? parameter and related code.
a9f48ff0 — Eric Bavier 12 years ago
gnu: Add lzop.

* gnu/packages/compression.scm (lzop): New variable.
112440a7 — Ludovic Courtès 12 years ago
vm: Disable QEMU networking in the disk image initrd.

* gnu/system/linux-initrd.scm (qemu-initrd): Add #:qemu-networking?
  parameter and honor it.
* gnu/system/vm.scm (system-disk-image): Pass #:qemu-networking #f.
1e77fedb — Ludovic Courtès 12 years ago
vm: Add 'system-disk-image'.

* gnu/system/vm.scm (system-disk-image): New procedure.
f19c6e5f — Ludovic Courtès 12 years ago
vm: Use a para-virtualized disk when creating an image.

* guix/build/vm.scm (load-in-linux-vm): When MAKE-DISK-IMAGE?, use
  '-drive ...,if=virtio' for better performance.
* gnu/system/vm.scm (qemu-image): Use /dev/vda instead of /dev/sda.
Next