~ruther/guix-local

ref: 91a7fde45654b2d78cd791542e6a18dbbedd7297 guix-local/gnu d---------
7fa37abc — Ludovic Courtès 12 years ago
gnu: Add ImageMagick.

* gnu/packages/imagemagick.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/download.scm (%mirrors): Add `imagemagick' entry.
90a0048f — Ludovic Courtès 12 years ago
gnu: Add Linux iproute2.

* gnu/packages/bdb.scm (bdb): Add `--enable-compat185'.
* gnu/packages/linux.scm (iproute): New variable.
10afdf50 — Ludovic Courtès 12 years ago
gnu: Add iptables.

* gnu/packages/linux.scm (iptables): New variable.
30ac136d — Ludovic Courtès 12 years ago
gnu: graphviz: Fix typo.

* gnu/packages/graphviz.scm (graphviz): Fix typo in description.
cf3fe3b0 — Cyril Roelandt 12 years ago
gnu: Move subversion with the other version control systems.

* gnu/packages/subversion.scm: Remove file.
* gnu/packages/version-control.scm (subversion): New variable.
* Makefile.am (MODULES): remove subversion.scm.
b1b07d72 — Ludovic Courtès 12 years ago
gnu: Add Graphviz.

* gnu/packages/graphviz.scm: New file.
* Makefile.am (MODULES): Add it.
7997c4bf — Ludovic Courtès 12 years ago
gnu: libpng: Propagate zlib.

* gnu/packages/libpng.scm (libpng): Propagate zlib.
d517142b — Ludovic Courtès 12 years ago
gnu: Add GD.

* gnu/packages/gd.scm: New file.
* Makefile.am (MODULES): Add it.
30645251 — Ludovic Courtès 12 years ago
gnu: Add Racket.

* gnu/packages/scheme.scm (racket): New variable.
934488cc — Ludovic Courtès 12 years ago
gnu: linux-libre-headers: Allow cross-compilation.

* gnu/packages/linux.scm (linux-libre-headers): Use (guix build
  gnu-cross-build) and %standard-cross-phases when cross-compiling.
82c865c4 — Ludovic Courtès 12 years ago
gnu: pkg-config: Export package definition.

* gnu/packages/pkg-config.scm (%pkg-config): Make public.
  Reported by Andreas Enge <andreas@enge.fr>.
4b9adff9 — Andreas Enge 12 years ago
gnu: Add pango.

* gnu/packages/gtk.scm (pango): New variable.
a2609b41 — Andreas Enge 12 years ago
gnu: Add harfbuzz.

* gnu/packages/gtk.scm (harfbuzz): New variable.
6131c43d — Andreas Enge 12 years ago
gnu: Add cairo.

* gnu/packages/gtk.scm (cairo): New variable.
7cf2a2a1 — Andreas Enge 13 years ago
gnu: Add libspectre.

* gnu/packages/ghostscript.scm (libspectre): New variable.
62751a5d — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Abstract things with `package-with-relocatable-glibc'.

* gnu/packages/make-bootstrap.scm (%glibc-for-bootstrap): Replace with...
  (glibc-for-bootstrap): ... this.  New procedure.
  (%standard-inputs-with-relocatable-glibc): Replace with...
  (package-with-relocatable-glibc): ... this.  New procedure.
  (%static-inputs, %gcc-static, %guile-static): Use it.
af5cb60f — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Keep Perl as an input only when needed.

* gnu/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Keep Perl
  as an input only if it's an input of COREUTILS.
cbe62e89 — Ludovic Courtès 12 years ago
gnu: Add GNU gcal.

* gnu/packages/gcal.scm: New file.
* Makefile.am (MODULES): Add it.
0a56fadb — Ludovic Courtès 12 years ago
gnu: Add mpg321.

* gnu/packages/mp3.scm (mpg321): New variable.
ba04571a — Ludovic Courtès 12 years ago
gnu: Add ALSA-lib; use it.

* gnu/packages/linux.scm (alsa-lib): New variable.
* gnu/packages/oggvorbis.scm (ao): Add ALSA-lib as an input.
Next