~ruther/guix-local

90f2801e — Ludovic Courtès 10 years ago
gnu: Set license of the bootstrap tools.

* gnu/packages/bootstrap.scm (package-from-tarball)[license]: Set to
  GPL3+.
* gnu/packages/make-bootstrap.scm (%static-binaries)[license]:
  Likewise.
52b9efe3 — Ludovic Courtès 10 years ago
lint: Add 'license' checker.

* guix/scripts/lint.scm (check-license): New procedure.
  (%checkers): Add 'license' checker.
* tests/lint.scm ("license: invalid license"): New test.
718a2bde — Ludovic Courtès 10 years ago
gnu: r-stringr: Provide valid 'home-page' URL.

* gnu/packages/statistics.scm (r-stringr)[home-page]: Set to valid URL.
6480fcae — Alex Kost 10 years ago
emacs-build-system: Fix a file name of info directory.

* guix/build/emacs-build-system.scm (move-doc): Adjust to use
  "/share/info" instead of its sub-directory.
1ce6f43a — Alex Kost 10 years ago
gnu: wpa-supplicant-light: Rename to wpa-supplicant-minimal.

* gnu/packages/admin.scm (wpa-supplicant-light): Rename to ...
  (wpa-supplicant-minimal): ...this.
  (wpa-supplicant): Use it.
* gnu/system/install.scm (installation-os): Use it.
761b3d44 — Leo Famulari 10 years ago
gnu: Add Anonymous Pro fonts.

* gnu/packages/fonts.scm (font-anonymous-pro): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
e920bfca — David Thompson 10 years ago
gnu: Add ruby-nokogiri.

Co-Authored-By: Pjotr Prins <pjotr.public01@thebird.nl>

* gnu/packages/ruby.scm (ruby-nokogiri): New variable.
bea1c0e2 — David Thompson 10 years ago
gnu: Add ruby-mini-portile.

* gnu/packages/ruby.scm (ruby-mini-portile): New variable.
616eaead — David Thompson 10 years ago
gnu: Add ruby-minitar.

* gnu/packages/ruby.scm (ruby-minitar): New variable.
cfc5d398 — Ludovic Courtès 10 years ago
tests: Fix typos.

* tests/derivations.scm ("substitutable-derivation?",
  "derivation-prerequisites-to-build and substitutes, local build"): Fix
  harmless typos.
6b44a097 — Ludovic Courtès 10 years ago
download: Disable offloading for downloads.

* guix/download.scm (url-fetch): Use #:local-build? #t.
* guix/git-download.scm (git-fetch): Likewise.
cf897cba — David Thompson 10 years ago
build: syscalls: Properly handle clone errors.

* guix/build/syscalls.scm (clone): Catch -1 return value and throw error.
b7d0b096 — Andreas Enge 10 years ago
gnu: Remove #:select from module import in (gnu packages geeqie).

* gnu/packages/geeqie.scm: Import all of (gnu packages ghostscript) instead
  of selectively only the lcms variable; this helps resolve problems with
  circular dependencies when including the module.
6376ed4a — Andreas Enge 10 years ago
gnu: libtiff: Update home page.

* gnu/packages/image.scm (libtiff)[home-page]: Update.
ced7cc92 — Andreas Enge 10 years ago
gnu: vigra: Add support for OpenEXR.

* gnu/packages/image.scm (vigra)[inputs]: Add ilmbase and openexr.
  [arguments]: Augment #:configure-flags.
f0644195 — Andreas Enge 10 years ago
gnu: Order module imports in (gnu packages photo) alphabetically.

* gnu/packages/photo.scm: Order module imports alphabetically.
341f4965 — Andreas Enge 10 years ago
gnu: Add prefix to license imports in (gnu packages photo).

* gnu/packages/photo.scm: Import (guix licenses) with #:prefix license: to
  avoid an impending clash with the import of zlib from both (guix licenses)
  and (gnu packages compression).
34582b30 — David Thompson 10 years ago
gnu: guix: Enable container tests.

* gnu/packages/package-management.scm (guix-devel): Delete
  'disable-container-tests' build phase.
dbbc248a — Ludovic Courtès 10 years ago
monads: Fix 'liftN' fallback case.

Reported by Andy Wingo <wingo@igalia.com>.

* guix/monads.scm (define-lift) <fallback case>: Add missing #'.  Remove
  extra formal parameter.
* tests/monads.scm ("lift"): Add test with 'lift1' as a procedure.
3b6eddb2 — Ludovic Courtès 10 years ago
gnu: Add 'patches'.

* gnu/packages/patchutils.scm (patches): New variables.
Next