~ruther/guix-local

ref: d192efae07b9eadc31c80fc0b5b4e6e222e30bec guix-local/gnu d---------
d192efae — Cyril Roelandt 13 years ago
gnu: Add OCaml. licenses: Add QPL.

* gnu/packages/ocaml.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/licenses.scm: New variable.
21c203a5 — Ludovic Courtès 13 years ago
packages: Mark the `arguments' field of <package> as thunked.

* guix/packages.scm (<package>): Mark `arguments' as thunked.
  (package-derivation): Adjust accordingly.  Parameterize
  %CURRENT-SYSTEM to SYSTEM, so that arguments can refer to it.

* guix/build-system/gnu.scm (package-with-explicit-inputs): Expect
  `package-arguments' to always return a list, and return a list.
  (package-with-extra-configure-variable): Likewise.
  (static-package): Likewise.
* gnu/packages/base.scm (patch, findutils, gcc-4.7, binutils-boot0,
  gcc-boot0, glibc-final-with-bootstrap-bash, cross-gcc-wrapper,
  static-bash-for-glibc, binutils-final, gcc-final): Change `arguments'
  from a lambda to a list, and use (%current-system) as needed.
  (nix-system->gnu-triplet, boot-triplet): Have the first argument
  default to (%current-system).
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Have `system'
  default to (%current-system).
  (%bootstrap-gcc): Change `arguments' to a list.
* gnu/packages/gawk.scm (gawk): Likewise.
* gnu/packages/m4.scm (m4): Likewise.
* gnu/packages/make-bootstrap.scm (%glibc-for-bootstrap): Likewise, and
  expect `package-arguments' to return a list.
  (%static-inputs, %gcc-static, tarball-package): Likewise.
* gnu/packages/ncurses.scm (ncurses): Likewise.
12abb19d — Ludovic Courtès 13 years ago
gnu: Remove unnecessary closures around `arguments' value.

* gnu/packages/algebra.scm (pari-gp): Remove closure around the value of
  `arguments'.
* gnu/packages/bdb.scm (bdb): Likewise.
* gnu/packages/mit-krb5.scm (mit-krb5): Likewise.
* gnu/packages/openssl.scm (openssl): Likewise.
* gnu/packages/perl.scm (perl): Likewise.
6e4da6ea — Andreas Enge 13 years ago
gnu: Add fontconfig.

* gnu/packages/freetype.scm (fontconfig): New variable.
8dc8bf02 — Andreas Enge 13 years ago
gnu: libjpeg: Correct name of libjpeg-8 package to allow installation.

* gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg".
2b902c3c — Andreas Enge 13 years ago
gnu: ghostscript: Build and install shared library and header files.

* gnu/packages/ghostscript (ghostscript): Extend build and install phases.
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.
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.
7f08437b — Ludovic Courtès 13 years ago
gnu: Add Tor.

* gnu/packages/tor.scm: New file.
* Makefile.am (MODULES): Add it.
6b32a64a — Ludovic Courtès 13 years ago
gnu: Add libevent.

* gnu/packages/libevent.scm: New file.
* Makefile.am (MODULES): Add it.
079fca3b — Andreas Enge 13 years ago
gnu: mit-krb5: Patch and enable tests.

* gnu/packages/mit-krb5.scm (mit-krb5): Enable patched tests.
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.
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