summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add FLANN.Andreas Enge2015-09-06
| | | | * gnu/packages/maths.scm (flann): New variable.
* gnu: youtube-dl: Update to 2015.09.03.Efraim Flashner2015-09-06
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2015.09.03.
* gnu: Add libpano13.Andreas Enge2015-09-06
| | | | * gnu/packages/photo.scm (libpano13): New variable.
* ui: Change 'P_' to return the empty string when passed the empty string.Ludovic Courtès2015-09-06
| | | | | | | 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.
* Update copyright information in (gnu packages ruby).David Thompson2015-09-06
|
* gnu: Add ruby-ox.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-ox): New variable.
* gnu: Add ruby-activesupport.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-activesupport): New variable.
* gnu: Add ruby-json.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-json): New variable.
* gnu: Add ruby-tzinfo.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-tzinfo): New variable.
* gnu: Add ruby-thread-safe.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-thread-safe): New variable.
* gnu: Add ruby-pry.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-pry): New variable.
* gnu: Add ruby-slop-3.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-slop-3): New variable.
* gnu: Add ruby-coderay.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-coderay): New variable.
* gnu: Add ruby-method-source.David Thompson2015-09-06
| | | | * gnu/packages/ruby.scm (ruby-method-source): New variable.
* gnu: sound-theme-freedesktop: Specify the applicable licenses.Ludovic Courtès2015-09-06
| | | | | * gnu/packages/libcanberra.scm (sound-theme-freedesktop)[license]: Specify the actual licenses that apply.
* licenses: Add CC-BY-SA and CC-BY.Ludovic Courtès2015-09-06
| | | | * guix/licenses.scm (cc-by-sa4.0, cc-by3.0): New variables.
* gnu: Set license of the bootstrap tools.Ludovic Courtès2015-09-06
| | | | | | | * gnu/packages/bootstrap.scm (package-from-tarball)[license]: Set to GPL3+. * gnu/packages/make-bootstrap.scm (%static-binaries)[license]: Likewise.
* lint: Add 'license' checker.Ludovic Courtès2015-09-06
| | | | | | * guix/scripts/lint.scm (check-license): New procedure. (%checkers): Add 'license' checker. * tests/lint.scm ("license: invalid license"): New test.
* gnu: r-stringr: Provide valid 'home-page' URL.Ludovic Courtès2015-09-06
| | | | * gnu/packages/statistics.scm (r-stringr)[home-page]: Set to valid URL.
* emacs-build-system: Fix a file name of info directory.Alex Kost2015-09-06
| | | | | * guix/build/emacs-build-system.scm (move-doc): Adjust to use "/share/info" instead of its sub-directory.
* gnu: wpa-supplicant-light: Rename to wpa-supplicant-minimal.Alex Kost2015-09-06
| | | | | | | * 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.
* gnu: Add Anonymous Pro fonts.Leo Famulari2015-09-06
| | | | | | * gnu/packages/fonts.scm (font-anonymous-pro): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add ruby-nokogiri.David Thompson2015-09-05
| | | | | | Co-Authored-By: Pjotr Prins <pjotr.public01@thebird.nl> * gnu/packages/ruby.scm (ruby-nokogiri): New variable.
* gnu: Add ruby-mini-portile.David Thompson2015-09-05
| | | | * gnu/packages/ruby.scm (ruby-mini-portile): New variable.
* gnu: Add ruby-minitar.David Thompson2015-09-05
| | | | * gnu/packages/ruby.scm (ruby-minitar): New variable.
* tests: Fix typos.Ludovic Courtès2015-09-05
| | | | | | * tests/derivations.scm ("substitutable-derivation?", "derivation-prerequisites-to-build and substitutes, local build"): Fix harmless typos.
* download: Disable offloading for downloads.Ludovic Courtès2015-09-05
| | | | | * guix/download.scm (url-fetch): Use #:local-build? #t. * guix/git-download.scm (git-fetch): Likewise.
* build: syscalls: Properly handle clone errors.David Thompson2015-09-05
| | | | * guix/build/syscalls.scm (clone): Catch -1 return value and throw error.
* gnu: Remove #:select from module import in (gnu packages geeqie).Andreas Enge2015-09-05
| | | | | | * 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.
* gnu: libtiff: Update home page.Andreas Enge2015-09-04
| | | | * gnu/packages/image.scm (libtiff)[home-page]: Update.
* gnu: vigra: Add support for OpenEXR.Andreas Enge2015-09-04
| | | | | * gnu/packages/image.scm (vigra)[inputs]: Add ilmbase and openexr. [arguments]: Augment #:configure-flags.
* gnu: Order module imports in (gnu packages photo) alphabetically.Andreas Enge2015-09-04
| | | | * gnu/packages/photo.scm: Order module imports alphabetically.
* gnu: Add prefix to license imports in (gnu packages photo).Andreas Enge2015-09-04
| | | | | | * 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).
* gnu: guix: Enable container tests.David Thompson2015-09-04
| | | | | * gnu/packages/package-management.scm (guix-devel): Delete 'disable-container-tests' build phase.
* monads: Fix 'liftN' fallback case.Ludovic Courtès2015-09-04
| | | | | | | | 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.
* gnu: Add 'patches'.Ludovic Courtès2015-09-04
| | | | * gnu/packages/patchutils.scm (patches): New variables.
* gnu: Add python2-notmuch.Ludovic Courtès2015-09-04
| | | | * gnu/packages/mail.scm (python2-notmuch): New variable.
* gnu: ath9k-htc-firmware: Update to 1.4.0.Ludovic Courtès2015-09-04
| | | | * gnu/packages/firmware.scm (ath9k-htc-firmware): Update to 1.4.0.
* gnu: Rename librest to rest.宋文武2015-09-04
| | | | * gnu/packages/gnome.scm (rest): Rename from librest.
* emacs: Add support for "triplet" package inputs.Alex Kost2015-09-04
| | | | | | | | Fixes <http://bugs.gnu.org/21399>. * emacs/guix-main.scm (full-name->name+version): Adjust to handle "name-version:output" string. (package-inputs-names): Support ("name" package "output") inputs.
* gnu: r: Drop texlive from native-inputs.Ricardo Wurmus2015-09-04
| | | | * gnu/packages/statistics.scm (r)[native-inputs]: Remove "texlive".
* gnu: r: Install info documentation.Ricardo Wurmus2015-09-04
| | | | | * gnu/packages/statistics.scm (r)[arguments]: Add phases "make-info" and "install-info" to build and install info documentation.
* gnu: r: Drop IcedTea from inputs.Ricardo Wurmus2015-09-04
| | | | * gnu/packages/statistics.scm (r)[inputs]: Remove "icedtea6".
* publish: Gracefully handle the lack of a deriver.Ludovic Courtès2015-09-04
| | | | | | | | * guix/scripts/publish.scm (narinfo-string): Catch 'system-error' around 'load-derivation' call; return BASE-INFO upon ENOENT. This allows us to return the narinfo even if DERIVER is missing. Before that, the exception would be uncaught, leading to 500 Internal Error on the client side.
* gnu: magit: Update to 2.2.2.Alex Kost2015-09-03
| | | | * gnu/packages/emacs.scm (magit): Update to 2.2.2.
* gnu: tinc: Use /etc as the sysconfdir, and /var as the localstatedir.宋文武2015-09-03
| | | | * gnu/packages/vpn.scm (tinc)[arguments]: New field.
* gnu: Add r-ggplot2.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-ggplot2): New variable.
* gnu: Add r-scales.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-scales): New variable.
* gnu: Add r-reshape2.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-reshape2): New variable.
* gnu: Add r-stringr.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-stringr): New variable.