~ruther/guix-local

ff0bf0ac — Andreas Enge 11 years ago
gnu: libgnome: Correct source file name.

* gnu/packages/gnome.scm (libgnome): Correct source file name.
0ba10e08 — Ludovic Courtès 11 years ago
hydra: Build for mips64el-linux.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[systems]: Add
  mips64el-linux.
bd663902 — Ludovic Courtès 11 years ago
gnu: fuse: Allow use of 'fusermount' taken from $PATH.

* gnu/packages/linux.scm (fuse) <set-file-names>: Set FUSERMOUNT_DIR in
  lib/Makefile.
db288efa — Ludovic Courtès 11 years ago
gnu: Add sshfs-fuse.

* gnu/packages/linux.scm (sshfs-fuse): New variable.
a83b6a06 — John Darrington 11 years ago
gnu: Make gtk-glext depend on pangox-compat and remove workaround patch

* gnu/packages/gnome.scm (gtk-glext): Add new dependency and remove patch
* gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: Delete file
* gnu-system.am: Delete gnu/packages/patches/gtkglext-remove-pangox-dependency.patch
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.
35066aa5 — Ludovic Courtès 11 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 11 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 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.
Next