summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-06guix: Update to Bioconductor 3.9.Ricardo Wurmus
* guix/build-system/r.scm (bioconductor-uri): Use 3.9 archive URL. * guix/import/cran.scm (%bioconductor-version): Update to 3.9.
2019-05-05doc: Fix typo.Miguel
* doc/guix.texi (VM): Add missing dot. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05doc: Fix typo.Miguel
* doc/guix.texi (xfce-desktop-service-type): Fix sentence. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05doc: Fix typo.Miguel
* doc/guix.texi (page-log@files-configuration@CUPS): "Page log" instead of "access log". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05doc: Fix typos.Miguel
* doc/guix.texi (set-xorg-configuration): Add missing @code tag. (error-log@files-configuration@CUPS): "Error log" instead of "access log". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05doc: Fix typo.Miguel
* doc/guix.texi (rsync-service-type): Add missing sentence. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05doc: Fix typo.Miguel
* doc/guix.texi (openntpd-configuration): Fix spelling issues. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05doc: Fix typos.Miguel
* doc/guix.texi (rakudo-build-system, libvirt-configuration, pam-krb5): Missing period between sentences. (gnu services vpn): Fix server spelling. (agetty-configuration): Add missing subject in the sentence. (udev-service): Fix markup for Scheme procedures. ({gnome,xfce,mate}-desktop-service): Add missing colon after default. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05installer: Fix typo.Miguel
* gnu/installer/newt/menu.scm (run-menu-page): Add missing space after period. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05Correct email and license info for Brendan Tildesley.Brendan Tildesley
* gnu/packages/audio.scm: Correct email and license info. * gnu/packages/ebook.scm: Correct email and license info. * gnu/packages/fonts.scm: Correct email and license info. * gnu/packages/freedesktop.scm: Correct email and license info. * gnu/packages/gnome.scm: Correct email and license info. * gnu/packages/linux.scm: Correct email and license info. * gnu/packages/lxde.scm: Correct email and license info. * gnu/packages/python-web.scm: Correct email and license info. * gnu/packages/python-xyz.scm: Correct email and license info. * gnu/packages/python.scm: Correct email and license info. * gnu/packages/video.scm: Correct email and license info. * gnu/packages/web.scm: Correct email and license info. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Update to 3.42.0.Danny Milosavljevic
* gnu/packages/ebook.scm (calibre): Update to 3.42.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Shorten long line.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: Shorten long line. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Install man pages.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[install-man-pages]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Delete various junk from source.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[source](snippet): Delete various junk from source. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Remove libxrender as an input.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[inputs]: Remove libxrender. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Unbundle python2-odfpy.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[snippet]: Remove all of src/odf. [inputs]: Add python2-odfpy. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Remove some comments.Brendan Tildesley
* gnu/packages/ebook.scm (calibre): There is no unrar in Guix currently, and pdftohtml is in poppler, so we can remove this comment. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Enable tests.Brendan Tildesley
* gnu/packages/ebook.scm (calibre): Enable tests. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Disable sqlite test.Brendan Tildesley
* gnu/packages/patches/calibre-remove-test-sqlite.patch: New file. * gnu/packages/ebook.scm (calibre)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Disable Qt test.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Disable Qt test. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Disable bs4 test.Brendan Tildesley
* gnu/packages/patches/calibre-remove-test-bs4.patch: New file. * gnu/packages/ebook.scm (calibre)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Use "linux.py" to install desktop files.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Modify. [install-mimetypes]: Remove. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: Add python-soupsieve, python2-soupsieve.Brendan Tildesley
* gnu/packages/python-xyz.scm (python-soupsieve): New variable. (python2-soupsieve): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Disable tests that require networking.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[configure]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Remove unrar test.Brendan Tildesley
* gnu/packages/patches/calibre-remove-test-unrar.patch: New file. * gnu/packages/ebook.scm (calibre)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: python-regex, python2-regex: Update to 2019.04.14.Brendan Tildesley
* gnu/packages/python.scm (python-regex, python2-regex): Update to 2019.04.14. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Add python2-html2text as an input.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html2text. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: Add python-html2text, python2-html2text.Brendan Tildesley
* gnu/packages/python-web.scm (python-html2text): New variable. (python2-html2text): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Move font unbundling to after check phase.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[snippet]: Modify. [native-inputs]: Remove font-liberation. [inputs]: Add font-liberation. [arguments]<#:phases>[install-font-liberation]: Delete phase. [unbundle-font-liberation]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Add missing dependencies as indicated by tests.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html5lib, python2-psutil. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Build rapydscript.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Use system mathjax.Brendan Tildesley
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: New phase. [inputs]: Add js-mathjax. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: calibre: Update to 3.41.3.Brendan Tildesley
* gnu/packages/ebook.scm (calibre): Update to 3.41.3. [inputs]: Replace python2-cssutils by python2-css-parser. [snippet]: Modify. * gnu/packages/patches/calibre-use-packaged-feedparser.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patch. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: wgetpaste: Make all dependencies explicit.Tobias Geerinckx-Rice
* gnu/packages/wget.scm (wgetpaste)[arguments]: Replace limited ‘use-inputs’ phase with a ‘wrap-program’ one.
2019-05-05gnu: wgetpaste: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/wget.scm (wgetpaste)[arguments]: Return #t from ‘install’ phase.
2019-05-05gnu: tor: Remove explicit hardening flags.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (tor)[arguments]: Remove #:configure-flags that merely confirm the defaults.
2019-05-04doc: Update htmlxref.cnf.Ludovic Courtès
* doc/htmlxref.cnf (G): Switch to https. (geiser, guix.de, guix.es, hurd): New entries.
2019-05-04doc: Warn about missing entries in htmlxref.cnf.Ludovic Courtès
* doc/local.mk (AM_MAKEINFOHTMLFLAGS): New variable.
2019-05-04doc: Adjust cross-references for GNU triplets.Ludovic Courtès
* doc/guix.texi (Defining Packages): Reference to 'autoconf' instead of obsolete 'configure' manual for triplets. (Additional Build Options): Adjust 'autoconf' node name.
2019-05-04doc: Provide the actual URL to the VM image.Ludovic Courtès
Fixes <https://bugs.gnu.org/35537>. Reported by Andy Tai <atai@atai.org>. * doc/guix.texi (Running Guix in a VM): Use @url and provide the actual URL, without @var{system}.
2019-05-04gnu: nano: Update to 4.2.Leo Famulari
* gnu/packages/nano.scm (nano): Update to 4.2.
2019-05-04gnu: coq-bignums: Update to 8.9.0.Julien Lepiller
* gnu/packages/coq.scm (coq-bignums): Update to 8.9.0.
2019-05-04gnu: coq-mathcomp: Update to 1.8.0.Julien Lepiller
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.8.0.
2019-05-04gnu: coq-gappa: Update to 1.3.4.Julien Lepiller
* gnu/packages/coq.scm (coq-gappa): Update to 1.3.4.
2019-05-04gnu: coq: Update to 8.9.0.Julien Lepiller
* gnu/packages/coq.scm (coq): Update to 8.9.0. (coq-autosubst): Update to latest commit. (coq-equations): Update to 1.2-beta2.
2019-05-04doc: Use HTTPS URLs.Marius Bakke
* doc/guix.texi: Use HTTPS where possible.
2019-05-03gnu: ocaml-menhir: Update to 20181113.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20181113. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-03gnu: Add python-django-extensions.Sam
* gnu/packages/django.scm (python-django-extensions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-03gnu: Add python-django-taggit.Sam
* gnu/packages/django.scm (python-django-taggit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-03nls: Update da translations.Ludovic Courtès