~ruther/guix-local

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.
0eed5501 — Ludovic Courtès 10 years ago
licenses: Add Fontana's copyleft-next.

* guix/licenses.scm (copyleft-next): 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>
d2f2c8f1 — Ludovic Courtès 10 years ago
size: Gracefully handle EPIPE.

* guix/scripts/size.scm (guix-size): Wrap body in 'leave-on-EPIPE'.
df36e629 — Ludovic Courtès 10 years ago
ui: Add 'leave-on-EPIPE'.

* guix/scripts/package.scm (leave-on-EPIPE): Move to...
* guix/ui.scm (leave-on-EPIPE): ... here.
d2825c96 — Ludovic Courtès 10 years ago
Add 'guix-daemon.service' file for systemd.

* etc/guix-daemon.service.in: New file, provided by Ricardo Wurmus.
* daemon.am (CLEANFILES): Add etc/guix-daemon.service.
  (systemdservicedir, nodist_systemdservice_DATA): New variables.
  (EXTRA_DIST): Add etc/guix-daemon.service.in.
* doc/guix.texi (Binary Installation, Build Environment Setup): Mention
  'guix-daemon.service'.
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>.
Next