~ruther/guix-local

e0ea3f8a — Ludovic Courtès 11 years ago
download: Append (effective-version) to '%load-path' for GnuTLS.

* guix/download.scm (url-fetch)[builder]: Append (effective-version) to
  %load-path, as discussed at
  <http://lists.gnu.org/archive/html/guix-devel/2014-10/msg00398.html>.
  This fixes a regression introduced in b94ae0b.
b9113adf — Ludovic Courtès 11 years ago
environment: Improve '--help' output.

* guix/scripts/environment.scm (show-help): Align --pure and
  --search-paths with other long options; add 'newline' call before
  'show-bug-report-information' call.
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.
7dbe096c — Ludovic Courtès 11 years ago
import: snix: Handle license attributes.

* guix/import/snix.scm (snix-derivation->guix-package)[license-variable]:
  Move to...
  (license-variable): ... here.  Handle license attributes.
940a8c57 — Ludovic Courtès 11 years ago
offload: Remove mutual exclusion on transfers.

Suggested by Mark H. Weaver <mhw@netris.org>
at <http://lists.gnu.org/archive/html/guix-devel/2014-10/msg00352.html>.

* guix/scripts/offload.scm (transfer-and-offload): Remove uses of
  'with-machine-lock'.
d2d0514b — Ludovic Courtès 11 years ago
derivations: Fix 'derivation-prerequisites-to-build' when #:local-build?.

* guix/derivations.scm (derivation-prerequisites-to-build)[derivation-substitutable?]:
  Call 'substitutable-derivation?'.
  <body>: When 'substitutable-derivation?' returns #f, add DRV to BUILD.
e6740741 — Ludovic Courtès 11 years ago
tests: Move some of the narinfo test tools to (guix tests).

* guix/tests.scm (derivation-narinfo, call-with-derivation-narinfo): New
  procedures.
  (with-derivation-narinfo): New macro.
* tests/derivations.scm ("derivation-prerequisites-to-build and
  substitutes"): Use them.
a96a82d7 — Ludovic Courtès 11 years ago
system: Add pciutils and pciutils to '%base-packages'.

* gnu/system.scm (%base-packages): Add PCIUTILS and USBUTILS.
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.
Next