~ruther/guix-local

2e3fdea4 — David Thompson 10 years ago
gnu: Add ruby-coderay.

* gnu/packages/ruby.scm (ruby-coderay): New variable.
30b0b725 — David Thompson 10 years ago
gnu: Add ruby-method-source.

* gnu/packages/ruby.scm (ruby-method-source): New variable.
386b0052 — Ludovic Courtès 10 years ago
gnu: sound-theme-freedesktop: Specify the applicable licenses.

* gnu/packages/libcanberra.scm (sound-theme-freedesktop)[license]:
  Specify the actual licenses that apply.
12abc6e3 — Ludovic Courtès 10 years ago
licenses: Add CC-BY-SA and CC-BY.

* guix/licenses.scm (cc-by-sa4.0, cc-by3.0): New variables.
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.
Next