~ruther/guix-local

ref: 2a75d4e664e802d3a3e2ed6455c63f32541559c8 guix-local/gnu d---------
2a75d4e6 — Andreas Enge 13 years ago
gnu: Add openldap.

* gnu/packages/openldap.scm: New file.
* Makefile.am (MODULE): Add it.
d7e8e288 — Ludovic Courtès 13 years ago
gnu: gdb: Update to 7.5.1.

* gnu/packages/gdb.scm (gdb): Update to 7.5.1.
c9ee0485 — Ludovic Courtès 13 years ago
gnu: automake: Update to 1.13.1.

* gnu/packages/autotools.scm (automake): Update to 1.13.1.
168030ea — Ludovic Courtès 13 years ago
gnu: autoconf-wrapper: Fix "guile" input.

* gnu/packages/autotools.scm (autoconf-wrapper): Remove `lambda' for
  "guile" input..
64858bc0 — Ludovic Courtès 13 years ago
gnu: python: Remove unnecessary module import.

* gnu/packages/python.scm: Remove use of (gnu packages base).
f1d2872c — Cyril Roelandt 13 years ago
gnu: Add irssi.

* gnu/packages/irssi.scm: New file.
* Makefile.am (MODULES): Add it.
b8d3511a — Andreas Enge 13 years ago
gnu: Add zip, unzip and zziplib.

* gnu/packages/zip.scm: New file.
* Makefile.am (MODULES): Add it.
e5c0701f — Andreas Enge 13 years ago
gnu: Add TECkit.

* gnu/packages/freetype.scm (teckit): New variable.
* gnu/packages/patches/teckit-cstdio.patch: New file.
* Makefile.am (dist_patch_DATA): Add patch.
cc957c3c — Ludovic Courtès 13 years ago
gnu: Use `mirror://apache' where applicable.

* gnu/packages/libapr.scm (libapr, libaprutil): Use `mirror://apache'.
* gnu/packages/subversion.scm (subversion): Likewise.
59db0194 — Cyril Roelandt 13 years ago
gnu: Add Subversion.

* gnu/packages/subversion.scm: New file.
* Makefile.am (MODULES): Add it.
97715602 — Ludovic Courtès 13 years ago
gnu: Add SQLite.

* gnu/packages/sqlite.scm: New file.
* Makefile.am (MODULES): Add it.
695e6717 — Cyril Roelandt 13 years ago
gnu: Add libaprutil.

* gnu/packages/libapr: new variable.
df84950e — Cyril Roelandt 13 years ago
gnu: Add libapr.

* gnu/packages/libapr.scm: New file.
* gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file
* Makefile.am: Add them
12a5199a — Andreas Enge 13 years ago
gnu: fplll: Update to version 4.0.2.

* gnu/packages/algebra.scm (fplll): Update to version 4.0.2.
135eb524 — Andreas Enge 13 years ago
gnu: Add poppler.

* gnu/packages/pdf.scm: New file.
* Makefile.am (MODULES): Add it.
dd6b9a37 — Ludovic Courtès 13 years ago
packages: Mark the `inputs' field of <package> as thunked.

* guix/packages.scm (<package>)[inputs]: Mark as thunked.
  (package-derivation)[expand-input]: Remove case where the input is a
  procedure.
* tests/packages.scm ("trivial with system-dependent input"): Remove
  `lambda', and use (%current-system).
* gnu/packages/bootstrap.scm (package-from-tarball): Likewise for `inputs'.
  (%bootstrap-glibc, %bootstrap-gcc): Likewise.
* gnu/packages/scheme.scm (mit-scheme): Likewise.
313b9012 — Andreas Enge 13 years ago
gnu: Add t1lib.

* gnu/packages/freetype.scm (t1lib): New variable.
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.
Next