~ruther/guix-local

02683c33 — Ludovic Courtès 10 years ago
system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.

* gnu/system.scm (%base-packages): Use INFO-READER instead of TEXINFO.
7feebd33 — Ludovic Courtès 10 years ago
gnu: Add 'info-reader'.

* gnu/packages/texinfo.scm (info-reader): New variable.
0feefb53 — Ludovic Courtès 10 years ago
install: Remove cgroup and elogind file systems.

* gnu/system/install.scm (installation-os): Explicitly list three file
systems instead of using %BASE-FILE-SYSTEMS.
2fa909b2 — Ludovic Courtès 10 years ago
activation: Copy account skeletons silently.

* gnu/build/activation.scm (copy-account-skeletons): Pass #:log to
'copy-recursively'.
ee03b75d — Ludovic Courtès 10 years ago
install: Add /tmp as a tmpfs.

Fixes <http://bugs.gnu.org/23056>.
Reported by Michael Downey <shaggy814@yandex.com>
and Kei <kei@openmailbox.org>.

* gnu/system/install.scm (installation-os)[file-systems]: Add "/tmp".
cc7234ae — Ludovic Courtès 10 years ago
services: nscd: Make respawnable.

* gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
229b3661 — Leo Famulari 10 years ago
gnu: python-llfuse-0.41: Update to 0.41.1.

* gnu/packages/python.scm (python-llfuse-0.41): Update to 0.41.1.
6fc5c11b — Leo Famulari 10 years ago
gnu: Add borg.

* gnu/packages/backup.scm (borg): New variable.
5a39b07f — Leo Famulari 10 years ago
gnu: attic: Specify dependency on python-llfuse-0.41.

* gnu/packages/backup.scm (attic)[inputs]: Specify dependency on
python-llfuse-0.41.
cd0569c4 — Leo Famulari 10 years ago
gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.0.
(python-llfuse)[properties]: New field.
[license]: Remove 'expat'.
(python2-llfuse): Use 'strip-python2-variant'.
[propagated-inputs]: Add python2-contextlib2.
(python-llfuse-0.41): New variable.
bd74be7b — Leo Famulari 10 years ago
gnu: python-msgpack: Use 'python2-variant'.

* gnu/packages/python.scm (python-msgpack)[native-inputs]: Remove field.
[properties]: New field.
(python2-msgpack): Use 'strip-python2-variant'.
[native-inputs]: Add python2-setuptools.
ae831df4 — Leo Famulari 10 years ago
gnu: python-msgpack: Update to 0.4.7.

* gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 0.4.7.
[source]: Use pypi-uri.
98db8e89 — Alex Kost 10 years ago
Update .mailmap.

* .mailmap: Add new entries for Al McElrath, Alírio Eyng, Andreas Enge,
  Ben Woodcroft, David Thompson, Leo Famulari, Mathieu Lirzin, Nils
  Gillmann, Raimon Grau.
6667af6a — Alex Kost 10 years ago
doc: Clarify installation instructions for "guix.el".

* doc/emacs.texi (Emacs Initial Setup): Mention that "guix package -i
guix" is an easy way.  Warn that "make install" may lead to an outdated
code.
ff4455e6 — Alex Kost 10 years ago
emacs: Deprecate "guix-init.el".

'guix-init' served 2 purposes:

- to autoload guix commands (by requiring 'guix-autoloads');
- and to autoload Emacs packages installed with Guix (by requiring
  'guix-emacs').

The second purpose is not actual anymore, as Emacs package handles this
task now, so there is no need in 'guix-init' anymore.

* emacs/guix-init.el: Do not require 'guix-emacs'.  Add a deprecation
  message.
* doc/emacs.texi (Emacs Initial Setup): Recommend to use
  'guix-autoloads' instead of 'guix-init'.
453cdf86 — Alex Kost 10 years ago
system: Do not create "site-start.el".

After commits 004ea62 and 092dd65, Emacs can find packages in a system
profile, so it autoloads guix code without additional hacks, which can
be removed now.

* gnu/system.scm (emacs-site-file, emacs-site-directory): Remove.
(operating-system-etc-service): Adjust accordingly.
(operating-system-environment-variables): Remove EMACSLOADPATH.
1d216b6e — Ricardo Wurmus 10 years ago
gnu: Remove "r-repository" property.

* gnu/packages/bioinformatics.scm (r-biocgenerics, r-s4vectors,
r-iranges, r-genomeinfodb, r-xvector, r-genomicranges)[properties]:
Remove "r-repository" property.
08595262 — Andreas Enge 10 years ago
gnu: pari-gp: Syntactic changes.

* gnu/packages/algebra.scm (pari-gp)[arguments]: Use modify-phases syntax.
f2ab9250 — Ludovic Courtès 10 years ago
services: xorg: Fix ~/.xsession handling.

Fixes a regression introduced in c510cbb4ecb270ca3edf282c6769aa2bfb144822.

* gnu/services/xorg.scm (xinitrc)[builder]: Add missing 'apply' when
XSESSION-FILE exists.
473dbe9b — Efraim Flashner 10 years ago
gnu: modem-manager: Update to 1.4.14.

* gnu/packages/freedesktop.scm (modem-manager): Update to 1.4.14.
Next