~ruther/guix-local

5c2c9ab2 — Eric Bavier 11 years ago
gnu: Add Catalyst-View-TT.

* gnu/packages/web.scm (perl-catalyst-view-tt): New variable.
9e4a022b — Eric Bavier 11 years ago
gnu: Add Template-Timer.

* gnu/packages/perl.scm (perl-template-timer): New variable.
b16b7790 — Ludovic Courtès 11 years ago
gnu: bash-completion: Remove completions redundant with those of util-linux.

* gnu/packages/bash.scm (bash-completion)[arguments]: New field.
ee859199 — Ludovic Courtès 11 years ago
guix package: Fix 'readlink*' implementation.

* guix/scripts/package.scm (readlink*): Fix to handle symlinks with
  relative targets.  Taken from ld-wrapper2.in.
07c0b6e0 — Ludovic Courtès 11 years ago
gnu: ld-wrapper2: Make 'readlink*' tail-recursive.

* gnu/packages/ld-wrapper2.in (readlink*): Make tail-recursive.
5763ad92 — Ludovic Courtès 11 years ago
guix package: -A and -s take supported systems into account.

* guix/scripts/package.scm (guix-package)[process-query]
  <list-available>: Restrict results to packages matching
  'supported-package?".
* guix/ui.scm (package->recutils): Print "systems:".
* tests/guix-package.sh: Add tests.
* doc/guix.texi (Invoking guix package): Adjust description of
  '--list-available' accordingly.
bbceb0ef — Ludovic Courtès 11 years ago
packages: Add 'supported-package?'.

* guix/packages.scm (supported-package?): New procedure.
* tests/packages.scm ("supported-package?"): New test.
* build-aux/hydra/gnu-system.scm (package->job): Use it instead of
  'package-transitive-supported-systems'.
42f11801 — Mark H Weaver 11 years ago
gnu: ccl: Fix inputs on non-Intel platforms.

* gnu/packages/lisp.scm (ccl)[inputs]: Add default cases in 'match' forms.
  Fix pattern in "armhf-linux" case of sha256 field.
5dc3ce5f — Ludovic Courtès 11 years ago
doc: Warn earlier about the risk of overwriting with the binary install.

Suggested by Pjotr Prins <pjotr.public12@thebird.nl>.

* doc/guix.texi (Binary Installation): Move warning about overwriting
  higher up.
ec2b1921 — Andy Wingo 11 years ago
gnu: gnome-settings-daemon: Use wacom packages.

* gnu/packages/gnome.scm (gnome-settings-daemon): Use the wacom packages.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ab42a2a7 — Andy Wingo 11 years ago
gnu: Add xf86-input-wacom.

* gnu/packages/xdisorg.scm (xf86-input-wacom): New variable.
f1f7049e — Andy Wingo 11 years ago
gnu: Add libwacom.

* gnu/packages/xdisorg.scm (libwacom): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
724311a2 — Ludovic Courtès 11 years ago
packages: Allow package lookups with version prefixes.

* gnu/packages.scm (find-packages-by-name): Sort MATCHING according to
  'version>?'.  Use 'string-prefix?' instead of 'string=?' to compare
  against VERSION.
* doc/guix.texi (Invoking guix package): Add example and explanation.
e7bf0e44 — Andreas Enge 11 years ago
gnu: ucommon: Update to 6.3.1.

* gnu/packages/telephony.scm (ucommon): Update to 6.3.1.
9dc9053f — Andreas Enge 11 years ago
gnu: ccrtp: Update to 2.1.2.

* gnu/packages/telephony.scm (ccrtp): Update to 2.1.2.
936e86bd — Andreas Enge 11 years ago
gnu: sipwitch: Update to 1.9.7.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.7.
24ba7240 — Andreas Enge 11 years ago
gnu: nano: Update to 2.4.1.

* gnu/packages/nano.scm (nano): Update to 2.4.1.
3434a65b — Andreas Enge 11 years ago
gnu: calibre: Update to 2.25.0.

* gnu/packages/ebook.scm (calibre): Update to 2.25.0.
77631745 — 宋文武 11 years ago
gnu: Add MariaDB.

* gnu/packages/databases.scm (mariadb): New variable.
01ccdfb6 — 宋文武 11 years ago
gnu: Add libaio.

* gnu/packages/linux.scm (libaio): New variable.
Next