~ruther/guix-local

a43da8f9 — Ludovic Courtès 12 years ago
gnu: gcc-4.8: Upgrade to 4.8.3.

* gnu/packages/gcc.scm (gcc-4.8): Upgrade to 4.8.3.
af018f5e — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
35066aa5 — Ludovic Courtès 12 years ago
syscalls: Be more permissive in 'umount' test.

* tests/syscalls.scm ("umount, ENOENT"): Rename to...
  ("umount, ENOENT/EPERM"): ... this.  Accept EPERM as a valid return
  value.
5895f244 — Ludovic Courtès 12 years ago
store: Work around 'get-bytevector-n' bug that affects 'import-paths'.

Fixes <http://bugs.gnu.org/17591>.

* guix/store.scm (process-stderr) <%stderr-read>: Use
  'get-bytevector-n!' instead of 'get-bytevector-n'.
2a7050ab — Ludovic Courtès 12 years ago
gnu: Add Autoconf 2.64.

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

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

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

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

* gnu/packages/python.scm (python-lockfile): New variable.
f4561be2 — Ludovic Courtès 12 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 12 years ago
gnu: Add Transmission.

* gnu/packages/bittorrent.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
5698b8b8 — John Darrington 12 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 12 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 12 years ago
gnu: Add inotify-tools.

* gnu/packages/linux.scm (inotify-tools): New variable.
25083588 — Ludovic Courtès 12 years ago
doc: Augment "Package Naming".

* doc/guix.texi (Package Naming): Mention underscores, and give SDL_net
  as an example.
884af1b4 — Ludovic Courtès 12 years ago
store: Remove misleading 'setsockopt' call.

* guix/store.scm (open-connection): Remove misleading 'setsockopt' call,
  erroneously introduced in df1fab58.  This would actually shrink the
  receive buffer from 124 KiB to 12 KiB, though it had little impact on
  performance.
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.
517830cc — Ludovic Courtès 12 years ago
system: Always create /var/empty.

* guix/build/install.scm (directives): Add /var/empty.
Next