summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: calibre: Add python2-html2text as an input.Brendan Tildesley2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html2text. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add python-html2text, python2-html2text.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/python-web.scm (python-html2text): New variable. (python2-html2text): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Move font unbundling to after check phase.Brendan Tildesley2019-05-05
| | | | | | | | | | * 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>
* gnu: calibre: Add missing dependencies as indicated by tests.Brendan Tildesley2019-05-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html5lib, python2-psutil. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Build rapydscript.Brendan Tildesley2019-05-05
| | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Use system mathjax.Brendan Tildesley2019-05-05
| | | | | | | | * gnu/packages/ebook.scm (calibre)[arguments]<#:phases>[build-extra]: New phase. [inputs]: Add js-mathjax. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: calibre: Update to 3.41.3.Brendan Tildesley2019-05-05
| | | | | | | | | | * 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>
* gnu: wgetpaste: Make all dependencies explicit.Tobias Geerinckx-Rice2019-05-05
| | | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Replace limited ‘use-inputs’ phase with a ‘wrap-program’ one.
* gnu: wgetpaste: Return #t from all phases.Tobias Geerinckx-Rice2019-05-05
| | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Return #t from ‘install’ phase.
* gnu: tor: Remove explicit hardening flags.Tobias Geerinckx-Rice2019-05-05
| | | | | * gnu/packages/tor.scm (tor)[arguments]: Remove #:configure-flags that merely confirm the defaults.
* doc: Update htmlxref.cnf.Ludovic Courtès2019-05-04
| | | | | * doc/htmlxref.cnf (G): Switch to https. (geiser, guix.de, guix.es, hurd): New entries.
* doc: Warn about missing entries in htmlxref.cnf.Ludovic Courtès2019-05-04
| | | | * doc/local.mk (AM_MAKEINFOHTMLFLAGS): New variable.
* doc: Adjust cross-references for GNU triplets.Ludovic Courtès2019-05-04
| | | | | | * doc/guix.texi (Defining Packages): Reference to 'autoconf' instead of obsolete 'configure' manual for triplets. (Additional Build Options): Adjust 'autoconf' node name.
* doc: Provide the actual URL to the VM image.Ludovic Courtès2019-05-04
| | | | | | | | 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}.
* gnu: nano: Update to 4.2.Leo Famulari2019-05-04
| | | | * gnu/packages/nano.scm (nano): Update to 4.2.
* gnu: coq-bignums: Update to 8.9.0.Julien Lepiller2019-05-04
| | | | * gnu/packages/coq.scm (coq-bignums): Update to 8.9.0.
* gnu: coq-mathcomp: Update to 1.8.0.Julien Lepiller2019-05-04
| | | | * gnu/packages/coq.scm (coq-mathcomp): Update to 1.8.0.
* gnu: coq-gappa: Update to 1.3.4.Julien Lepiller2019-05-04
| | | | * gnu/packages/coq.scm (coq-gappa): Update to 1.3.4.
* gnu: coq: Update to 8.9.0.Julien Lepiller2019-05-04
| | | | | | * gnu/packages/coq.scm (coq): Update to 8.9.0. (coq-autosubst): Update to latest commit. (coq-equations): Update to 1.2-beta2.
* doc: Use HTTPS URLs.Marius Bakke2019-05-04
| | | | * doc/guix.texi: Use HTTPS where possible.
* gnu: ocaml-menhir: Update to 20181113.gabrielhdt2019-05-03
| | | | | | * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20181113. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add python-django-extensions.Sam2019-05-03
| | | | | | * gnu/packages/django.scm (python-django-extensions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-django-taggit.Sam2019-05-03
| | | | | | * gnu/packages/django.scm (python-django-taggit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* nls: Update da translations.Ludovic Courtès2019-05-03
|
* shepherd: Include /etc/localtime in service containers.Ludovic Courtès2019-05-03
| | | | | | | | Fixes a bug whereby Tor (for example) would emit syslog messages with a UTC timestamp instead of local time. * gnu/build/shepherd.scm (default-mounts): Add /etc/localtime to MAPPINGS.
* gnu: tor: Update to 0.4.0.5.Tobias Geerinckx-Rice2019-05-03
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.0.5.
* gnu: Add python-css-parser, python2-css-parser.Brendan Tildesley2019-05-03
| | | | | | | * gnu/packages/python-web.scm (python-css-parser, python2-css-parser): New variables. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: web: Change 'l:' prefix to 'license:'.Brendan Tildesley2019-05-03
| | | | | | * gnu/packages/web.scm: Change #:prefix l: to #:prefix license:. Signed-off-by: Andreas Enge <andreas@enge.fr>
* installer: Do not sort the guided partition schemes in the selection page.Ludovic Courtès2019-05-03
| | | | | | | | | Previously, the "Everything is one partition" entry would come first in English but it would be second in French. This change keeps it the first choice regardless of the language. * gnu/installer/newt/partition.scm (run-scheme-page): Pass #:sort-listbox-items? to 'run-scheme-page'.
* installer: Ensure 'packages' field is a superset of '%base-packages'.Ludovic Courtès2019-05-03
| | | | | | | | Fixes <https://bugs.gnu.org/35541>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/installer/services.scm (system-services->configuration): Generate a snippet that appends PACKAGES to %BASE-PACKAGES.
* Correct email address for ison.ison2019-05-03
| | | | | | * .mailmap, gnu/packages/lxde.scm: Update email address. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: r-cluster: Update to 2.0.9.Ricardo Wurmus2019-05-03
| | | | | | * gnu/packages/statistics.scm (r-cluster): Update to 2.0.9. [inputs]: Move gfortran from here... [native-inputs]: ...to here.
* gnu: r-irkernel: Update to 1.0.1.Ricardo Wurmus2019-05-03
| | | | * gnu/packages/cran.scm (r-irkernel): Update to 1.0.1.
* gnu: r-ouch: Update to 2.14-1.Ricardo Wurmus2019-05-03
| | | | * gnu/packages/cran.scm (r-ouch): Update to 2.14-1.
* gnu: r-fs: Update to 1.3.0.Ricardo Wurmus2019-05-03
| | | | * gnu/packages/cran.scm (r-fs): Update to 1.3.0.
* gnu: linux-libre: Update to 5.0.11.Mark H Weaver2019-05-02
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.11. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.38.Mark H Weaver2019-05-02
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.38. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.115.Mark H Weaver2019-05-02
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.115. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.172.Mark H Weaver2019-05-02
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.172.
* gnu: pluma: Use older version of gtksourceview.Ricardo Wurmus2019-05-02
| | | | | | | | Reported by L p R n d n <guix@lprndn.info>. Fixes <https://bugs.gnu.org/35535>. * gnu/packages/mate.scm (pluma)[inputs]: Replace gtksourceview with gtksourceview-3.
* gnu: mate-applets: Use older version of gtksourceview.Ricardo Wurmus2019-05-02
| | | | | | | Reported by L p R n d n <guix@lprndn.info>. * gnu/packages/mate.scm (mate-applets)[inputs]: Replace gtksourceview with gtksourceview-3.
* gnu: le-certs: Update hashes.宋文武2019-05-02
| | | | | | | They added the 3 missing '^M' to all pem certs. * gnu/packages/certs.scm (le-certs)[inputs]: Update the hashes of isrgrootx1.pem, letsencryptauthorityx3.pem, letsencryptauthorityx4.pem.
* Merge branch 'version-1.0.0'Ludovic Courtès2019-05-02
|\
| * guix-install.sh: Update URL.Ludovic Courtès2019-05-02
| | | | | | | | * etc/guix-install.sh (GNU_URL): Change to ftp.gnu.org.
| * vm: Build ISOs and VM images in a UTF-8 environment.Ludovic Courtès2019-05-01
| | | | | | | | | | | | | | | | Fixes a bug whereby building an image containing non-ASCII file names would fail due to improper decoding of file names. * gnu/system/vm.scm (iso9660-image, qemu-image): Set GUIX_LOCPATH and call 'setlocale' in the build environment.
| * gnu: guix: Update to 326dcbf.Ludovic Courtès2019-05-01
| |
| * gnu: guix: Update to 1.0.0.Ludovic Courtès2019-05-01
| |
| * Update NEWS.Ludovic Courtès2019-05-01
| |
| * nls: Revert latest guix-manual.zh_CN changes.Ludovic Courtès2019-05-01
| | | | | | | | | | | | This reverts d3619b296fd1db6441e09bb51b55a4264b9fd0ed for po/doc/guix-manual.zh_CN.po, which contained duplicate node names and other errors.
| * nls: Fix cross-reference syntax error in 'guix-manual.es.po'.Ludovic Courtès2019-05-01
| | | | | | | | * po/doc/guix-manual.es.po: Replace "@pref" with "@pxref".