summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: utils: 'recursive-import' accepts an optional version parameter.series-3755Martin Becze2020-04-29
| | | | | | | | | | | | | | | | | | | | | | This adds a key VERSION to 'recursive-import' and move the paramter REPO to a key. This also changes all the things that rely on 'recursive-import' * guix/import/utils.scm (recursive-import): Add the VERSION key. Make REPO a key. (package->definition): Added optional 'append-version?'. * guix/import/cran.scm (cran->guix-package): Change the REPO parameter to a key. (cran-recursive-import): Likewise. * guix/import/elpa.scm (elpa->guix-pakcage): Likewise. (elpa-recursive-import): Likewise. * guix/import/gem.scm (gem->guix-package): Likewise. (recursive-import): Likewise. * guix/import/opam.scm (opam-recurive-import): Likewise. * guix/import/pypi.scm (pypi-recursive-import): Likewise. * guix/import/stackage.scm (stackage-recursive-import): Likewise. * guix/scripts/import/cran.scm: (guix-import-cran) Likewise. * guix/scripts/import/elpa.scm: (guix-import-elpa) Likewise. * tests/elpa.scm: (eval-test-with-elpa) Likewise. * tests/import-utils.scm Likewise.
* gnu: Add aspell-dict-pl.base-for-series-3755base-for-series-3754Marcin Karpezo2020-04-29
| | | | | | * gnu/packages/aspell.scm (aspell-dict-pl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-tortoise-orm: Update to 0.16.7 [security fixes].Lars-Dominik Braun2020-04-29
| | | | | | | * gnu/packages/databases.scm (python-tortoise-orm)[source]: Update to 0.16.7. [propagated-inputs]: Propagate python-ciso8601, which is required in setup.py. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pypika: Update to 0.37.2.Lars-Dominik Braun2020-04-29
| | | | | | * gnu/packages/databases.scm (python-pypika): Update to 0.37.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-aiosqlite: Update to 0.12.0.Lars-Dominik Braun2020-04-29
| | | | | | * gnu/packages/databases.scm (python-aiosqlite): Update to 0.12.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: OpenLDAP: Update to 2.4.50 [fixes CVE-2019-{13057,13565}].Leo Famulari2020-04-29
| | | | | | | | * gnu/packages/openldap.scm (openldap)[replacement]: Use openldap-2.4.50. (openldap/fixed): Replace with ... (openldap-2.4.50): ... new variable. * gnu/packages/patches/openldap-CVE-2020-12243.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: foo2zjs: Update to 20200426.Tobias Geerinckx-Rice2020-04-29
| | | | * gnu/packages/cups.scm (foo2zjs): Update to 20200426.
* gnu: emacs-vterm: Update to 0-1.e63bd65.Oleg Pykhalov2020-04-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-1.e63bd65.
* gnu: Add emacs-kakoune.pinoaffe2020-04-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-kakoune): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ryo-modal.pinoaffe2020-04-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ryo-modal): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-twittering-mode.Masaya Tojo2020-04-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-twittering-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* tests: install: Fix device usage.Mathieu Othacehe2020-04-29
| | | | | | | | | | This is a follow-up of a860eddbbddeae5d3b6fe084e29ac9fafd2d6f02. Guided installation tests are now run from an ISO image. Hence the main block device is vda and not vdb anymore. * gnu/tests/install.scm (installation-target-os-for-gui-tests): Use %minimal-os-on-vda instead of %minimal-os. (%minimal-os-on-vda): Make sure that it replicates the config of %minimal-os.
* gnu: Add python-sphinx-autobuild.Ricardo Wurmus2020-04-29
| | | | * gnu/packages/sphinx.scm (python-sphinx-autobuild): New variable.
* gnu: Add python-doc8.Ricardo Wurmus2020-04-29
| | | | * gnu/packages/python-xyz.scm (python-doc8): New variable.
* gnu: Add python-livereload.Ricardo Wurmus2020-04-29
| | | | * gnu/packages/python-web.scm (python-livereload): New variable.
* gnu: Add python-port-for.Ricardo Wurmus2020-04-29
| | | | * gnu/packages/python-web.scm (python-port-for): New variable.
* gnu: Add python-restructuredtext-lint.Ricardo Wurmus2020-04-29
| | | | * gnu/packages/python-xyz.scm (python-restructuredtext-lint): New variable.
* gnu: gnome-calendar: Propagate evolution-data-server.Raghav Gururajan2020-04-29
| | | | | | | | | | * gnu/packages/gnome.scm (gnome-calendar)[inputs]: Move evolution-data-server from here... [propagated-inputs]: ...to here. Fixes <https://bugs.gnu.org/40686>. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Remove python2-ws4py-for-kaldi-gstreamer-server.Ricardo Wurmus2020-04-29
| | | | | * gnu/packages/python-web.scm (python2-ws4py-for-kaldi-gstreamer-server): Remove variable.
* gnu: kaldi-gstreamer-server: Update to 0-2.f68cab4.Ricardo Wurmus2020-04-29
| | | | | | | | | * gnu/packages/machine-learning.scm (kaldi-gstreamer-server): Update to 0-2.f68cab4. [inputs]: Replace python-2 with python-wrapper, python2-pygobject with python-pygobject, python2-pyyaml with python-pyyaml, and python2-tornado with python-tornado; remove python2-ws4py-for-kaldi-gstreamer-server and python2-futures.
* gnu: Add edid-decode.base-for-series-3745Brice Waegeneire2020-04-29
| | | | | | * gnu/packages/hardware.scm (edid-decode): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: zrythm: Update to 0.8.333.Alexandros Theodotou2020-04-29
| | | | | | | * gnu/packages/music.scm (zrythm): Update to 0.8.333. [inputs]: Add new dependencies graphviz and gtksourceview. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: ikiwiki: Update to 3.20200202.3.Paul Garlick2020-04-29
| | | | * gnu/packages/web.scm (ikiwiki): Update to 3.20200202.3.
* gnu: ikiwiki: Translate documentation.Paul Garlick2020-04-29
| | | | | | | | * gnu/packages/web.scm (ikiwiki)[inputs]: Add po4a. [arguments]<#:phases>[patch-Makefile]: Rename to... [arguments]<#:phases>[patch-Makefiles]: ...this. Add build environment paths to the PERL5LIB environment variable that is used by the 'po2wiki' script.
* gnu: ikiwiki: Add missing inputs.Paul Garlick2020-04-29
| | | | | * gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-authen-passphrase, perl-file-mimeinfo, perl-mail-sendmail and perl-xml-twig.
* gnu: ikiwiki: Propagate some inputs.Paul Garlick2020-04-29
| | | | | | | * gnu/packages/web.scm (ikiwiki)[inputs]: Move perl-html-parser, perl-html-scrubber, perl-html-template, perl-json, perl-text-markdown-discount, perl-uri and perl-yaml-libyaml to... [propagated-inputs]: ...here. New field.
* gnu: ikiwiki: Build perl inputs for target architecture.Paul Garlick2020-04-29
| | | | | * gnu/packages/web.scm (ikiwiki)[native-inputs]: Move perl dependencies ... [inputs]: ...to here.
* gnu: ikiwiki: Fetch sources from git repository.Paul Garlick2020-04-29
| | | | | | | * gnu/packages/web.scm (ikiwiki)[source]: Use GIT-FETCH and GIT-FILE-NAME. [source](snippet): New field. [arguments]<#:phases>[set-modification-times]: New phase.
* gnu: gnuradio: Fix search paths for third-party blocks.Guillaume Le Vaillant2020-04-29
| | | | | * gnu/packages/radio.scm (gnuradio)[native-search-paths]: Add definition of the GRC_BLOCKS_PATH variable.
* tests: install: Fix gui-installed-os test.Mathieu Othacehe2020-04-29
| | | | | | | | This is a follow-up of a860eddbbddeae5d3b6fe084e29ac9fafd2d6f02. If using an ISO, the main disk is vda and not vdb anymore. * gnu/tests/install.scm (installation-target-os-for-gui-tests): Use vda2 as swap partition.
* tests: install: Increase virtual machine RAM.Mathieu Othacehe2020-04-29
| | | | | | | | | | It seems that 'guix system init' is consuming more than the 800M of RAM currently allocated. Until this is understood, bump the limit to 1.2G. Reported here: https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00519.html * gnu/tests/install.scm (run-install): Bump RAM to 1.2G.
* gnu: Add xnec2c.base-for-series-3739base-for-series-3738Guillaume Le Vaillant2020-04-29
| | | | * gnu/packages/radio.scm (xnec2c): New variable.
* doc: Mention that PulseAudio service overrides user configuration.Diego Nicola Barbato2020-04-28
| | | | | | | * doc/guix.texi (Sound Services): Add a warning that 'pulseaudio-service-type' overrides per-user configuration files in '~/.config/pulse'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-json: Update to 3.5.0.Ludovic Courtès2020-04-28
| | | | * gnu/packages/guile.scm (guile-json-3): Update to 3.5.0.
* gnu: guix: Update to 619f918.Ludovic Courtès2020-04-28
| | | | * gnu/packages/package-management.scm (guix): Update to 619f918.
* gnu: openldap: Fix CVE-2020-12243.base-for-series-3730Efraim Flashner2020-04-28
| | | | | | | * gnu/packages/openldap.scm (openldap)[replacement]: New field. (openldap/fixed): New variable. * gnu/packages/patches/openldap-CVE-2020-12243.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: valgrind: Update source uri.base-for-series-3727Efraim Flashner2020-04-28
| | | | | | * gnu/packages/valgrind.scm (valgrind)[source]: Remove valgrind host, add sourceware host. [home-page]: Use https.
* gnu: sbcl: Update to 2.0.4.Pierre Neidhardt2020-04-28
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.4.
* gnu: sbcl-parenscript: Update to 2.7.1.Pierre Neidhardt2020-04-28
| | | | * gnu/packages/lisp-xyz.scm (sbcl-parenscript): Update to 2.7.1.
* gnu: emacs-telega: Test Emacs environment on startup.Diego Nicola Barbato2020-04-28
| | | | | | | | | | | Print a more helpful error message when someone attempts to run Telega on an incompatible Emacs (e.g a 32-bit Emacs without wide ints). * gnu/packages/patches/emacs-telega-test-env.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs-xyz.scm (emacs-telega)[source]: Use it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-telega: Build with emacs-wide-int on 32-bit systems.Diego Nicola Barbato2020-04-28
| | | | | | | | | | | Fixes <https://bugs.gnu.org/39406>. Reported by <lmedeiros@riseup.net>. * gnu/packages/emacs-xyz.scm (emacs-telega)[native-inputs]: Replace emacs with emacs-wide-int on 32-bit systems. This is needed because Telega requires 64-bit wide ints. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add emacs-wide-int.Diego Nicola Barbato2020-04-28
| | | | | | * gnu/packages/emacs.scm (emacs-wide-int): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add emacs-magit-annex.Christopher Lemmer Webber2020-04-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit-annex): New variable.
* gnu: lv2: Update to 1.18.0.Alexandros Theodotou2020-04-28
| | | | | | * gnu/packages/audio.scm (lv2): Update to 1.18.0. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: kakoune: Update to 2020.01.16.Nicolas Goaziou2020-04-28
| | | | * gnu/packages/text-editors.scm (kakoune): Update to 2020.01.16.
* gnu: emacs-evil-org: Update to 1.0.2.John Soo2020-04-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 1.0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-sx: Update to 20191229.Joseph LaFreniere2020-04-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-sx): Update to 20191229. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-toml-mode.Joseph LaFreniere2020-04-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-toml-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: ungoogled-chromium: Update to 81.0.4044.129-0.c2a89fb [security fixes].base-for-series-3723Marius Bakke2020-04-28
| | | | | | | | This fixes CVE-2020-6462 and CVE-2020-6461. * gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.129. (%ungoogled-revision): Set to c2a89fb6b5b559c826796c811741fa8ed3e11de8. (%chromium-origin, %ungoogled-origin): Update hashes.
* gnu: Add variant-tools.base-for-series-3716Ricardo Wurmus2020-04-28
| | | | * gnu/packages/bioinformatics.scm (variant-tools): New variable.