~ruther/guix-local

7cd1d7bd — Ludovic Courtès 13 years ago
gnu: automake: Adjust test suite to lack of /bin/sh.

* gnu/packages/autotools.scm (autoconf-wrapper): New variable.
  (automake): Use AUTOCONF-WRAPPER instead of AUTOCONF.
  Add `automake-skip-amhello-tests.patch' as an input.
  Add #:patches and #:phases arguments.
* gnu/packages/patches/automake-skip-amhello-tests.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
f153d891 — Ludovic Courtès 13 years ago
packages: Remove redundant test for inputs-as-procedures.

* guix/packages.scm (package-derivation)[expand-input]: Remove redundant
  test when the input is a procedure.
c6dbd505 — Ludovic Courtès 13 years ago
doc: Add "The Perfect Setup" in 'HACKING'.

* HACKING (The Perfect Setup): New section.
4f028c8f — Ludovic Courtès 13 years ago
gnu: Add Geiser.

* gnu/packages/emacs.scm (geiser): New variable.
dc56970d — Ludovic Courtès 13 years ago
gnu: gnutls: Remove unneeded import.

* gnu/packages/gnutls.scm: Remove import of (gnu packages base).
23180beb — Andreas Enge 13 years ago
gnu: Add groff.

* gnu/packages/groff.scm: New file.
* Makefile.am (MODULES): Add it.
87ec7a7a — Andreas Enge 13 years ago
gnu: Add psutils.

* gnu/packages/ghostscript.scm (psutils): New variable.
05bf6f82 — Andreas Enge 13 years ago
gnu: Add netpbm.

* gnu/packages/netpbm.scm: New file.
* Makefile.am (MODULES): Add it.
eb390519 — Ludovic Courtès 13 years ago
gnu: Add missing libevent patch.

* gnu/packages/patches/libevent-dns-tests.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
e1f8f477 — Nikita Karetnikov 13 years ago
Update 'HACKING'.

* HACKING (When the platform is supported by Nixpkgs): Update the example.
7f08437b — Ludovic Courtès 13 years ago
gnu: Add Tor.

* gnu/packages/tor.scm: New file.
* Makefile.am (MODULES): Add it.
2e87ca8f — Ludovic Courtès 13 years ago
Augment `.gitignore'.
85f3a05e — Ludovic Courtès 13 years ago
Update `NEWS'.

* NEWS: Update.
6b32a64a — Ludovic Courtès 13 years ago
gnu: Add libevent.

* gnu/packages/libevent.scm: New file.
* Makefile.am (MODULES): Add it.
483f1158 — Ludovic Courtès 13 years ago
download: Add HTTPS support.

* guix/build/download.scm: Autoload (gnutls).
  (tls-wrap): New procedure.
  (open-connection-for-uri): Add support for `https'.  Wrap the socket
  with `tls-wrap' in that case.
  (url-fetch): Add `https'.
* guix/download.scm (gnutls-derivation): New procedure.
  (url-fetch)[need-gnutls?]: New variable.
  Call `gnutls-derivation' when NEED-GNUTLS? is true, and add its output
  to the `GUILE_LOAD_PATH' env. var. in that case.
e509d152 — Ludovic Courtès 13 years ago
packages: Have `package-derivation' return a <derivation> as a second value.

* guix/packages.scm (cache): Change the `drv' argument to `thunk'.
  Memoize all the return values of THUNK.
  (cached-derivation): Remove.
  (cached): New macro.
  (package-derivation): Use `cached' instead of `(or (cached-derivation) …)'.
* doc/guix.texi (Defining Packages): Update accordingly.
079fca3b — Andreas Enge 13 years ago
gnu: mit-krb5: Patch and enable tests.

* gnu/packages/mit-krb5.scm (mit-krb5): Enable patched tests.
f6ab0550 — Ludovic Courtès 13 years ago
Update `THANKS'.
091196b3 — Ludovic Courtès 13 years ago
doc: Run `useradd -g guix-builder -G guix-builder'.

* doc/guix.texi (Setting Up the Daemon): Add `-G guix-builder' when
  invoking `useradd'.
  Suggested by Aleix Conchillo Flaqué <aconchillo@gmail.com>.
c4854e76 — Andreas Enge 13 years ago
gnu: screen: correct license to gpl2+

* gnu/packages/screen.scm (screen): correct license field
Next