me
/
guix
Archived
1
0
Fork 0
Commit Graph

44366 Commits (478880c4a95730e1b024e13602de6094e6b70f2f)

Author SHA1 Message Date
Jan Nieuwenhuizen 2baed64291
gnu: mes: Update to 0.21.
* gnu/packages/mes.scm (mes): Update to 0.21.
2019-11-25 14:33:27 +01:00
Ricardo Wurmus b5d4d5b9bc
gnu: guile-gi: Update to 0.2.1.
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.1.
[arguments]: Add phase to start Xorg server for tests.
[native-inputs]: Add xorg-server.
2019-11-25 14:05:39 +01:00
Ricardo Wurmus ea2884c12c
gnu: Add bsequencer.
* gnu/packages/music.scm (bsequencer): New variable.
2019-11-25 14:05:39 +01:00
Ricardo Wurmus 19600e0810
gnu: r-bookdown: Update to 0.16.
* gnu/packages/cran.scm (r-bookdown): Update to 0.16.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 401cc85e61
gnu: r-protviz: Update to 0.5.1.
* gnu/packages/cran.scm (r-protviz): Update to 0.5.1.
[inputs]: Remove perl and python-2.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 138fbdf354
gnu: r-rnifti: Update to 1.0.0.
* gnu/packages/cran.scm (r-rnifti): Update to 1.0.0.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 2eff036278
gnu: r-tidytree: Update to 0.3.0.
* gnu/packages/cran.scm (r-tidytree): Update to 0.3.0.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 3356eb511c
gnu: r-sjplot: Update to 2.8.0.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.0.
[propagated-inputs]: Remove r-broom and r-nlme; add r-effectsize and
r-parameters.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 10faf81097
gnu: r-tidyverse: Update to 1.3.0.
* gnu/packages/cran.scm (r-tidyverse): Update to 1.3.0.
[propagated-inputs]: Add r-pillar.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus eb6aad884f
gnu: r-parameters: Update to 0.3.0.
* gnu/packages/cran.scm (r-parameters): Update to 0.3.0.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus a6828e0bf5
gnu: r-abn: Update to 2.2.
* gnu/packages/cran.scm (r-abn): Update to 2.2.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus f94705d606
gnu: r-limsolve: Update to 1.5.6.
* gnu/packages/cran.scm (r-limsolve): Update to 1.5.6.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 3b2c3878f5
gnu: r-prodlim: Update to 2019.11.13.
* gnu/packages/cran.scm (r-prodlim): Update to 2019.11.13.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 3d391d2df4
gnu: r-webshot: Update to 0.5.2.
* gnu/packages/cran.scm (r-webshot): Update to 0.5.2.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 2cef54c060
gnu: r-insight: Update to 0.7.0.
* gnu/packages/cran.scm (r-insight): Update to 0.7.0.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 24edd279e4
gnu: Add r-effectsize.
* gnu/packages/cran.scm (r-effectsize): New variable.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 7b4b1136cc
gnu: r-rcppeigen: Update to 0.3.3.7.0.
* gnu/packages/statistics.scm (r-rcppeigen): Update to 0.3.3.7.0.
2019-11-25 14:05:38 +01:00
Ricardo Wurmus 55bb00b198
gnu: r-rlang: Update to 0.4.2.
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.2.
2019-11-25 14:05:37 +01:00
Ricardo Wurmus 0dc62774e1
gnu: r-digest: Update to 0.6.23.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.23.
2019-11-25 14:05:37 +01:00
Ricardo Wurmus 5b720c15d1
gnu: r-pheatmap: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-pheatmap): Move from here...
* gnu/packages/cran.scm (r-pheatmap): ...to here.
2019-11-25 14:05:37 +01:00
Ricardo Wurmus 54a8cb963d
gnu: r-scales: Update to 1.1.0.
* gnu/packages/cran.scm (r-scales): Update to 1.1.0.
[propagated-inputs]: Remove r-rcpp; add r-farver and r-lifecycle.
2019-11-25 14:05:37 +01:00
Ricardo Wurmus 46130b7bee
gnu: r-scales: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-scales): Move variable from here...
* gnu/packages/cran.scm (r-scales): ...to here.
2019-11-25 14:05:32 +01:00
Efraim Flashner aca2bf51b7
gnu: sdsl-lite: Don't use bundled libraries.
* gnu/packages/datastructures.scm (sdsl-lite)[source]: Remove bundled
libraries in a snippet. Add patch to link to external libraries.
[arguments]: Add phase to install static library.
[native-inputs]: Add libdivsufsort.
2019-11-25 14:08:32 +02:00
Efraim Flashner 2b04bb3b4e
gnu: sdsl-lite: Remove unused inputs.
Documentation also wants graphviz, which drastically increases
'guiz size sdsl-lite'.

* gnu/packages/datastructures.scm (sdsl-lite)[native-inputs]: Remove
doxygen.
2019-11-25 14:08:32 +02:00
Efraim Flashner 3546771cc8
gnu: libdivsufsort: Move to datastructures.scm.
* gnu/packages/bioinformatics.scm (libdivsufsort): Move to ...
* gnu/packages/datastructures.scm: ... here.
2019-11-25 14:08:32 +02:00
Efraim Flashner 31872b3e75
gnu: Add boost-static.
* gnu/packages/boost.scm (boost-static): New variable.
2019-11-25 14:08:31 +02:00
Efraim Flashner 775373b872
gnu: coq-bignums: Don't use unstable tarball.
* gnu/pacakges/coq.scm (coq-bignums)[source]: Download using git-fetch.
2019-11-25 14:08:31 +02:00
Efraim Flashner 8b1fd3cafd
gnu: bioperl-minimal: Don't use unstable tarball.
* gnu/packages/bioinformatics.scm (bioperl-minimal)[source]: Download
using git-fetch.
2019-11-25 14:08:31 +02:00
Efraim Flashner 46b0136e09
gnu: innoextract: Update to 1.8.
* gnu/packages/compression.scm (innoextract): Update to 1.8.
2019-11-25 14:08:31 +02:00
Efraim Flashner ff9838640c
gnu: innoextract: Don't use unstable tarball.
* gnu/packages/compression.scm (innoextract)[source]: Download the
release tarball.
2019-11-25 14:08:31 +02:00
Efraim Flashner 298180cdb2
gnu: unshield: Don't use unstable tarball.
* gnu/packages/compression.scm (unshield)[source]: Download using
git-fetch.
2019-11-25 14:08:30 +02:00
Efraim Flashner 898ac8e732
gnu: snappy: Don't use unstable tarball.
* gnu/packages/compression.scm (snappy)[source]: Download using
git-fetch.
2019-11-25 14:08:30 +02:00
Efraim Flashner d40362f425
gnu: sfarklib: Don't use unstable tarball.
* gnu/packages/compression.scm (sfarklib)[source]: Download using
git-fetch.
2019-11-25 14:08:30 +02:00
Efraim Flashner 609ba8d116
gnu: cinnamon-desktop: Don't use unstable tarball.
* gnu/packages/cinnamon.scm (cinnamon-desktop)[source]: Download using
git-fetch.
2019-11-25 14:08:30 +02:00
Efraim Flashner fea30e12f7
gnu: sparsehash: Don't use unstable tarball.
* gnu/packages/datastructures.scm (sparsehash)[source]: Download using
git-fetch.
2019-11-25 14:08:30 +02:00
Efraim Flashner e56d02a0e0
gnu: imlib2: Sort inputs alphabetically.
* gnu/packages/image.scm (imlib2)[inputs]: Sort alphabetically.
2019-11-25 14:08:29 +02:00
Efraim Flashner 115ace6ba5
gnu: imlib2: Update to 1.6.0.
* gnu/packages/image.scm (imlib2): Update to 1.6.0.
[inputs]: Add libwebp, libid3tag.
2019-11-25 14:08:29 +02:00
Efraim Flashner 2f6500faa4
gnu: gnunet-gtk: Sort inputs alphabetically.
* gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Sort alphabetically.
2019-11-25 14:08:29 +02:00
Efraim Flashner dbdd77074a
gnu: gnunet-gtk: Update to 0.11.7.
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.11.7.
[version]: Don't inherit version from gnutls.
[inputs]: Add gnutls/dane.
2019-11-25 14:08:29 +02:00
Efraim Flashner edce19938a
gnu: gnunet: Update to 0.11.8.
* gnu/packages/gnunet.scm: Update to 0.11.8.
[inputs]: Add libidn2, miniupnpc, zbar. Remove glib, gmp,
gst-plugins-base, libidn, nss, openssl, perl, python-2.
[native-inputs]: Add python, xxd, which.
[arguments]: Remove configure-flags. Add phase to remove network
dependent tests. Re-arrange location of new 'check phase.
2019-11-25 14:08:29 +02:00
Efraim Flashner baac9ff97c
gnu: gnunet-gtk: Set upstream ftp-directory.
* gnu/packages/gnunet.scm (gnunet-gtk)[properties]: New field. Set
ftp-directory.
2019-11-25 14:08:26 +02:00
Tobias Geerinckx-Rice 8e77da0d11
gnu: bambam: Update to 1.0.0.
* gnu/packages/games.scm (bambam): Update to 1.0.0.
[arguments]: Use default Python (3).
Delete obsolete ‘patch-data-dir-location’ phase.
2019-11-24 13:32:58 +01:00
Tobias Geerinckx-Rice 9b0dae2222
gnu: perl-test-simple: Update to 1.302169.
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302169.
2019-11-24 13:32:58 +01:00
Tobias Geerinckx-Rice 40df1928d6
gnu: restic: Update to 0.9.6.
* gnu/packages/backup.scm (restic): Update to 0.9.6.
2019-11-24 13:32:58 +01:00
Oleg Pykhalov 39bf4e0bad
gnu: Add shell-functools.
* gnu/packages/shellutils.scm (shell-functools): New variable.
2019-11-24 09:31:26 +03:00
Vagrant Cascadian 446316cad5
gnu: diffoscope: Update to 131.
* gnu/packages/diffoscope (diffoscope): Update to 131.
2019-11-23 18:55:46 -08:00
Oleg Pykhalov dd39f16ee6
gnu: jo: Update to 1.3.
* gnu/packages/web.scm (jo): Update to 1.3.
2019-11-24 05:14:52 +03:00
Oleg Pykhalov 82de17dc8d
gnu: sdl2: Add libxcursor to inputs.
* gnu/packages/sdl.scm (sdl2)[inputs]: Add libxcursor.
2019-11-24 03:35:36 +03:00
Tobias Geerinckx-Rice 68c47474bc
gnu: vte: Update to 0.58.3.
* gnu/packages/gnome.scm (vte): Update to 0.58.3.
[build-system]: Switch to Meson.
2019-11-24 01:19:56 +01:00
Tobias Geerinckx-Rice ac87ffb818
gnu: vte: Don't use NAME in source URI.
* gnu/packages/gnome.scm (vte)[source]: Hard-code NAME.
2019-11-24 01:19:56 +01:00
Tobias Geerinckx-Rice 37b23e447d
gnu: ruby-jaro-winkler: Update to 1.5.4.
* gnu/packages/ruby.scm (ruby-jaro-winkler): Update to 1.5.4.
2019-11-24 01:19:56 +01:00
Tobias Geerinckx-Rice 60bc8952ce
gnu: ruby-mimemagic: Update to 0.3.3.
* gnu/packages/ruby.scm (ruby-mimemagic): Update to 0.3.3.
2019-11-24 01:19:55 +01:00
Tobias Geerinckx-Rice 8c1e4a4f3d
gnu: ruby-notiffany: Update to 0.1.3.
* gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.3.
2019-11-24 01:19:55 +01:00
Tobias Geerinckx-Rice 5dd10be5ab
gnu: ruby-oauth2: Update to 1.4.2.
* gnu/packages/ruby.scm (ruby-oauth2): Update to 1.4.2.
2019-11-24 01:19:55 +01:00
Tobias Geerinckx-Rice d432682b49
gnu: ruby-simplecov: Update to 0.17.1.
* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.17.1.
2019-11-24 01:19:55 +01:00
Tobias Geerinckx-Rice 2d2a2363e7
gnu: ruby-progressbar: Update to 1.10.1.
* gnu/packages/ruby.scm (ruby-progressbar): Update to 1.10.1.
2019-11-24 01:19:55 +01:00
Tobias Geerinckx-Rice 9d1cf6d42c
gnu: ruby-websocket-driver: Update to 0.7.1.
* gnu/packages/ruby.scm (ruby-websocket-driver): Update to 0.7.1.
2019-11-24 01:19:55 +01:00
Tobias Geerinckx-Rice 959d908dee
gnu: ruby-useragent: Update to 0.16.10.
* gnu/packages/ruby.scm (ruby-useragent): Update to 0.16.10.
2019-11-24 01:19:54 +01:00
Ludovic Courtès d15e4b1dc2
gnu: guile-sqlite3: Add "guile3.0-sqlite3" variant.
* gnu/packages/guile.scm (guile-sqlite3)[source](modules, snippet): New
fields.
(guile3.0-sqlite3): New variable.
2019-11-23 22:45:21 +01:00
Ludovic Courtès d630d78104
gnu: gnutls: Add "guile3.0-gnutls" variant.
* gnu/packages/tls.scm (gnutls-3.6.10, guile3.0-gnutls): New variables.
2019-11-23 22:45:21 +01:00
Ludovic Courtès 01c11aeb95
gnu: guile-git: Add "guile3.0-git" variant.
* gnu/packages/guile.scm (guile-git)[source](modules, snippet): New
fields.
* gnu/packages/guile.scm (guile3.0-git): New variable.
2019-11-23 22:45:21 +01:00
Ludovic Courtès 60353203ed
gnu: guile2.0-git: Fix compilation of libgit2.
* gnu/packages/guile.scm (guile2.0-git): Inherit from what
'package-for-guile-2.0' returns.  Add 'inputs' field.
2019-11-23 22:45:21 +01:00
Leo Famulari a3e5361b64
gnu: ashuffle: Fix typo.
* gnu/packages/mpd.scm (ashuffle)[description]: Fix typo.
2019-11-23 16:01:25 -05:00
Evan Straw 5ce0aab3fb
gnu: Add ashuffle.
* gnu/packages/mpd.scm (ashuffle): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2019-11-23 15:58:41 -05:00
Kei Kebreau 1e8609f238
gnu: wxmaxima: Update to 19.11.1.
* gnu/packages/maths.scm (wxmaxima): Update to 19.11.1.
2019-11-23 15:33:14 -05:00
Tobias Geerinckx-Rice e8f8637045
gnu: perl-date-manip: Update to 6.78.
* gnu/packages/perl.scm (perl-date-manip): Update to 6.78.
[native-inputs]: Remove perl-module-build.
2019-11-23 20:40:24 +01:00
Tobias Geerinckx-Rice 9a40a62192
gnu: perl-crypt-random-source: Update to 0.14.
* gnu/packages/crypto.scm (perl-crypt-random-source): Update to 0.14.
[native-inputs]: Replace perl-test-exception with perl-test-fatal.
2019-11-23 20:40:24 +01:00
Tobias Geerinckx-Rice 669bd43e7c
gnu: perl-class-unload: Update to 0.11.
* gnu/packages/perl.scm (perl-class-unload): Update to 0.11.
[native-inputs]: Add perl-test-requires.
2019-11-23 20:40:24 +01:00
Tobias Geerinckx-Rice ea3e8fad74
gnu: perl-carp-assert-more: Update to 1.20.
* gnu/packages/perl.scm (perl-carp-assert-more): Update to 1.20.
2019-11-23 20:40:23 +01:00
Tobias Geerinckx-Rice 6f50c8a70c
gnu: perl-datetime: Update to 1.51.
* gnu/packages/perl.scm (perl-datetime): Update to 1.51.
2019-11-23 20:40:23 +01:00
Tobias Geerinckx-Rice 5415f3f8b3
gnu: parallel: Update to 20191122.
* gnu/packages/parallel.scm (parallel): Update to 20191122.
2019-11-23 16:29:31 +01:00
Tobias Geerinckx-Rice a91f4a77da
gnu: perl-devel-stacktrace: Update to 2.04.
* gnu/packages/perl.scm (perl-devel-stacktrace): Update to 2.04.
2019-11-23 16:29:31 +01:00
Tobias Geerinckx-Rice 74eee9f27d
gnu: python-django-pipeline: Fix tests.
* gnu/packages/django.scm (python-django-pipeline)[arguments]:
Set PYTHONPATH before running tests.
2019-11-23 15:40:12 +01:00
Tobias Geerinckx-Rice 63e633c6f6
gnu: perl-file-slurp: Update to 9999.28.
* gnu/packages/perl.scm (perl-file-slurp): Update to 9999.28.
2019-11-23 15:40:12 +01:00
Tobias Geerinckx-Rice 339bafad25
gnu: perl-indirect: Update to 0.39.
* gnu/packages/perl.scm (perl-indirect): Update to 0.39.
2019-11-23 15:40:11 +01:00
Tobias Geerinckx-Rice 2767beb3d0
gnu: perl-cairo: Update to 1.107.
* gnu/packages/gtk.scm (perl-cairo): Update to 1.107.
2019-11-23 15:40:10 +01:00
Tobias Geerinckx-Rice 97610a6614
gnu: python-whatever: Update to 0.6.
* gnu/packages/python-xyz.scm (python-whatever): Update to 0.6.
2019-11-23 15:40:10 +01:00
Tobias Geerinckx-Rice af6533d442
gnu: perl-apache-logformat-compiler: Update to 0.36.
* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.36.
2019-11-23 15:40:09 +01:00
Tobias Geerinckx-Rice 63292fd39e
gnu: perl-moox-late: Update to 0.016.
* gnu/packages/perl.scm (perl-moox-late): Update to 0.016.
2019-11-23 15:40:09 +01:00
Ludovic Courtès 7e90eb98a9
gnu: guile-ssh: Add "guile3.0-ssh" variant.
* gnu/packages/ssh.scm (guile-ssh)[source]: Substitute 'GUILE_PKG'
stanza in "configure.ac".
* gnu/packages/ssh.scm (guile3.0-ssh): New variable.
2019-11-23 12:39:20 +01:00
Ludovic Courtès 1d48f1da5a
gnu: guile-ssh: Remove redundant phase.
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Remove 'autoreconf'
phase, which was redundant with the 'bootstrap' phase.
2019-11-23 11:43:14 +01:00
Ludovic Courtès efafbc6667
gnu: guile-next: Update to 2.9.5.
* gnu/packages/guile.scm (guile-next): Update to 2.9.5.
2019-11-23 11:30:52 +01:00
Timothy Sample f6bf4b2c85
gnu: Add guile-semver.
* gnu/packages/guile-xyz.scm (guile-semver): New variable.
2019-11-23 00:53:39 -05:00
Timothy Sample f9ec89f444
gnu: Add srfi-64-driver.
* gnu/packages/guile-xyz.scm (srfi-64-driver): New variable.
2019-11-23 00:52:42 -05:00
Tobias Geerinckx-Rice b93a32977e
gnu: r-biocmanager: Update to 1.30.10.
* gnu/packages/cran.scm (r-biocmanager): Update to 1.30.10.
2019-11-23 02:00:41 +01:00
Tobias Geerinckx-Rice e25d068d84
gnu: r-roxygen2: Update to 7.0.1.
* gnu/packages/statistics.scm (r-roxygen2): Update to 7.0.1.
2019-11-23 02:00:40 +01:00
Tobias Geerinckx-Rice c84395943d
gnu: r-vgam: Update to 1.1-2.
* gnu/packages/statistics.scm (r-vgam): Update to 1.1-2.
2019-11-23 02:00:40 +01:00
Tobias Geerinckx-Rice 748ae1c6b1
gnu: r-glmnet: Update to 3.0-1.
* gnu/packages/statistics.scm (r-glmnet): Update to 3.0-1.
2019-11-23 02:00:40 +01:00
Tobias Geerinckx-Rice ec9a15c2eb
gnu: r-quadprog: Update to 1.5-8.
* gnu/packages/maths.scm (r-quadprog): Update to 1.5-8.
2019-11-23 02:00:40 +01:00
Tobias Geerinckx-Rice 3db9cbf676
gnu: r-desolve: Update to 1.25.
* gnu/packages/maths.scm (r-desolve): Update to 1.25.
2019-11-23 02:00:40 +01:00
Tobias Geerinckx-Rice 33ac190105
gnu: r-selectr: Update to 0.4-2.
* gnu/packages/cran.scm (r-selectr): Update to 0.4-2.
2019-11-23 02:00:40 +01:00
Tobias Geerinckx-Rice 19b85d029c
gnu: r-cardata: Update to 3.0-3.
* gnu/packages/statistics.scm (r-cardata): Update to 3.0-3.
2019-11-23 01:34:21 +01:00
Tobias Geerinckx-Rice 8f35d630a0
gnu: r-car: Update to 3.0-5.
* gnu/packages/statistics.scm (r-car): Update to 3.0-5.
2019-11-23 01:34:21 +01:00
Tobias Geerinckx-Rice 36ca7898b6
gnu: r-algdesign: Update to 1.1-7.3.1.
* gnu/packages/cran.scm (r-algdesign): Update to 1.1-7.3.1.
2019-11-23 01:34:21 +01:00
Tobias Geerinckx-Rice 9a3d4216f5
gnu: r-shinyfiles: Update to 0.7.5.
* gnu/packages/cran.scm (r-shinyfiles): Update to 0.7.5.
2019-11-23 01:06:39 +01:00
Tobias Geerinckx-Rice 520dc74369
gnu: ocaml-odoc: Update to 1.4.2.
* gnu/packages/ocaml.scm (ocaml-odoc): Update to 1.4.2.
2019-11-23 01:06:39 +01:00
Tobias Geerinckx-Rice d34c6a2a93
gnu: hangups: Update to 0.4.10.
* gnu/packages/messaging.scm (hangups): Update to 0.4.10.
2019-11-23 01:06:39 +01:00
Tobias Geerinckx-Rice 4afb7dd9f5
gnu: simple-scan: Update to 3.34.2.
* gnu/packages/gnome.scm (simple-scan): Update to 3.34.2.
2019-11-23 01:06:38 +01:00
Brett Gilio 116787d4ad
gnu: polyml: Use HTTPS home page URI.
* gnu/packages/sml.scm (polyml)[home-page]: Use HTTPS URI.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-11-22 22:53:39 +01:00
Brett Gilio 8717fb8d5f
gnu: polyml: Update to 5.8.
* gnu/packages/sml.scm (polyml): Update to 5.8.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-11-22 22:51:20 +01:00
Brett Gilio 4c7ca5d299
gnu: bear: Update to 2.4.2.
* gnu/packages/build-tools.scm (bear): Update to 2.4.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-11-22 22:46:54 +01:00
Tobias Geerinckx-Rice 99b106022c
gnu: xsane: Fix snprintf buffer length.
* gnu/packages/scanner.scm (xsane)[source]: Add patch.
* gnu/packages/patches/xsane-fix-snprintf-buffer-length.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-11-22 22:16:32 +01:00
Tobias Geerinckx-Rice 61abb11481
gnu: Register xsane patches.
This follows up on commit a608666d74.

* gnu/local.mk (dist_patch_DATA): Add missing patches.
2019-11-22 22:15:38 +01:00
Tobias Geerinckx-Rice a608666d74
gnu: Add xsane.
* gnu/packages/scanner.scm (xsane): New public variable.
2019-11-22 22:01:40 +01:00
Julien Lepiller ee4db149c2
gnu: php: Update to 7.3.12.
* gnu/packages/php.scm (php): Update to 7.3.12.
2019-11-22 19:47:46 +01:00
Mathieu Othacehe 1ee72bb55b
system: vm: Add arm64 support.
* gnu/build/vm.scm (load-in-linux-vm): Add target-arm64? argument and use it
to pass correct arguments to qemu.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass the new
target-arm64? argument added above. Do not add ESP partition on all ARM
targets. Do not pass grub-efi package to initialize-hard-disk on ARM targets.
2019-11-22 16:33:43 +01:00
Mathieu Othacehe 2608417ab8
build: vm: Fix arm32 support.
* gnu/build/vm.scm (load-in-linux-vm): Disable qemu highmem support on ARM32
systems.
2019-11-22 16:33:43 +01:00
Ludovic Courtès cf87919657
gnu: libseccomp: Fix build on AArch64.
This is a followup to d100d5d544.

* gnu/packages/patches/libseccomp-open-aarch64.patch: New file.
* gnu/packages/linux.scm (libseccomp)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-11-22 15:13:25 +01:00
Tobias Geerinckx-Rice 4e2e84d856
gnu: man-pages: Update to 5.04.
* gnu/packages/man.scm (man-pages): Update to 5.04.
2019-11-22 00:22:10 +01:00
Tobias Geerinckx-Rice 2414997a3c
gnu: libbytesize: Update to 2.1.
* gnu/packages/c.scm (libbytesize): Update to 2.1.
[source, remove]: Remove msgmerge reproducibility work-around.
[inputs]: Use pcre@2.
2019-11-22 00:22:10 +01:00
Tobias Geerinckx-Rice f64d79e8be
gnu: libplist: Update to 2.1.0.
* gnu/packages/libusb.scm (libplist): Update to 2.1.0.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Add ‘configure-later’ phase.
[native-inputs]: Add autoconf, automake, and libtool.
2019-11-22 00:22:10 +01:00
Tobias Geerinckx-Rice 6bd856d1b7
gnu: libpwquality: Update to 1.4.2.
* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.2.
2019-11-22 00:22:09 +01:00
Tobias Geerinckx-Rice 2f6a158b45
gnu: libpwquality: Don't use NAME in source URI.
* gnu/packages/password-utils.scm (libpwquality)[source]: Hard-code NAME.
2019-11-22 00:22:09 +01:00
Tobias Geerinckx-Rice ec2014d556
gnu: r-sjstats: Update to 0.17.7.
* gnu/packages/cran.scm (r-sjstats): Update to 0.17.7.
2019-11-22 00:22:09 +01:00
Tobias Geerinckx-Rice 1d4f0019f9
gnu: ruby-prawn-manual-builder: Update to 0.3.1.
* gnu/packages/ruby.scm (ruby-prawn-manual-builder): Update to 0.3.1.
2019-11-22 00:22:09 +01:00
Tobias Geerinckx-Rice 0645e72fdd
gnu: r-rms: Update to 5.1-4.
* gnu/packages/cran.scm (r-rms): Update to 5.1-4.
2019-11-22 00:22:09 +01:00
Tobias Geerinckx-Rice 8280676bd6
gnu: gthumb: Update to 3.8.2.
* gnu/packages/gnome.scm (gthumb): Update to 3.8.2.
2019-11-22 00:22:09 +01:00
Tobias Geerinckx-Rice b448e4085f
gnu: ruby-command-line-reporter: Update to 4.0.1.
* gnu/packages/ruby.scm (ruby-command-line-reporter): Update to 4.0.1.
2019-11-22 00:22:09 +01:00
Tobias Geerinckx-Rice 7454078a7c
gnu: python-lazy-object-proxy: Update to 1.4.3.
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.4.3.
2019-11-22 00:22:09 +01:00
Guillaume Le Vaillant a31b9dac1c
gnu: monero-gui: Update to 0.15.0.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21 22:41:45 +01:00
Guillaume Le Vaillant 182173b16d
gnu: monero: Update to 0.15.0.1.
* gnu/packages/finance.scm (monero): Update to 0.15.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21 22:41:45 +01:00
David Wilson 0f4c3ca9ec
gnu: Add emacs-openwith.
* gnu/packages/emacs-xyz.scm (emacs-openwith) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21 22:41:45 +01:00
Marius Bakke a4c36e6593
gnu: lxc: Adjust for GCC 7.
* gnu/packages/virtualization.scm (lxc)[arguments]: Add #:make-flags.
2019-11-21 22:41:45 +01:00
Marius Bakke 9e04cd0808
gnu: qemu: Update to 4.1.1.
* gnu/packages/virtualization.scm (qemu): Update to 4.1.1.
[source](patches): Remove.
2019-11-21 22:41:45 +01:00
Marius Bakke 7c8695ae8a
gnu: nginx: Update to 1.17.6.
* gnu/packages/web.scm (nginx): Update to 1.17.6.
2019-11-21 22:41:45 +01:00
Marius Bakke d100d5d544
gnu: libseccomp: Update to 2.4.2.
* gnu/packages/linux.scm (libseccomp): Update to 2.4.2.
* gnu/packages/virtualization.scm (qemu-minimal-2.10)[inputs]: Remove "libseccomp".
2019-11-21 22:41:44 +01:00
Marius Bakke d9580a26c7
gnu: jsoncpp: Update to 1.9.2.
* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.2.
* gnu/packages/games.scm (minetest)[source](snippet): Add substitution.
2019-11-21 22:41:44 +01:00
Marius Bakke 813fa6e2c9
gnu: json-modern-cxx: Update to 3.7.3.
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.3.
2019-11-21 22:41:44 +01:00
Marius Bakke 1fbd7c7f8e
gnu: minetest: Adjust indentation.
* gnu/packages/games.scm (minetest): Reindent.
2019-11-21 22:41:44 +01:00
Marius Bakke aadfcd1b6f
gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes].
This fixes CVE-2019-13723 and CVE-2019-13724.

* gnu/packages/chromium.scm (%chromium-version): Set to 78.0.3904.108.
(%ungoogled-revision): Set to 8f065138317a6152b20decc224027a5192ba76b1.
(%chromium-origin, %ungoogled-origin): Update hashes.
2019-11-21 22:41:44 +01:00
Marius Bakke 664fa4b162
gnu: ungoogled-chromium: Increase resource limits in separate phase.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add phase
'increase-resource-limits'.
2019-11-21 22:41:44 +01:00
Julien Lepiller 8da527d5bc
gnu: hexchat: Fix crash on exit.
* gnu/packages/patches/hexchat-crash-exit.patch: New file.
* gnu/packages/hexchat.scm (orgin): Add patch.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-11-21 22:28:04 +01:00
Christopher Baines ce16a026d0
gnu: guix-data-service: Update to 0.0.1-5.23f60a6.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-5.23f60a6.
2019-11-21 20:05:52 +00:00
Christopher Baines a1136b6de0
gnu: guix-data-service: Fix build.
Use the new EMACSLOADPATH, rather than setting GUIX_ENVIRONMENT. This also
allows changing emacs-no-x to emacs-minimal.

* gnu/packages/web.scm (guix-data-service)[arguments]: Remove the
'set-GUIX_ENVIRONMENT phase.
[native-inputs]: Replace emacs-with-modules with emacs-minimal and
emacs-htmlize.
2019-11-21 19:45:44 +00:00
Alex Kost f5dd0f5a45
gnu: emacs-guix: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2.
2019-11-21 19:58:57 +03:00
Alex Griffin 15c06ad066
gnu: kmonad: Update to 0.3.0.
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.3.0.
2019-11-21 10:38:42 -06:00
Nicolas Goaziou d20956a401
gnu: musescore: Update to 3.3.2.
* gnu/packages/music.scm (musescore): Update to 3.3.2.
2019-11-21 17:10:25 +01:00
Nicolas Goaziou 430e152899
gnu: mame: Fix build on i686.
* gnu/packages/emulators.scm (mame): Prevent strict-overflow error on i686
with "NOWERROR" flag.
2019-11-21 16:37:40 +01:00
Christopher Lemmer Webber 615a4fbff8
gnu: Add ecasound.
* gnu/packages/audio.scm (ecasound): Add it.
2019-11-21 07:46:35 -05:00
Konrad Hinsen fe9b72c586
gnu: python2-mmtk: Update to 2.7.12.
* gnu/packages/python-xyz.scm (python2-mmtk): Update to 2.7.12.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-21 11:48:31 +01:00
Konrad Hinsen c695f011b3
gnu: python2-scientific: New source code location.
* gnu/packages/python-xyz.scm (python2-scientific): New source code location.
Following the annoucement of Bitbucket to delete all
Mercurial repositories in June 2020, the source code has
been migrated to GitHub.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-21 11:48:31 +01:00
Konrad Hinsen e2293cbbe0
gnu: nmoldyn: New source code location.
* gnu/packages/chemistry.scm (nmoldyn): New source code location.
Following the annoucement of Bitbucket to delete all
Mercurial repositories in June 2020, the source code has
been migrated to GitHub.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-21 11:48:30 +01:00
Timothy Sample 59cd751852
gnu: ghc-foundation: Disable broken test.
* gnu/packages/haskell-xyz.scm (ghc-foundation)[arguments]: Add a phase
that patches out a broken test.
2019-11-20 20:48:55 -05:00
Timothy Sample b0d34d23a0
gnu: ghc-haddock: Update to 2.22.0.
* gnu/packages/haskell-xyz.scm (ghc-haddock): Update to 2.22.0.
[arguments]: Replace the 'remove-haddock-test-test-suites' phase with a
'remove-hoogle-test' phase, which only disables the Hoogle test; add a
new phase that puts the newly built 'haddock' binary in the 'PATH'
variable for testing.
[native-inputs]: Add 'ghc-haddock-test'.
(ghc-haddock-test): New variable.
2019-11-20 20:48:55 -05:00
Timothy Sample 1b84d8ef34
gnu: ghc-haddock-api: Update to 2.22.0.
* gnu/packages/patches/ghc-haddock-api-fix-haddock.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/haskell-xyz.scm (ghc-haddock-api): Update to 2.22.0.
[source]: Use the new patch.
[arguments]: Change the 'update-constraints' phase to allow newer
versions of 'QuickCheck' and 'hspec'.
2019-11-20 20:48:55 -05:00
Timothy Sample c1637311b6
gnu: ngless: Update to 1.0.1.
* gnu/packages/bioinformatics.scm (ngless): Update to 1.0.1.
[arguments]: Add a 'create-Versions.hs' phase that patches the Makefile
and invokes 'make' to generate a required file.
[inputs]: Remove 'ghc-chart', 'ghc-chart-cairo', and
'ghc-conduit-combinators'; add 'ghc-diagrams-core', 'ghc-diagrams-lib',
'ghc-diagrams-svg', and 'ghc-tar-conduit'.
2019-11-20 20:48:54 -05:00
Timothy Sample 74be1cb7b4
gnu: Add ghc-diagrams-svg.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-svg): New variable.
2019-11-20 20:48:54 -05:00
Timothy Sample dcf3f8f410
gnu: Add ghc-svg-builder.
* gnu/packages/haskell-xyz.scm (ghc-svg-builder): New variable.
2019-11-20 20:48:54 -05:00
Timothy Sample f9f1a6300e
gnu: Add ghc-diagrams-lib.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-lib): New variable.
2019-11-20 20:48:54 -05:00
Timothy Sample fd33ffa03a
gnu: Add ghc-diagrams-solve.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-solve): New variable.
2019-11-20 20:48:54 -05:00