~ruther/guix-local

1bb784ea — Ludovic Courtès 11 years ago
linux-initrd: Gracefully deal with partitions with no label.

* guix/build/linux-initrd.scm (partition-label-predicate): Check whether
  'ext2-superblock-volume-name' returns #f, and return #f if it does.
b0e3635e — Ludovic Courtès 11 years ago
gnu: Move libarchive to (gnu packages backup).

* gnu/packages/compression.scm (libarchive): Move to...
* gnu/packages/backup.scm (libarchive): ... here.
  Import (guix licenses) with #:renamer to avoid conflicting 'zlib'
  bindings.
10ace2c4 — Ludovic Courtès 11 years ago
vm: disk-image: Specify the root file system using a label.

* gnu/system/vm.scm (system-disk-image)[root-label]: New variable.
  Use it for the root file system, and pass it as #:file-system-label to
  'qemu-image'.
85a83edb — Ludovic Courtès 11 years ago
linux-initrd: Allow use of volume labels in 'file-system' declarations.

* guix/build/linux-initrd.scm (%ext2-endianness, %ext2-sblock-magic,
  %ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name):
  New macros.
  (read-ext2-superblock, ext2-superblock-uuid,
  ext2-superblock-volume-name, disk-partitions,
  partition-label-predicate, find-partition-by-label,
  canonicalize-device-spec): New procedures.
  (mount-file-system): Use 'canonicalize-device-spec' on SOURCE.
  (boot-system): Likewise for ROOT.
* doc/guix.texi (Using the Configuration System): Adjust 'file-system'
  declaration accordingly.
bd3fc08c — Eric Bavier 11 years ago
gnu: Add rdiff-backup.

* gnu/packages/backup.scm (rdiff-backup): New variable.
22c24621 — Eric Bavier 11 years ago
gnu: Add btar.

* gnu/packages/backup.scm (btar): New variable.
d42e6122 — Eric Bavier 11 years ago
gnu: Add rdup.

* gnu/packages/backup.scm (rdup): New variable.
28469ab0 — Eric Bavier 11 years ago
gnu: Add libarchive.

* gnu/packages/compression.scm (libarchive): New variable.
2d762953 — Eric Bavier 11 years ago
gnu: Add hdup.

* gnu/packages/backup.scm (hdup): New variable.
411fc81d — Ludovic Courtès 11 years ago
hydra: Don't cross-build from MIPS to MIPS.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[same?, either]: New
  procedure.  Use it in 'remove' call.
8a07c289 — Ludovic Courtès 11 years ago
system: Add 'fusermount' to the default setuid programs.

* gnu/system.scm (%setuid-programs): Add 'fusermount'.
ef9fc40d — Ludovic Courtès 11 years ago
vm: Allow a volume name to be specified for the root partition.

* guix/build/vm.scm (format-partition): Add #:label parameter, and honor
  it.
  (initialize-hard-disk): Add #:file-system-label parameter, and pass it
  to 'format-partition'.
* gnu/system/vm.scm (qemu-image): Add #:file-system-label parameter and
  pass it to 'initialize-hard-disk'.
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.
Next