~ruther/guix-local

ref: 2c0441644ac3740c5db07f7dbb8d58b72cfa35d6 guix-local/gnu d---------
2c044164 — Andreas Enge 10 years ago
Revert "gnu: calibre: Update to 2.30.0."

The new version requires the SSL package from Python >= 2.7.9.

This reverts commit d5711017707b8e0e8a75c2e0b535fd73b8d78c6c.
b78cad85 — Ludovic Courtès 10 years ago
file-systems: Subsystem cgroups now depend on /sys/fs/cgroup.

* gnu/system/file-systems.scm (%control-groups): Define 'parent' variable.
  Initialize the 'dependencies' field for all the subsystems.
e51710d1 — Ludovic Courtès 10 years ago
file-systems: Add a 'dependencies' field to <file-system>.

* gnu/system/file-systems.scm (<file-system>)[dependencies]: New field.
* gnu/system.scm (other-file-system-services)[requirements]: Honor
  'file-system-dependencies'.
* doc/guix.texi (File Systems): Document it.
97121c2a — Ludovic Courtès 10 years ago
gnu: Add Linux-Libre 4.0.8.

* gnu/packages/linux.scm (linux-libre-4.0): New variable.
68ac258b — Ludovic Courtès 10 years ago
system: Use the CRDA udev rules.

* gnu/services/base.scm (%base-services): Add CRDA to the #:rules of
  'udev-service'.
* gnu/system/install.scm (installation-services): Likewise.
cc205dac — Ludovic Courtès 10 years ago
gnu: Add CRDA.

* gnu/packages/linux.scm (crda): New variable.
c80b4a3e — Ludovic Courtès 10 years ago
gnu: Add wireless-regdb.

* gnu/packages/linux.scm (wireless-regdb): New variable.
f70d8383 — David Hashe 10 years ago
gnu: Add eog.

* gnu/packages/gnome.scm (eog): New variable.
177b4255 — David Hashe 10 years ago
gnu: Add exempi.

* gnu/packages/freedesktop.scm (exempi): New variable.
aa90f2cd — Eric Bavier 10 years ago
gnu: duplicity: Update to 0.6.26.

* gnu/packages/backup.scm (duplicity): Update to 0.6.26.
ec9825d6 — Ricardo Wurmus 10 years ago
gnu: Add emacs-pdf-tools.

* gnu/packages/emacs.scm (emacs-pdf-tools): New variable.

Co-authored-by: Alex Kost <alezost@gmail.com>
ee2a6304 — Ludovic Courtès 10 years ago
system: Add 'kernel-arguments' field.

* gnu/system.scm (<operating-system>)[kernel-arguments]: New field.
  (operating-system-grub.cfg): Honor it.
  (operating-system-parameters-file): Add 'kernel-arguments' to the parameters
  file.
* guix/scripts/system.scm (previous-grub-entries)[system->grub-entry]: Read
  the 'kernel-arguments' field of the parameters file, when available.
* gnu/system/vm.scm (system-qemu-image/shared-store-script):
  Use (operating-system-kernel-arguments os) in '-append'.
* doc/guix.texi (operating-system Reference): Document it.
2378df55 — Ludovic Courtès 10 years ago
system: Fix typo in 'PS1' in skeleton '.bashrc'.

* gnu/system/shadow.scm (default-skeletons): Move misplaced backslash.
7aab13f1 — Mathieu Lirzin 10 years ago
gnu: Add gnome-common.

* gnu/packages/gnome.scm (gnome-common): New variable.
889e57f4 — Mathieu Lirzin 10 years ago
gnu: Add lxappearance.

* gnu/packages/lxde.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
6c92551a — Ludovic Courtès 10 years ago
install: Reset the mtimes of all the files in the binary tarball.

* gnu/system/install.scm (self-contained-tarball): Pass "--mtime=@0".  The
  only files whose mtime was not already were those in /var/guix and
  /gnu/store/.links.
1cab9e81 — Ludovic Courtès 10 years ago
file-systems: 'uuid' raises a syntax error for invalid UUIDs.

* gnu/system/file-systems.scm (uuid): Call 'syntax-violation' when
  'string->uuid' returns #f.
* tests/file-systems.scm ("uuid, syntax error"): New test.
68e88a09 — Efraim Flashner 10 years ago
gnu: Update livestreamer to 1.12.2.

* gnu/packages/video (livestreamer): Update to 1.12.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
64720891 — Ludovic Courtès 10 years ago
system: Make /dev/kvm 660.

* gnu/services/base.scm (kvm-udev-rule): Change /dev/kvm mode to 0660 as a
  followup to the resolution of <http://bugs.gnu.org/18994>.
b76c4152 — Mark H Weaver 10 years ago
gnu: icecat: Update to 31.8.0-gnu1.

* gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch: New file.
* gnu/packages/patches/icecat-CVE-2015-2722-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2722-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt3.patch,
  gnu/packages/patches/icecat-CVE-2015-2724-pt4.patch,
  gnu/packages/patches/icecat-CVE-2015-2728-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2728-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2733-pt1.patch,
  gnu/packages/patches/icecat-CVE-2015-2733-pt2.patch,
  gnu/packages/patches/icecat-CVE-2015-2735.patch,
  gnu/packages/patches/icecat-CVE-2015-2736.patch,
  gnu/packages/patches/icecat-CVE-2015-2738.patch,
  gnu/packages/patches/icecat-CVE-2015-2739.patch,
  gnu/packages/patches/icecat-CVE-2015-2740.patch,
  gnu/packages/patches/icecat-CVE-2015-2743.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them, and add the new file.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.8.0-gnu1.  Remove the
  outdated patches and add the new one.
Next