~ruther/guix-local

ref: e0ea3f8a0d63004f0be41c4643aabcefc67a2139 guix-local/gnu/packages d---------
82350397 — Ludovic Courtès 11 years ago
gnu: gpsbabel: Disable tests on i686.

* gnu/packages/gps.scm (gpsbabel)[arguments]: Add #:tests?.
e9a6d225 — Andreas Enge 11 years ago
gnu: texlive: Move script packages from native-inputs to inputs.

* gnu/packages/texlive.scm (texlive): Move perl, python and tcsh from
    native inputs to inputs.
b32c8549 — Andreas Enge 11 years ago
gnu: texlive: Add inputs fontforge and ruby.

* gnu/packages/texlive.scm (texlive): Add interpreters fontforge and ruby
    to the inputs.
75916982 — Andreas Enge 11 years ago
gnu: texlive: Use system potrace instead of bundled copy.

* gnu/packages/texlive.scm (texlive): Add potrace as an input and modify
    the configure flags accordingly.
4797d84d — Andreas Enge 11 years ago
gnu: potrace: Install libraries and header files.

* gnu/packages/fontutils.scm (potrace): Add configure flag to install
    libraries and header files.
283fd55b — Andreas Enge 11 years ago
gnu: texlive: Drop obsolete input t1lib.

* gnu/packages/texlive.scm (texlive): Drop input t1lib and the corresponding
    configure flag.
    Since texlive-2013, xdvi uses freetype instead of t1lib for rendering.
609578a7 — Andreas Enge 11 years ago
gnu: texlive: Use system libpaper instead of bundled copy.

* gnu/packages/texlive.scm (texlive): Add libpaper as an input and modify
    the configure flags accordingly.
c70cf7eb — Andreas Enge 11 years ago
gnu: texlive: Use system harfbuzz instead of bundled copy.

* gnu/packages/texlive.scm (texlive): Add harfbuzz as an input and modify
    the configure flags accordingly.
27383915 — Andreas Enge 11 years ago
gnu: harfbuzz: Add and enable input graphite2.

* gnu/packages/gtk.scm (harfbuzz): Add input graphite2 and enable it with
    the corresponding configure flag.
be2c88ca — Andreas Enge 11 years ago
gnu: texlive: Use system graphite2 instead of bundled copy.

* gnu/packages/texlive.scm (texlive): Add graphite2 as an input and modify
    the configure flags accordingly.
3b239720 — Ludovic Courtès 11 years ago
gnu: Add GPS Correlate.

* gnu/packages/gps.scm (gpscorrelate): New variable.
83aabfbc — Ludovic Courtès 11 years ago
gnu: Add GPSBabel.

* gnu/packages/gps.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
4902c3ec — Ludovic Courtès 11 years ago
gnu: Add ath9k-htc-firmware.

* gnu/packages/firmware.scm: New file.
* gnu/packages/patches/ath9k-htc-firmware-objcopy.patch: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add 'firmware.scm'.
  (dist_patch_DATA): Add the patch.
9d307460 — Ludovic Courtès 11 years ago
gnu: Add Xtensa bare-bones cross-compiler.

* gnu/packages/cross-base.scm (xgcc-xtensa): New variable.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
  "xtensa-elf".
31a123fe — Ludovic Courtès 11 years ago
gnu: guile-ncurses: Update to 1.6.

* gnu/packages/guile.scm (guile-ncurses): Update to 1.6.
7491edaf — Ludovic Courtès 11 years ago
gnu: mit-scheme: Fix typo in 'supported-systems'.

* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: Correct
  spelling of "mips64el-linux".
f15615b1 — Ludovic Courtès 11 years ago
gnu: atlas: Make it non-substitutable.

Suggested by Federico Beffa <beffa@ieee.org>.

* gnu/packages/maths.scm (atlas)[arguments]: Pass #:substitutable? #f.
  [description]: Adjust accordingly.
f47638a3 — Ludovic Courtès 11 years ago
gnu: Mark a few packages as unsupported on MIPS.

* gnu/packages/gprolog.scm (gprolog): Add 'supported-systems' field.
* gnu/packages/qemu.scm (qemu-headless): Likewise.
* gnu/packages/qt.scm (qt): Likewise.
* gnu/packages/scheme.scm (racket): Likewise.
eeb3703d — John Darrington 11 years ago
gnu: Add miscfiles

* gnu/packages/miscfiles.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
4e2f98c5 — Mark H Weaver 11 years ago
gnu: Add prefix to license imports in (gnu packages feh).

* gnu/packages/feh.scm: Import (guix licenses) with #:prefix license: to avoid
  importing 'imlib2' from both (gnu packages image) and (guix licenses).
Next