~ruther/guix-local

c4044399 — Mark H Weaver 10 years ago
gnu: linux-libre: Update to 4.2.

* gnu/packages/linux.scm (linux-libre): Update to 4.2.
* gnu/packages/linux-libre-x86_64.conf, gnu/packages/linux-libre-i686.conf:
  Update, based largely on https://jxself.org/git/kernel-configs.git
4c8f997a — Ludovic Courtès 10 years ago
graph: Add '--expression'.

* guix/scripts/graph.scm (%options, show-help): Add '--expression'.
  (guix-graph): Call 'read/eval-package-expression' for 'expression'
  pairs in OPTS.
* tests/guix-graph.sh: Add tests.
* doc/guix.texi (Invoking guix graph): Document it.
4650a77e — Andy Wingo 10 years ago
doc: Document polkit and elogind services.

* doc/guix.texi (Desktop Services): Add polkit-service and
  elogind-service documentation.
0071c789 — Andy Wingo 10 years ago
gnu: Add polkit service.

* gnu/services/desktop.scm (polkit-service): New function.
  (%desktop-services): Add polkit service.
3f130e42 — Andy Wingo 10 years ago
gnu: polkit: Look for rules in /run/current-system/profile.

* gnu/packages/polkit.scm (polkit): Configure to look for actions and
  rules in the system profile.  Arrange to look for the setuid helper in
  /run/setuid-programs.  Fix introspection installation.

Based on a patch by Mark H Weaver <mhw@netris.org>.
7b6c5c5d — Andy Wingo 10 years ago
gnu: polkit: Use elogind for seat management.

* gnu/packages/polkit.scm (polkit): Depend on elogind.
04463bb0 — Andy Wingo 10 years ago
gnu: Add elogind service.

* gnu/services/desktop.scm (<elogind-configuration>): New record type.
  (elogind-configuration-file, elogind-service): New functions.
  (%desktop-services): Add elogind-service.
5c91962a — Andy Wingo 10 years ago
gnu: elogind: Update to version 219.12.

* gnu/packages/freedesktop.scm (elogind): Update to 219.12.  Use a tarball
  instead of a git checkout.
0c146750 — Leo Famulari 10 years ago
gnu: Add attic.

* gnu/packages/backup.scm (attic): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
641c9871 — Leo Famulari 10 years ago
gnu: Add python-msgpack.

* gnu/packages/python.scm (python-msgpack, python2-msgpack): New variables.

Signed-off-by: Alex Kost <alezost@gmail.com>
89b2e0b0 — Leo Famulari 10 years ago
gnu: Add python-llfuse.

* gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables.

Signed-off-by: Alex Kost <alezost@gmail.com>
0b928076 — Alex Kost 10 years ago
gnu: emacs-flycheck: Use the upstream release instead of MELPA.

* gnu/packages/emacs.scm (flycheck): Change version to 0.23.
  Replace MELPA tarball with the upstream release.
d1f80aa4 — Alex Kost 10 years ago
emacs: Use "r" key for 'cran' action in 'import' popup.

* emacs/guix-command.el (guix-command-improve-import-argument): New
  variable and function.
  (guix-command-argument-improvers): Add it.
35557712 — 宋文武 10 years ago
gnu: xfce: Add xfce4-pulseaudio-plugin.

* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add xfce4-pulseaudio-plugin.
0f0c586a — 宋文武 10 years ago
gnu: Add xfce4-pulseaudio-plugin.

* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): New variable.
7ee2005e — 宋文武 10 years ago
gnu: xfce4-panel: Build with GTK+ 3 support.

* gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
75beb7e1 — 宋文武 10 years ago
gnu: libxfce4ui: Build with GTK+ 3 support.

* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
1921b1de — Ricardo Wurmus 10 years ago
gnu: Add deeptools.

* gnu/packages/bioinformatics.scm (deeptools): New variable.
f85ccf88 — Ricardo Wurmus 10 years ago
gnu: Add perl-czplib.

* gnu/packages/perl.scm (perl-czplib): New variable.
26ecc2a7 — Ludovic Courtès 10 years ago
gnu: Add missing patch for Guile-Present.

This patch should have been added in cdd383e.

* gnu/packages/patches/guile-present-coding.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Next