~ruther/guix-local

785fb60e — David Thompson 10 years ago
gnu: redis: Update to 3.0.4

* gnu/packages/databases.scm (redis): Update to 3.0.4.
0081410d — Ludovic Courtès 10 years ago
Revert "services: 'mingetty-service' no longer takes monadic values."

This reverts commit daa48c31797b27e3a0991d0db7406c951ebc86df.
82aa2a28 — Leo Famulari 10 years ago
gnu: Add lz4.

* gnu/packages/compression.scm (lz4): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
daa48c31 — Ludovic Courtès 10 years ago
services: 'mingetty-service' no longer takes monadic values.

* gnu/services/base.scm (mingetty-service): Change default value of
  #:motd from a monadic value to a <plain-file>.  Assume MOTD to be a
  file-like object.  Assume LOGIN-PROGRAM is a gexp or #f.
  (%base-services): Use 'plain-file' instead of 'text-file' for motd.
* gnu/system/linux.scm (unix-pam-service): Update docstring to mention
  that MOTD is a file-like object.
* doc/guix.texi (Base Services): Adjust 'mingetty-service' documentation
  accordingly.
5fbbd29f — Ricardo Wurmus 10 years ago
gnu: Add ibus-libpinyin.

* gnu/packages/ibus.scm (ibus-libpinyin): New variable.
12edffe4 — Ricardo Wurmus 10 years ago
gnu: Add libpinyin.

* gnu/packages/ibus.scm (libpinyin): New variable.
5708a92a — David Thompson 10 years ago
gnu: minetest: Update to 0.4.13.

* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.13.
ea50a7cf — 宋文武 10 years ago
Revert "gnu: lzo: Update to 2.09."

This reverts commit 5cfb91c7d40e66c9357734bbff0ec297a72c133d.
5cfb91c7 — 宋文武 10 years ago
gnu: lzo: Update to 2.09.

* gnu/packages/compression.scm (lzo): Update to 2.09.
e693db42 — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.19.9.

* gnu/packages/enlightenment (enlightenment): Update to 0.19.9.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
16460dc0 — Efraim Flashner 10 years ago
gnu: emotion-generic-players: Update to 1.15.0.

* gnu/packages/enlightenment.scm (emotion-generic-players):
  Update to 1.15.0.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
735331de — Efraim Flashner 10 years ago
gnu: evas-generic-loaders: Update to 1.15.0.

* gnu/packages/enlightenment.scm (evas-generic-loaders):
  Update to 1.15.0.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
3c07ae5d — Efraim Flashner 10 years ago
gnu: elementary: Update to 1.15.1.

* gnu/packages/enlightenment.scm (elementary): Update to 1.15.1.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
f4db4858 — Efraim Flashner 10 years ago
gnu: efl: Update to 1.15.1.

* gnu/packages/enlightenment.scm (efl): Update to 1.15.1.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
dab148b6 — Efraim Flashner 10 years ago
gnu: terminology: Update to 0.9.0.

* gnu/packages/enlightenment.scm (terminology): Update to 0.9.0.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
b7610f23 — Efraim Flashner 10 years ago
gnu: ncdu: Update to 1.11.

* gnu/packages/ncdu.scm (ncdu): Update to 1.11.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
c84940ef — Andreas Enge 10 years ago
Revert "gnu: bdb: Fix indentation."

This reverts commit 41996f22abd9a0f03893177f1fcf1a76731025bb.
51c591ba — Andreas Enge 10 years ago
Revert "gnu: bdb: Add configure flag to fix C++ header file."

This reverts commit e4c3e2cd439f6a330fbd459097a1b79be41b4e56.
e4c3e2cd — Andreas Enge 10 years ago
gnu: bdb: Add configure flag to fix C++ header file.

* gnu/packages/databases.scm (bdb): Build with "--enable-cxx", which causes
  HAVE_CXX_STDHEADERS to be defined in db_cxx.h in the output.
41996f22 — Andreas Enge 10 years ago
gnu: bdb: Fix indentation.

* gnu/packages/databases.scm (bdb): Fix indentation.
Next