summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-29gnu: Add python-port-for.Ricardo Wurmus
* gnu/packages/python-web.scm (python-port-for): New variable.
2020-04-29gnu: Add python-restructuredtext-lint.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-restructuredtext-lint): New variable.
2020-04-29gnu: gnome-calendar: Propagate evolution-data-server.Raghav Gururajan
* 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>
2020-04-29gnu: Remove python2-ws4py-for-kaldi-gstreamer-server.Ricardo Wurmus
* gnu/packages/python-web.scm (python2-ws4py-for-kaldi-gstreamer-server): Remove variable.
2020-04-29gnu: kaldi-gstreamer-server: Update to 0-2.f68cab4.Ricardo Wurmus
* 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.
2020-04-29gnu: Add edid-decode.Brice Waegeneire
* gnu/packages/hardware.scm (edid-decode): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-29gnu: zrythm: Update to 0.8.333.Alexandros Theodotou
* 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>
2020-04-29gnu: ikiwiki: Update to 3.20200202.3.Paul Garlick
* gnu/packages/web.scm (ikiwiki): Update to 3.20200202.3.
2020-04-29gnu: ikiwiki: Translate documentation.Paul Garlick
* 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.
2020-04-29gnu: ikiwiki: Add missing inputs.Paul Garlick
* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-authen-passphrase, perl-file-mimeinfo, perl-mail-sendmail and perl-xml-twig.
2020-04-29gnu: ikiwiki: Propagate some inputs.Paul Garlick
* 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.
2020-04-29gnu: ikiwiki: Build perl inputs for target architecture.Paul Garlick
* gnu/packages/web.scm (ikiwiki)[native-inputs]: Move perl dependencies ... [inputs]: ...to here.
2020-04-29gnu: ikiwiki: Fetch sources from git repository.Paul Garlick
* gnu/packages/web.scm (ikiwiki)[source]: Use GIT-FETCH and GIT-FILE-NAME. [source](snippet): New field. [arguments]<#:phases>[set-modification-times]: New phase.
2020-04-29gnu: gnuradio: Fix search paths for third-party blocks.Guillaume Le Vaillant
* gnu/packages/radio.scm (gnuradio)[native-search-paths]: Add definition of the GRC_BLOCKS_PATH variable.
2020-04-29tests: install: Fix gui-installed-os test.Mathieu Othacehe
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.
2020-04-29tests: install: Increase virtual machine RAM.Mathieu Othacehe
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.
2020-04-29gnu: Add xnec2c.Guillaume Le Vaillant
* gnu/packages/radio.scm (xnec2c): New variable.
2020-04-28doc: Mention that PulseAudio service overrides user configuration.Diego Nicola Barbato
* 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>
2020-04-28gnu: guile-json: Update to 3.5.0.Ludovic Courtès
* gnu/packages/guile.scm (guile-json-3): Update to 3.5.0.
2020-04-28gnu: guix: Update to 619f918.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 619f918.
2020-04-28gnu: openldap: Fix CVE-2020-12243.Efraim Flashner
* 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.
2020-04-28gnu: valgrind: Update source uri.Efraim Flashner
* gnu/packages/valgrind.scm (valgrind)[source]: Remove valgrind host, add sourceware host. [home-page]: Use https.
2020-04-28gnu: sbcl: Update to 2.0.4.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.0.4.
2020-04-28gnu: sbcl-parenscript: Update to 2.7.1.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-parenscript): Update to 2.7.1.
2020-04-28gnu: emacs-telega: Test Emacs environment on startup.Diego Nicola Barbato
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>
2020-04-28gnu: emacs-telega: Build with emacs-wide-int on 32-bit systems.Diego Nicola Barbato
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>
2020-04-28gnu: Add emacs-wide-int.Diego Nicola Barbato
* gnu/packages/emacs.scm (emacs-wide-int): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-04-28gnu: Add emacs-magit-annex.Christopher Lemmer Webber
* gnu/packages/emacs-xyz.scm (emacs-magit-annex): New variable.
2020-04-28gnu: lv2: Update to 1.18.0.Alexandros Theodotou
* gnu/packages/audio.scm (lv2): Update to 1.18.0. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-04-28gnu: kakoune: Update to 2020.01.16.Nicolas Goaziou
* gnu/packages/text-editors.scm (kakoune): Update to 2020.01.16.
2020-04-28gnu: emacs-evil-org: Update to 1.0.2.John Soo
* gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 1.0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-28gnu: emacs-sx: Update to 20191229.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-sx): Update to 20191229. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-28gnu: Add emacs-toml-mode.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-toml-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-04-28gnu: ungoogled-chromium: Update to 81.0.4044.129-0.c2a89fb [security fixes].Marius Bakke
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.
2020-04-28gnu: Add variant-tools.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (variant-tools): New variable.
2020-04-28gnu: Add hdf5-blosc.Ricardo Wurmus
* gnu/packages/maths.scm (hdf5-blosc): New variable.
2020-04-28gnu: Add c-blosc.Ricardo Wurmus
* gnu/packages/compression.scm (c-blosc): New variable.
2020-04-28gnu: Add kbdd-0.7.1Boris A. Dekshteyn
* gnu/packages/xdisorg.scm (kbdd): New variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-04-28gnu: ecl: Update to 20.4.24.Pierre Neidhardt
* gnu/packages/lisp.scm (ecl): Update to 20.4.24. [native-inputs]: Add texinfo to make the manual. [license]: Set to lgpl2.1+.
2020-04-28gnu: sbcl-cl-cffi-gtk: Link source to parent to reduce closure size.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk)[arguments]: Replace source folder with link to the same folder in the sbcl-cl-cffi-gtk-glib dependency.
2020-04-28gnu: sbcl-cl-cffi-gtk-gdk: Link source to parent to reduce closure size.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-gdk)[arguments]: Replace source folder with link to the same folder in the sbcl-cl-cffi-gtk-glib dependency.
2020-04-28gnu: sbcl-cl-cffi-gtk-gdk-pixbuf: Link source to parent to reduce closure size.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-gdk-pixbuf)[arguments]: Replace source folder with link to the same folder in the sbcl-cl-cffi-gtk-glib dependency.
2020-04-28gnu: sbcl-cl-cffi-gtk-pango: Link source to parent to reduce closure size.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-pango)[arguments]: Replace source folder with link to the same folder in the sbcl-cl-cffi-gtk-glib dependency.
2020-04-28gnu: sbcl-cl-cffi-gtk-cairo: Link source to parent to reduce closure size.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-cairo)[arguments]: Replace source folder with link to the same folder in the sbcl-cl-cffi-gtk-glib dependency.
2020-04-28gnu: sbcl-cl-cffi-gtk-gio: Link source to parent to reduce closure size.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-gio)[arguments]: Replace source folder with link to the same folder in the sbcl-cl-cffi-gtk-glib dependency.
2020-04-28gnu: sbcl-cl-cffi-gtk-gobject: Link source to parent to reduce closure size.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-gobject)[arguments]: Replace source folder with link to the same folder in the sbcl-cl-cffi-gtk-glib dependency.
2020-04-28gnu: Add emacs-trashed.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-trashed): New variable.
2020-04-28gnu: gnuradio-osmosdr: Add hackrf support.Guillaume Le Vaillant
* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add hackrf.
2020-04-28gnu: Add hackrf.Christopher Howard
* gnu/packages/radio.scm (hackrf): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2020-04-28gnu: hpcguix-web: Use guile3.0-guix.Roel Janssen
* gnu/packages/web.scm (hpcguix-web): Update to latest revision and use guile3.0 inputs.