~ruther/guix-local

f731529e — Ludovic Courtès 9 years ago
install: Add dosfstools.

* gnu/system/install.scm (installation-os)[packages]: Add DOSFSTOOLS.
gnu: tor: Recommend torsocks.

* gnu/packages/tor.scm (tor)[description]: Recommend torsocks.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
3eee1613 — Ludovic Courtès 9 years ago
gnu: grub: Add dependency on efibootmgr.

Suggested by Marius Bakke <mbakke@fastmail.com>.

* gnu/packages/grub.scm (grub)[arguments]: In 'patch-stuff', set
efibootmgr absolute file name in 'platform.c'.
[inputs]: Add EFIBOOTMGR.
5597b3ae — Ludovic Courtès 9 years ago
doc: "Nar" now means "normalized archive".

* doc/guix.texi (Invoking guix archive): Mention "normalized archive"
and add index entries.
c8502d9e — Tobias Geerinckx-Rice 9 years ago
Revert "gnu: kmod: Update to 23."

This should have been pushed to the ‘staging’ branch first.

This reverts commit 1e1cd416293e9d119ca3c1fe136d52af10b41d85.
7c58c852 — Tobias Geerinckx-Rice 9 years ago
gnu: libraw1394: Update to 2.1.2.

* gnu/packages/linux.scm (libraw1394): Update to 2.1.2.
1e1cd416 — Tobias Geerinckx-Rice 9 years ago
gnu: kmod: Update to 23.

* gnu/packages/linux.scm (kmod): Update to 23.
3fe7cb87 — Tobias Geerinckx-Rice 9 years ago
gnu: ethtool: Update to 4.8.

* gnu/packages/networking.scm (ethtool): Update to 4.8.
7d162df8 — Tobias Geerinckx-Rice 9 years ago
gnu: mcelog: Update to 146.

* gnu/packages/linux.scm (mcelog): Update to 146.
0eb36dd1 — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.39.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.39.
fb73f07a — Leo Famulari 9 years ago
gnu: guile-irregex: Update to 0.9.6 [fixes CVE-2016-9954].

* gnu/packages/guile.scm (guile-irregex): Update to 0.9.6.
57aa94bd — Mathieu Lirzin 9 years ago
services: cuirass: Put specifications in the store.

* gnu/services/cuirass.scm (<cuirass-configuration>): Change type of
'specifications' field to an alist to match the documentation example.
(cuirass-shepherd-service): Store the provided specifications in a file.  Use
that file as the "--specification" argument.
44ccd962 — Mathieu Lirzin 9 years ago
gnu: cuirass: Update to revision 2.

* gnu/packages/ci.scm (cuirass): Update to revision 2.
[native-inputs]: Add texinfo.
177de537 — Tobias Geerinckx-Rice 9 years ago
gnu: libpsl: Update to 0.16.0.

* gnu/packages/web.scm (libpsl): Update to 0.16.0.
426aecfd — Tobias Geerinckx-Rice 9 years ago
gnu: openconnect: Update to 7.08.

* gnu/packages/vpn.scm (openconnect): Update to 7.09.
7d73b2c6 — John Darrington 9 years ago
gnu: Add system test for the rpcbind-daemon service.

* gnu/tests/nfs.scm: New file.
* gnu/local.mk: Add it.
7781afde — Thomas Danckaert 9 years ago
gnu: Add kdevelop.

* gnu/packages/kde.scm (kdevelop): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c02c8cf4 — Thomas Danckaert 9 years ago
gnu: Add kdevplatform.

* gnu/packages/kde.scm (kdevplatform): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7c1a5209 — Thomas Danckaert 9 years ago
gnu: libksysguard: Correct inputs.

* gnu/packages/kde.scm (libksysguard)[inputs]: Remove kdbusaddons,
  kdoctools, kinit, knewstruff, knotifications, kio; add kauth,
  kcompletion, kconfig, kcoreaddons, kwidgetsaddons.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e05b780a — Christopher Baines 9 years ago
services: postgresql: Add locale to configuration

* gnu/services/databases.scm (<postgresql-configuration>): Add locale
  field.
  (postgresql-shepherd-service): Pass locale to initdb.
  (postgresql-service): Add locale default.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next