~ruther/guix-local

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
6c3a7204 — Cyril Roelandt 13 years ago
Add GNU Screen.

* gnu/packages/screen.scm: New file.
* Makefile.am (MODULES): Add it.
c217708f — Ludovic Courtès 13 years ago
build: Use "nix-instantiate" as the default name for that program.

* configure.ac: Have `NIX_INSTANTIATE' default to `nix-instantiate'.
2ffa297a — Ludovic Courtès 13 years ago
gnu: lout: Add missing dependency on Ghostscript.

* gnu/packages/lout.scm (lout): Add GHOSTSCRIPT as an input.  Use a
  mirror:// URL.
79c398a2 — Ludovic Courtès 13 years ago
gnu: freetype: Avoid license/package name clash.

* gnu/packages/freetype.scm: Use a renamer for (guix licenses), to avoid
  a name clash.
Next