summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-05gnu: Add ghc-chart-cairo.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-chart-cairo): New variable.
2018-10-05gnu: Add ghc-cairo.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-cairo): New variable.
2018-10-05gnu: ghc-regex: Fix build.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-regex)[arguments]: Add build phase to relax version checks.
2018-10-05gnu: ghc-http-conduit: Remove ghc-http-client from native-inputs.Ricardo Wurmus
* gnu/packages/haskell-web.scm (ghc-http-conduit)[native-inputs]: Remove ghc-http-client.
2018-10-05progress: Fix total size in "@ download-succeeded" traces.Ludovic Courtès
Fixes a regression introduced in 1d0be47ab680db938ac8da1ee65e1de91e198f67 whereby the total size for directories (coming from substitutes) would be 4KiB. This led the progress bar to go back to the start, typically. * guix/progress.scm (progress-reporter/trace): Add 'total'. In 'start', initialize it. Adjust 'report' to update it. Adjust 'stop' to prefer SIZE as the actual size and then TOTAL. Do not use the size of FILE as the total since that could be 4KiB when FILE is a directory.
2018-10-05gnu: ruby-sass: Update to 3.6.0.Christopher Baines
* gnu/packages/ruby.scm (ruby-sass)[version]: Update to 3.6.0. [source]: Update sha256. [native-inputs]: Add ruby-mathn, as this is needed when using Ruby 2.5.
2018-10-05gnu: Add ruby-mathn.Christopher Baines
* gnu/packages/ruby.scm (ruby-mathn): New variable.
2018-10-05gnu: ruby-sass-spec: Fix spec expectation.Christopher Baines
This fixes building ruby-sass with Ruby 2.5. * gnu/packages/ruby.scm (ruby-sass-spec)[arguments]: Add patch-test phase to fix the expectation of one of the tests. Also change the comment regarding the tests not being run.
2018-10-05gnu: ruby-term-ansicolor: Fix test for Ruby 2.5.Christopher Baines
* gnu/packages/ruby.scm (ruby-term-ansicolor)[arguments]: Add new fix-test phase to fix a test that fails under Ruby 2.5.
2018-10-05gnu: ruby-shindo: Remove -rubygems flags.Christopher Baines
These have been removed in Ruby 2.5. * gnu/packages/ruby.scm (ruby-shindo)[arguments]: Change fix-tests phase to also remove the -rubygems flags.
2018-10-05gnu: bioruby: Update to 1.5.2.Christopher Baines
This works with Ruby 2.5. * gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.2.
2018-10-05gnu: gnucash-docs: Update to 3.3.Kei Kebreau
The documentation on SourceForge is now located in the same directory as the source code. * gnu/packages/gnucash.scm (gnucash-docs): Update to 3.3.
2018-10-05gnu: gnucash: Update to 3.3.Kei Kebreau
* gnu/packages/patches/gnucash-disable-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnucash.scm (gnucash): Update to 3.3. [source]: Add patch. [arguments]: Add 'set-env-vars', 'glib-or-gtk-compile-schemas', and 'glib-or-gtk-wrap' phases.
2018-10-05gnu: Add bastet.Tobias Geerinckx-Rice
* gnu/packages/games.scm (bastet): New public variable. * gnu/packages/patches/bastet-change-source-of-unordered_set.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-10-05gnu: fdroidserver: Update to 1.0.10.Tobias Geerinckx-Rice
* gnu/packages/android.scm (fdroidserver): Update to 1.0.10.
2018-10-05gnu: audacity: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (audacity)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2018-10-05gnu: filezilla: Update to 3.37.4.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (filezilla): Update to 3.37.4.
2018-10-05gnu: libfilezilla: Update to 0.14.0.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (libfilezilla): Update to 0.14.0.
2018-10-05Merge branch 'master' into core-updatesMarius Bakke
2018-10-05gnu: icu4c: Skip tests on i686.Marius Bakke
* gnu/packages/icu4c.scm (icu4c)[arguments]: On i686-linux, set #:tests? #f.
2018-10-05gnu: samtools-0.1: Adjust to match changes in samtools.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (samtools-0.1)[arguments]: Override make flags.
2018-10-05gnu: deeptools: Update to 3.1.2.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (deeptools): Update to 3.1.2. [source]: Fetch from git. [arguments]: Delete reset-gzip-timestamps phase. [inputs]: Add python-plotly.
2018-10-05gnu: python-pysam: Update to 0.15.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.15.1. [source]: Fetch from git. [arguments]: Delete tests requiring internet access; use "invoke". [inputs]: Add curl.
2018-10-05gnu: python-plotly: Add python-pandas to inputs.Ricardo Wurmus
* gnu/packages/graph.scm (python-plotly)[propagated-inputs]: Add python-pandas.
2018-10-05gnu: bcftools: Update to 1.9.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.9. [arguments]: Remove obsolete make flags.
2018-10-05gnu: samtools: Update to 1.9.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (samtools): Update to 1.9. [origin]: Remove bundled htslib sources. [arguments]: Remove obsolete make-flags.
2018-10-05gnu: htslib: Update to 1.9.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (htslib): Update to 1.9.
2018-10-04gnu: icecat: Add fixes from mozilla-esr60 [security fixes].Mark H Weaver
Includes fixes for CVE-2018-12386 and CVE-2018-12387. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr60 repository.
2018-10-04gnu: linux-libre: Update to 4.18.12.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.12. (%linux-libre-hash): Update hash.
2018-10-04gnu: linux-libre@4.14: Update to 4.14.74.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.74. (%linux-libre-4.14-hash): Update hash.
2018-10-04gnu: linux-libre@4.9: Update to 4.9.131.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.131.
2018-10-04gnu: petsc-openmpi: Configure with support for MUMPS solver.Paul Garlick
* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add metis, mumps-openmpi, scalapack and pt-scotch. [arguments]: Add "--with-PACKAGENAME=1" flags. Move 'mpi-setup' phase ahead of 'configure' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-10-04gnu: hiawatha: Set sane run-time directory defaults.Tobias Geerinckx-Rice
* gnu/packages/web.scm (hiawatha)[arguments]: Set sane default directories. Replace the 'remove-empty-dirs' phase with a 'install-no-empty-directories' one.
2018-10-04gnu: hwloc: Update to 2.0.2.Tobias Geerinckx-Rice
* gnu/packages/mpi.scm (hwloc): Update to 2.0.2.
2018-10-04gnu: Add nsd.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): New public variable.
2018-10-04gnu: guile-next: Update to commit 6f3357b0df64c4be17e72079864c09a542f1c779.David Thompson
* gnu/packages/guile.scm (guile-next): Update to commit 6f3357b0df64c4be17e72079864c09a542f1c779.
2018-10-04gnu: guile-next: Add the correct native search paths.David Thompson
* gnu/packages/guile.scm (guile-next): Add native search paths for version 3.0.
2018-10-04gnu: hiawatha: Support HTTP/2.Tobias Geerinckx-Rice
* gnu/packages/web.sck (hiawatha)[arguments]: USE_SYSTEM_NGHTTP2 to ENABLE_HTTP2. [inputs]: Add nghttp2:lib.
2018-10-04gnu: hiawatha: Update to 10.8.3.Tobias Geerinckx-Rice
* gnu/packages/web.scm (hiawatha): Update to 10.8.3. [source]: Also delete bundled copy of nghttp2. [inputs]: Use mbedtls-for-hiawatha instead of vanilla mbedtls-apache. * gnu/packages/tls.scm (mbedtls-for-hiawatha): New public variable.
2018-10-04gnu: mbedtls-apache: Update to 2.13.0 [security fixes].Tobias Geerinckx-Rice
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.13.0. [native-inputs]: Add python.
2018-10-04gnu: geos: Update to 3.7.0.Arun Isaac
* gnu/packages/geo.scm (geos): Update to 3.7.0.
2018-10-04gnu: hexedit: Update to 1.4.2.Tobias Geerinckx-Rice
* gnu/packages/hexedit.scm (hexedit): Update to 1.4.2. [source]: Use the author's more up-to-date git repository. [native-inputs]: Add autoconf and automake.
2018-10-04gnu: html-xml-utils: Update to 7.7.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (html-xml-utils): Update to 7.7.
2018-10-04gnu: perl-xml-feed: Update to 0.54.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.54.
2018-10-04gnu: guix: Update to 1d0be47.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 1d0be47.
2018-10-04progress: Generate valid 'download-progress' traces when the size is unknown.Ludovic Courtès
Fixes <https://bugs.gnu.org/32895>. Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>. * guix/progress.scm (progress-reporter/trace): In 'stop', make sure SIZE is an integer. Previously we'd generate a "@ download-progress" trace with #f for the 'transferred' number when downloading files whose size is not known in advance.
2018-10-04gnu: escpr: Update to 1.6.30.Diego Nicola Barbato
* gnu/packages/cups.scm (escpr): Update to 1.6.30. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-04gnu: opencv: Update to 3.4.3.Björn Höfling
[[PGP Signed Part:Good signature from BF286CB6593E5FFD Björn Höfling <bjoern.hoefling@bjoernhoefling.de> (trust undefined) created at 2018-10-03T22:28:20+0200 using DSA]] * gnu/packages/image-processing.scm (opencv): Update to 3.4.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-04gnu: r-acclma: Fix uses of @acronym in description.Ludovic Courtès
* gnu/packages/cran.scm (r-acclma)[description]: Fix order of arguments to @acronym. The wrong order was causing 'stexi->shtml' to fail (match error).
2018-10-04services: rottlog: Use command strings in the mcron jobs.Ludovic Courtès
* gnu/services/admin.scm (default-jobs): Remove the lambda around "/…/bin/rottlog" to make "herd schedule mcron" more transparent (otherwise it just says "Lambda function").