~ruther/guix-local

194c7f95 — Andreas Enge 10 years ago
gnu: Add FLANN.

* gnu/packages/maths.scm (flann): New variable.
a1703aa7 — Efraim Flashner 10 years ago
gnu: youtube-dl: Update to 2015.09.03.

* gnu/packages/video.scm (youtube-dl): Update to 2015.09.03.
0e6412c1 — Andreas Enge 10 years ago
gnu: Add libpano13.

* gnu/packages/photo.scm (libpano13): New variable.
a5c0d8bc — Ludovic Courtès 10 years ago
ui: Change 'P_' to return the empty string when passed the empty string.

Reported by Mathieu Lirzin <mathieu.lirzin@etu.u-bordeaux.fr>
at <https://lists.gnu.org/archive/html/guix-devel/2015-09/msg00111.html>.

* guix/ui.scm (P_): Check whether MSGID is empty, and return it if it is.
37ab3aba — David Thompson 10 years ago
Update copyright information in (gnu packages ruby).
f847ad7b — David Thompson 10 years ago
gnu: Add ruby-ox.

* gnu/packages/ruby.scm (ruby-ox): New variable.
5ff89a1b — David Thompson 10 years ago
gnu: Add ruby-activesupport.

* gnu/packages/ruby.scm (ruby-activesupport): New variable.
c99e2247 — David Thompson 10 years ago
gnu: Add ruby-json.

* gnu/packages/ruby.scm (ruby-json): New variable.
08a1b701 — David Thompson 10 years ago
gnu: Add ruby-tzinfo.

* gnu/packages/ruby.scm (ruby-tzinfo): New variable.
1415792a — David Thompson 10 years ago
gnu: Add ruby-thread-safe.

* gnu/packages/ruby.scm (ruby-thread-safe): New variable.
96e76083 — David Thompson 10 years ago
gnu: Add ruby-pry.

* gnu/packages/ruby.scm (ruby-pry): New variable.
5337f8b9 — David Thompson 10 years ago
gnu: Add ruby-slop-3.

* gnu/packages/ruby.scm (ruby-slop-3): New variable.
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.
Next