~ruther/guix-local

ebda902f — Eric Bavier 11 years ago
gnu: Add Email-Address.

* gnu/packages/mail.scm (perl-email-address): New variable.
e3cfe3d6 — Eric Bavier 11 years ago
gnu: Move perl-mime-types to (gnu packages perl).

* gnu/packages/web.scm (perl-mime-types): Move this...
* gnu/packages/perl.scm (perl-mime-types): ... to here.
186eb132 — Eric Bavier 11 years ago
gnu: add DBD-Pg.

* gnu/packages/databases.scm (perl-dbd-pg): New variable.
19c0e5a7 — Eric Bavier 11 years ago
gnu: Add Crypt-RandPasswd.

* gnu/packages/perl.scm (perl-crypt-randpasswd): New variable.
ca8e6196 — Eric Bavier 11 years ago
gnu: Add CatalystX-Script-Server-Starman.

* gnu/packages/web.scm (perl-catalystx-script-server-starman): New
  variable.
a641b579 — Eric Bavier 11 years ago
gnu: Add Starman.

* gnu/packages/web.scm (starman): New variable.
be22d5fc — Eric Bavier 11 years ago
gnu: Add Net-Server.

* gnu/packages/web.scm (perl-net-server): New variable.
8ab39c2d — Eric Bavier 11 years ago
gnu: Add HTTP-Parser-XS.

* gnu/packages/web.scm (perl-http-parser-xs): New variable.
d3182b42 — Eric Bavier 11 years ago
gnu: Add HTTP-Parser.

* gnu/packages/web.scm (perl-http-parser): New variable.
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.
Next