summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add newsboat.Efraim Flashner2017-10-29
| | | | * gnu/packages/syndication.scm (newsboat): New variable.
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2017-10-29
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
* gnu: mu: Add build phase to fix library reference.Ricardo Wurmus2017-10-29
| | | | | * gnu/packages/mail.scm (mu)[arguments]: Add build phase "fix-ffi" to fix reference to libguile-mu library.
* gnu: mu: Use Guile 2.2.Ricardo Wurmus2017-10-29
| | | | | * gnu/packages/mail.scm (mu)[inputs]: Replace guile-2.0 with guile-2.2. [arguments]: Replace references to version 2.0.
* gnu: offlineimap: Update to 7.1.4.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.1.4.
* gnu: youtube-dl: Update to 2017.10.29.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.10.29.
* gnu: perl-test-www-mechanize-psgi: Update to 0.37.Tobias Geerinckx-Rice2017-10-29
| | | | gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.37.
* gnu: perl-test-www-mechanize: Update to 1.48.Tobias Geerinckx-Rice2017-10-29
| | | | gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.48.
* gnu: perl-uri-find: Update to 20160806.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/web.scm (perl-uri-find): Update to 20160806.
* gnu: perl-email-mime: Update to 1.946.Tobias Geerinckx-Rice2017-10-29
| | | | | * gnu/packages/mail.scm (perl-email-mime): Update to 1.946. [propagated-inputs]: Add perl-module-runtime.
* gnu: perl-email-mime-contenttype: Update to 1.022.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.022.
* gnu: perl-email-simple: Update to 2.214.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/mail.scm (perl-email-simple): Update to 2.214.
* gnu: perl-email-sender: Update to 1.300031.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/mail.scm (perl-email-sender): Update to 1.300031.
* import: cpan: Use HTTPS for home pages.Tobias Geerinckx-Rice2017-10-29
| | | | | * guix/import/cpan.scm (cpan-home): Use HTTPS. * tests/cpan.scm ("cpan->guix-package"): Expect it.
* import: cpan: Actually use CPAN-HOME.Tobias Geerinckx-Rice2017-10-29
| | | | * guix/import/cpan.scm (cpan-module->sexp): Use the CPAN-HOME procedure.
* import: cpan: Add trailing "/" to CPAN-HOME.Tobias Geerinckx-Rice2017-10-29
| | | | | | Prevent regression after commit e4bc1727302b0e1e255ea5cf4e2ccf33cafe7296. * guix/import/cpan.scm (cpan-home): Add trailing "/".
* gnu: perl-tie-cycle: Update to 1.225.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-tie-cycle): Update to 1.225.
* gnu: perl-text-table: Update to 1.133.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-text-table): Update to 1.133.
* gnu: perl-safe-isa: Update to 1.000008.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-safe-isa): Update to 1.000008.
* gnu: perl-log-log4perl: Update to 1.49.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-log-log4perl): Update to 1.49.
* gnu: perl-file-sharedir-dist: Update to 0.05.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-file-sharedir-dist): Update to 0.05.
* gnu: perl-business-ismn: Update to 1.131.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-business-ismn): Update to 1.131.
* gnu: perl-net-dns: Update to 1.13.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
* gnu: conkeror: Update to 1.1.0.Jan Nieuwenhuizen2017-10-29
| | | | * gnu/packages/conkeror.scm (conkeror): Update to 1.1.0.
* gnu: giac-xcas: Update to 1.4.9-17.Nicolas Goaziou2017-10-29
| | | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-17. Remove unnecessary workaround about failing test.
* gnu: scribus: Update to 1.5.3. Add inputs.Nicolas Goaziou2017-10-29
| | | | | | | | | | | * gnu/packages/scribus.scm (scribus): Update to 1.5.3. [input]: Add fontconfig, harfbuzz, hunspell, icu4c, libcdr, libfreehand, libmspub, librevenge, libvisio, openssl, podofo, poppler, and boost. Move qttools to ... [native-input]: ... here. [home-page]: Fix URL. Co-authored-by: Eric Bavier <bavier@member.fsf.org>
* import: cpan: Add trailing "/" on home-page.Eric Bavier2017-10-28
| | | | | | | | This appeases 'guix lint', which otherwise complains about permanent redirects. * guix/import/cpan.scm (cpan-module->sexp): Add trailing "/" on home-page. * tests/cpan.scm ("cpan->guix-package"): Adjust accordingly.
* import: cpan: Propagate imported dependencies.Eric Bavier2017-10-28
| | | | | | | This is most often the need for perl module dependencies. * guix/import/cpan.scm (cpan-module->sexp): 'inputs -> 'propagated-inputs. * tests/cpan.scm ("cpan->guix-package"): Adjust accordingly.
* gnu: perl-sys-cpu: Skip cpu_clock and cpu_type tests.Eric Bavier2017-10-28
| | | | * gnu/packages/perl.scm (perl-sys-cpu)[source]: Replace test in snippet.
* gnu: linux-libre: Update to 4.13.10.Mark H Weaver2017-10-28
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.10. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.59.Mark H Weaver2017-10-28
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.59.
* gnu: linux-libre@4.4: Update to 4.4.95.Mark H Weaver2017-10-28
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.95.
* gnu: gavl: Fix building on armhf and aarch64.Efraim Flashner2017-10-28
| | | | * gnu/packages/video.scm (gavl)[arguments]: Add '-lm' to configure flags.
* gnu: neomutt: Remove obsolete configure switches.ng02017-10-28
| | | | | | | * gnu/packages/mail.scm (neomutt)[arguments]: Remove '--with-regex' and '--with-external-dotlock' from configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: neomutt: Do not inherit mutt.ng02017-10-28
| | | | | | | * gnu/packages/mail.scm (neomutt): Remove (inherit mutt), add 'build-system' and 'license'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: neomutt: Update to 20171027.ng02017-10-28
| | | | | | * gnu/packages/mail.scm (neomutt): Update to 20171027. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-yasnippet: Update to 0.12.2.Kyle Meyer2017-10-28
| | | | | | * gnu/packages/emacs.scm (emacs-yasnippet): Update to 0.12.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-elfeed: Update to 2.2.0.Kyle Meyer2017-10-28
| | | | | | * gnu/packages/emacs.scm (emacs-elfeed): Update to 2.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-hydra: Update to 0.14.0.Kyle Meyer2017-10-28
| | | | | | * gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-f: Update to 0.19.0.Kyle Meyer2017-10-28
| | | | | | * gnu/packages/emacs.scm (emacs-f): Update to 0.19.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-s: Update to 1.12.0.Kyle Meyer2017-10-28
| | | | | | * gnu/packages/emacs.scm (emacs-s): Update to 1.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Update php to 7.1.11.Julien Lepiller2017-10-28
| | | | * gnu/packages/php.scm (php): Update to 7.1.11.
* gnu: Add ocaml-utop.Peter Kreye2017-10-28
| | | | | | * gnu/packages/ocaml.scm (ocaml-utop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ocaml-findlib-1.7.3.Peter Kreye2017-10-28
| | | | | | * gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ocaml-lambda-term.Peter Kreye2017-10-28
| | | | | | * gnu/packages/ocaml.scm (ocaml-zed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ocaml-zed.Peter Kreye2017-10-28
| | | | | | * gnu/packages/ocaml.scm (ocaml-zed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ocaml-jbuilder.Peter Kreye2017-10-28
| | | | | | * gnu/packages/ocaml.scm (ocaml-jbuilder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* graph: Remove mention of Graphviz from the summary line.Ludovic Courtès2017-10-28
| | | | | * guix/scripts/graph.scm (show-help): Remove mention of Graphviz from the summary line.
* import: elpa: Do not abort when failing to download the archive.Ludovic Courtès2017-10-28
| | | | | | | * guix/import/elpa.scm (elpa-fetch-archive): Use 'http-fetch/cached' directly instead of 'call-with-downloaded-file'. This ensures we don't just abort when networking access is lacking, which is required to allow 'guix refresh -c refresh' to proceed.
* import: github: Gracefully handle multiple-URL origins.Ludovic Courtès2017-10-28
| | | | | * guix/import/github.scm (latest-release)[origin-github-uri]: New procedure. Use it.