~ruther/guix-local

ref: 10d86d54f05ab8e1ed98cd2f29af9f1864fc7316 guix-local/gnu d---------
fc91c17a — Ludovic Courtès 11 years ago
Add (gnu system install).

* gnu/system/install.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
548d4c13 — Ludovic Courtès 11 years ago
system: Add 'issue' field.

* gnu/system.scm (<operating-system>)[issue]: New field.
  (%default-issue): New variable.
  (etc-directory): Add #:issue parameter and honor it.
  (operating-system-etc-directory): Adjust call accordingly.
* build-aux/hydra/demo-os.scm: Add 'issue' field.
52322163 — Ludovic Courtès 11 years ago
system: Add more options for 'mingetty-service'.

* gnu/services/base.scm (mingetty-service): Add #:auto-login,
  #:login-program, and #:login-pause? parameters and honor them.
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'.
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.
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.
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.
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.
Next