~ruther/guix-local

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.
943f33a3 — Ludovic Courtès 13 years ago
distro: glib: Run the test suite; add DBus.

* distro/packages/glib.scm: Rename to...
* gnu/packages/glib.scm: ... this.  Update module declaration
  accordingly.
  (dbus): New variable.
  (glib): Change version number to 2.34.3, and adjust URL accordingly.
  Add a "doc" output.  Add #:configure-flags, #:patches, and #:phases
  arguments. Add DBUS as an input, as well a three patches.
* Makefile.am (MODULES): Adjust to file renaming.
  (dist_patch_DATA): Add `glib-tests-timezone.patch',
  `glib-tests-homedir.patch', and `glib-tests-desktop.patch'.
3889a82e — Nikita Karetnikov 13 years ago
distro: Add GLib.

* distro/packages/glib.scm: New file.
* Makefile.am (MODULES): Add it.
11314eb6 — Andreas Enge 13 years ago
gnu: libtiff: Add zlib support.

* gnu/packages/libtiff.scm (libtiff): Add input zlib.
f0444eaf — Andreas Enge 13 years ago
gnu: Add libxml2.

* gnu/packages/xml.scm (libxml2): New variable.
bf4018fb — Andreas Enge 13 years ago
gnu: Add GNU Ghostscript and its dependencies libpaper and lcms.

* gnu/packages/ghostscrip.scm: New file.
* Makefile.am (MODULES): Add it.
b387a1c5 — Andreas Enge 13 years ago
gnu: Add Freetype.
licenses: Add freetype license.

* gnu/packages/freetype.scm: New file.
* guix/licenses.scm (freetype): New variable.
* Makefile.am (MODULES): Add freetype.scm.
8f86331a — Nikita Karetnikov 13 years ago
gnu: ddrescue: Fix 'synopsis' and 'description'.

* gnu/packages/ddrescue.scm (ddrescue): Fix 'synopsis' and 'description'.
1f5ec939 — Nikita Karetnikov 13 years ago
gnu: Add GNU Speex.

* gnu/packages/oggvorbis.scm (speex): Add it.
(vorbis-tools): Add 'speex' to 'inputs'.
23f339dd — Andreas Enge 13 years ago
gnu: Amended previous patch.

* Makefile.am (MODULES): Add libpng.scm.
5752a7d7 — Andreas Enge 13 years ago
gnu: Add libpng.

* gnu/packages/libpng.scm: New file.
* Makefile.am (MODULES): Add it.
99e6c1b1 — Andreas Enge 13 years ago
licenses: Add 'vim'.

* guix/licenses.scm (vim): New variable.
6a06172b — Andreas Enge 13 years ago
gnu: Add libogg, libvorbis and vorbis-tools.

* gnu/packages/oggvorbis.scm: New file.
* Makefile.am (MODULES): Add it.
Next