~ruther/guix-local

993fb66d — Ludovic Courtès 13 years ago
guix package: Gracefully handle `official-gnu-packages' failure.

* guix/gnu-maintenance.scm (http-fetch): Error out when DATA is #f.
* guix/scripts/package.scm (check-package-freshness): Wrap
  `gnu-package?' call in `false-if-exception'.
  Reported by Cyril Roelandt <tipecaml@gmail.com>.
3be9f724 — Ludovic Courtès 13 years ago
gnu: emacs: Update to 24.3.

* gnu/packages/emacs.scm (emacs): Update to 24.3.  Use the .xz tarball.
* gnu/packages/patches/emacs-configure-sh.patch: Adjust.
b5c56e62 — Ludovic Courtès 13 years ago
gnu: texinfo: Update to 5.1.

* gnu/packages/texinfo.scm (texinfo): Update to 5.1.
ef86c39f — Ludovic Courtès 13 years ago
ui: Gracefully report failures to connect to the daemon.

* guix/store.scm (&nix-connection-error): New condition type.
  (open-connection): Translate `system-error' during the `connect' call
  into `&nix-connection-error'.
* guix/ui.scm (call-with-error-handling): Add case for `nix-connection-error?'.
* guix/scripts/package.scm (guix-package): Move `open-connection' call
  within `with-error-handling'.
* guix/scripts/pull.scm (guix-pull): Likewise.
* guix/scripts/download.scm (guix-download): Move body within
  `with-error-handling'.
1fb78cb2 — Ludovic Courtès 13 years ago
packages: Remove the default value for `license'.

* guix/packages.scm (<package>): Remove the default value for `license'.
* gnu/packages/bootstrap.scm (package-from-tarball,
  %bootstrap-glibc, %bootstrap-gcc): Initialize `license'.
* tests/packages.scm (dummy-package): Likewise.
6ba9dd81 — Ludovic Courtès 13 years ago
Revert "utils: Add 'wrap-program'."

This reverts commit 02065130de33e990969fe9b7cc19b9b1c24f3ff7.
02065130 — Nikita Karetnikov 13 years ago
utils: Add 'wrap-program'.

* guix/build/utils.scm (wrap-program): New procedure.
563e8b39 — Nikita Karetnikov 13 years ago
gnu: Add GNU Fdisk.

* gnu/packages/fdisk.scm: New file.
* Makefile.am (MODULES): Add it.
bd5ecea6 — Nikita Karetnikov 13 years ago
gnu: Add w3m.

* gnu/packages/w3m.scm,
  gnu/packages/patches/w3m-fix-compile.patch: New files.
* Makefile.am (MODULES): Add 'w3m.scm'.
  (dist_patch_DATA): Add 'w3m-fix-compile.patch'.
bbd60260 — Nikita Karetnikov 13 years ago
licenses: Add 'x11-style'.

* guix/licenses.scm (x11-style): New variable.
6a917ef7 — Ludovic Courtès 13 years ago
gnu-maintenance: Clarify `releases'.

* guix/gnu-maintenance.scm (releases): Change to use `match' and
  `match-lambda'.  Add `release-file' auxiliary function.
296540a6 — Ludovic Courtès 13 years ago
gnu-maintenance: Fix `gnu-package?' for packages lacking a `source'.

* guix/gnu-maintenance.scm (gnu-package?): Support PACKAGE when its
  source is #f.
19777ae6 — Ludovic Courtès 13 years ago
guix package: Recover from freshness check transient errors.

* guix/scripts/package.scm (check-package-freshness): Ignore
  `getaddrinfo-error' and `ftp-error' exceptions.
ef010c0f — Ludovic Courtès 13 years ago
guix package: Inform about new upstream versions of GNU packages.

* guix/gnu-maintenance.scm (gnu-package?): New procedure.
* guix/scripts/package.scm (waiting): New macro.
  (check-package-freshness): New procedure.
  (guix-package)[process-actions]: Use it.
* doc/guix.texi (Invoking guix package): Mention the feature.
c50cbfd6 — Ludovic Courtès 13 years ago
gnu: Add Avahi.

* gnu/packages/avahi.scm: New file.
* Makefile.am (MODULES): Add it.
ea7127b9 — Ludovic Courtès 13 years ago
gnu: Update GnuTLS to 3.1.9.1.

* gnu/packages/gnutls.scm (gnutls): Update to 3.1.9.1.
71eb5c10 — Ludovic Courtès 13 years ago
gnu: Add intltool.

* guix/download.scm (%mirrors): Add `gnome' mirrors.
* gnu/packages/glib.scm (intltool): New variable.
938081b9 — Andreas Enge 13 years ago
gnu: Add lsof.

* gnu/packages/lsof.scm: New file.
* Makefile.am (MODULES): Add it.
2a1e82bb — Ludovic Courtès 13 years ago
gnu: Add Perl XML::Parser.

* gnu/packages/xml.scm (perl-xml-parser): New variable.
08fd1ebe — Ludovic Courtès 13 years ago
Add (guix build-system perl).

* guix/build-system/perl.scm, guix/build/perl-build-system.scm: New files.
* Makefile.am (MODULES): Add them.
* guix/build-system/gnu.scm (standard-inputs): Make public.
Next