summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python2-setproctitle: Fix build.Michael Rohleder2020-07-30
| | | | | | | * gnu/packages/python-xyz.scm (python2-setproctitle): Don't pass ‘--embed’ to python-config. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add cl-inflector.Adam Kandur2020-07-30
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-inflector, cl-inflector, ecl-cl-inflector): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: paml: Fix build.Jakub Kądziołka2020-07-30
| | | | | * gnu/packages/bioinformatics.scm (paml)[snippet]: Fix permissions before repacking the source tarball.
* gnu: bison: Mention yacc in the description.Jakub Kądziołka2020-07-30
| | | | | | | | This should help the user find the package if the goal is to satisfy a dependency on yacc. * gnu/packages/bison.scm (bison)[synopsis, description]: Explain compatibility with Yacc.
* gnu: spread-sheet-widget: Update to 0.5.Tobias Geerinckx-Rice2020-07-30
| | | | * gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.5.
* gnu: pspp: Fix build.Tobias Geerinckx-Rice2020-07-30
| | | | * gnu/packages/statistics.scm (pspp)[inputs]: Use gtksourceview-3.
* gnu: python-sqlparse: Update to 0.3.1.Michael Rohleder2020-07-30
| | | | | | * gnu/packages/databases.scm (python-sqlparse): Update to 0.3.1. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: krita: Update to 4.3.0.Boris A. Dekshteyn2020-07-30
| | | | | | * gnu/packages/kde.scm (krita): Update to 4.3.0. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: gnunet-gtk: Update to 0.13.1.Michael Rohleder2020-07-30
| | | | | | * gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.13.1. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: mumble: Update to 1.3.2.Michael Rohleder2020-07-30
| | | | | | * gnu/packages/telephony.scm (mumble): Update to 1.3.2. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: python-slugify: Remove unused input.Marius Bakke2020-07-30
| | | | * gnu/packages/python-web.scm (python-slugify)[native-inputs]: Remove.
* gnu: python-cookiecutter: Update to 1.7.2.Tanguy Le Carrour2020-07-30
| | | | | | | | * gnu/packages/python-xyz.scm (python-cookiecutter): Update to 1.7.2. [propagated-inputs]: Add python-slugify, python-text-unidecode. [home-page]: Update URL. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: csvkit: Fix problem caused by the update of python-slugify.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/wireservice.scm (csvkit)[inputs]: Add python-text-unidecode. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: python-slugify: Update to 4.0.1.Tanguy Le Carrour2020-07-30
| | | | | | | | * gnu/packages/patches/python-slugify-depend-on-unidecode.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-web.scm (python-slugify): Update to 4.0.1. [source] Drop patch. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-mypy.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/python-check.scm (python-mypy): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-flake8-pyi.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/python-xyz.scm (python-flake8-pyi): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-flake8-bugbear.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/python-xyz.scm (python-flake8-bugbear): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-hypothesmith.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/check.scm (python-hypothesmith): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-lark-parser.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/python-xyz.scm (python-lark-parser): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-libcst.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/python-xyz.scm (python-libcst): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-hypothesis-5.23.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/check.scm (python-hypothesis-5.23): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-typing-inspect.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/python-xyz.scm (python-typing-inspect): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add python-mypy-extensions.Tanguy Le Carrour2020-07-30
| | | | | | * gnu/packages/python-check.scm (python-mypy-extensions): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add nfs4-acl-tools.Lars-Dominik Braun2020-07-30
| | | | | | | | * gnu/packages/nfs.scm (nfs4-acl-tools): New variable. * gnu/packages/patches/nfs4-acl-tools-0.3.7-fixpaths.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: clang: Only install cfi_blacklist.txt for versions >= 3.8.Marius Bakke2020-07-30
| | | | | | | | | Fixes <https://bugs.gnu.org/42599>. Reported by Malte Frank Gerdes <malte.f.gerdes@gmail.com>. This is a follow-up to commit 300b795520baf106b662f045fe7d644643e8e7d1. * gnu/packages/llvm.scm (clang-from-llvm): Guard the 'symlink-cfi_blacklist' phase with a version check, as it first appears in Clang 3.8.
* gnu: ungoogled-chromium: Update to 84.0.4147.105-0.cc3e311.Marius Bakke2020-07-30
| | | | | | * gnu/packages/chromium.scm (%ungoogled-revision, %ungoogled-origin): Update to cc3e311f33519a5ba961ad1f1dc19507ce98b0d2. (ungoogled-chromium): Update to 84.0.4147.105-0.
* gnu: json-modern-cxx: Update to 3.9.0.Marius Bakke2020-07-30
| | | | | | * gnu/packages/cpp.scm (json-modern-cxx): Update to 3.9.0. [arguments]: New field. [native-inputs]: Add "json_test_data" origin.
* gnu: linux-libre: Update to 5.4.54.Mark H Weaver2020-07-29
| | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.54. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.54.
* gnu: linux-libre@5.7: Update to 5.7.11.Mark H Weaver2020-07-29
| | | | | | * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.11. (linux-libre-5.7-pristine-source): Update hash. (deblob-scripts-5.7): Update to 5.7.11.
* gnu: linux-libre@4.19: Update to 4.19.135.Mark H Weaver2020-07-29
| | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.135. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Update to 4.19.135.
* gnu: linux-libre@4.14: Update to 4.14.190.Mark H Weaver2020-07-29
| | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.190. (linux-libre-4.14-pristine-source): Update hash. (deblob-scripts-4.14): Update to 4.14.190.
* gnu: mycli: Update to 1.22.1.Michael Rohleder2020-07-29
| | | | | | * gnu/packages/databases.scm (mycli): Update to 1.22.1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: gloox: Update to 1.0.24.Tobias Geerinckx-Rice2020-07-29
| | | | * gnu/packages/messaging.scm (gloox): Update to 1.0.24.
* doc: Extend tlp-service-type example.Tobias Geerinckx-Rice2020-07-29
| | | | | | | * doc/guix.texi (Power Management Services): Demonstrate tlp-configuration usage. Suggested by rovanion on #guix.
* gnu: paps: Update description.Tobias Geerinckx-Rice2020-07-29
| | | | | | Fixes <https://issues.guix.gnu.org/42598>. * gnu/packages/pdf.scm (paps)[description]: Update back-end technology.
* gnu: jasper: Update to 2.0.19.Tobias Geerinckx-Rice2020-07-29
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.19.
* gnu: Update LXDE home page.Tobias Geerinckx-Rice2020-07-29
| | | | | | * gnu/packages/lxde.scm (libfm, lxappearance, lxtask, lxterminal) (menu-cache, pcmanfm, spacefm, lxmenu-data, lxde-icon-theme, lxde-common) (lxinput, lxsession, lxpanel, lxde)[home-page]: Update to working domain.
* gnu: Remove vte-0.36.Tobias Geerinckx-Rice2020-07-29
| | | | * gnu/packages/gnome.scm: Remome vte-0.36.
* gnu: vte: Update to 0.60.3.Tobias Geerinckx-Rice2020-07-29
| | | | * gnu/packages/gnome.scm (vte): Update to 0.60.3.
* gnu: nano: Update to 5.0.Tobias Geerinckx-Rice2020-07-29
| | | | * gnu/packages/nano.scm (nano): Update to 5.0.
* gnu: sphinxbase: Fix building.Efraim Flashner2020-07-29
| | | | | | * gnu/packages/speech.scm (sphinxbase)[source]: Add patch. * gnu/packages/patches/sphinxbase-fix-doxygen.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: python-rfc3986: Update to 1.4.0.Efraim Flashner2020-07-29
| | | | * gnu/packages/python-xyz.scm (python-rfc3986): Update to 1.4.0.
* gnu: python-twine: Update to 1.15.0.Efraim Flashner2020-07-29
| | | | | * gnu/packages/python-xyz.scm (python-twine): Update to 1.15.0. [propagated-inputs]: Add python-packaging, python-readme-renderer.
* gnu: emacs-erc-image: Disable make-autoloads phase.Brett Gilio2020-07-29
| | | | | * gnu/packages/emacs-xyz.scm (emacs-erc-image)[arguments]: Disable make-autoloads phase as it causes problematic behavior for the image module.
* Revert "gnu: emacs-erc-image: Patch eval-after-load procedure."Brett Gilio2020-07-29
| | | | | | | This reverts commit 6fd2ecedb6e3ed802580561cd98a925a68292182. This change does not behave as intended. Reverting the change to the original behavior.
* gnu: Add python-nbval.Vinicius Monego2020-07-29
| | | | | | * gnu/packages/python-check.scm (python-nbval): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add python-libsass.Vinicius Monego2020-07-29
| | | | | | * gnu/packages/python-xyz.scm (python-libsass): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* examples: Add password for Alice's brother.Oleg Pykhalov2020-07-29
| | | | * gnu/system/examples/desktop.tmpl (users)[bob]: Add password.
* gnu: emacs-erc-image: Patch eval-after-load procedure.Brett Gilio2020-07-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-erc-image)[arguments]: Create a phase that substitutes the ERC module for ERC-AUTO. When ERC is used the autoloader for for Emacs hangs indefinitely (if daemonized) or fails.
* gnu: gnome-boxes: Add missing inputs.Maxim Cournoyer2020-07-28
| | | | | | | * gnu/packages/gnome.scm (gnome-boxes)[inputs]: Add glib-networking and gsettings-desktop-schemas. [description]: Mention the requirement of having the libvirt and virtlog services running.