summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert "build: svn: Handle fetch errors."Paul Garlick2020-10-06
| | | | | | | | This reverts commit 2fb12dd1bb725592e1561ac8f4b32fb68accb161, which causes the 'svn export' command to fail with: svn: E155000: Destination directory exists; please remove the directory or use --force to overwrite
* gnu: Add texlive-mathpazo.Paul Garlick2020-10-06
| | | | * gnu/packages/tex.scm (texlive-mathpazo): New variable.
* gnu: vim: Update to 8.2.1805.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/vim.scm (vim): Update to 8.2.1805.
* gnu: pipewire: Update to 0.3.13.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/linux.scm (pipewire): Update to 0.3.13.
* gnu: praat: Update to 6.1.26.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/language.scm (praat): Update to 6.1.26.
* gnu: libtsm: Remove bundled libxkbcommon header.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/terminals.scm (libtsm)[source]: Snip xkbcommon-keysyms.h.
* gnu: libtsm: Make all inputs native.Tobias Geerinckx-Rice2020-10-06
| | | | | | * gnu/packages/terminals.scm (libtsm)[inputs]: Move check & libxkbcommon from here… [native-inputs]: …to here.
* gnu: stockfish: Update to 12.Michael Rohleder2020-10-06
| | | | | | | | * gnu/packages/games.scm (stockfish): Update to 12. [inputs]: Add fetching of the official neural network file. [arguments]: Add phase 'copy-net to copy this file and embed it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: r-gqtlbase: Update to 1.20.4.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioinformatics.scm (r-gqtlbase): Update to 1.20.4.
* gnu: r-rhdf5: Update to 2.32.3.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.3.
* gnu: r-biocstyle: Update to 2.16.1.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.16.1.
* gnu: r-bgx: Update to 1.54.1.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioconductor.scm (r-bgx): Update to 1.54.1.
* gnu: r-xcms: Update to 3.10.2.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioconductor.scm (r-xcms): Update to 3.10.2.
* gnu: r-atacseqqc: Update to 1.12.5.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.12.5.
* gnu: r-gosemsim: Update to 2.14.2.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.14.2.
* gnu: r-karyoploter: Update to 1.14.1.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioconductor.scm (r-karyoploter): Update to 1.14.1.
* gnu: r-diffbind: Update to 2.16.2.Ricardo Wurmus2020-10-06
| | | | * gnu/packages/bioconductor.scm (r-diffbind): Update to 2.16.2.
* gnu: sbcl-cl-base64: Declare a source file-name.Efraim Flashner2020-10-06
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-base64)[source]: Add file-name field.
* gnu: memkind: Declare a source file-name.Efraim Flashner2020-10-06
| | | | * gnu/packages/disk.scm (memkind)[source]: Add file-name field.
* gnu: python-tox: Update to 3.20.0.Joseph LaFreniere2020-10-06
| | | | | | * gnu/packages/python-xyz.scm (python-tox): Update to 3.20.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add emacs-python-black.Joseph LaFreniere2020-10-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-python-black): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-black-macchiato.Joseph LaFreniere2020-10-06
| | | | | | * gnu/packages/python-xyz.scm (python-black-macchiato): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: zrythm: Update to 1.0.0-alpha.3.0.1.Alexandros Theodotou2020-10-06
| | | | | | | | * gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.3.0.1. [arguments]: Explicitly enable RtMidi support in #:configure-flags. <phases>: Remove xdg-open patch (no longer needed). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: stockfish: Fix typo in description.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/games.scm (stockfish)[description]: Fix typo.
* gnu: libbpf: Fix erroneous use of DESTDIR.Tobias Geerinckx-Rice2020-10-06
| | | | | | It broke the pkg-config file and is almost always a mistake. * gnu/packages/linux.scm (libbpf)[arguments]: Correctly set PREFIX.
* build: svn: Handle fetch errors.zimoun2020-10-06
| | | | | | * guix/build/svn.scm (svn-fetch): Add 'guard' to handle errors. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* build: hg: Handle fetch errors.zimoun2020-10-06
| | | | | | * guix/build/hg.scm (hg-fetch): Add 'guard' to handle errors. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: chatty: Update to 0.1.16.Michael Rohleder2020-10-06
| | | | | | | * gnu/packages/messaging.scm (chatty): Update to 0.1.16. [inputs]: Add gsettings-desktop-schemas. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-dtrt-indent: Update to 1.2.Joseph LaFreniere2020-10-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-helpful: Update to 0.18.Michael Rohleder2020-10-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.18. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add memkind.Danny Milosavljevic2020-10-06
| | | | * gnu/packages/disk.scm (memkind): New variable.
* images: Add pine64-barebones-raw-image.Mathieu Othacehe2020-10-06
| | | | | * gnu/system/images/pine64.scm (pine64-barebones-raw-image): New variable. * gnu/ci.scm (%guix-system-images): Add it.
* build-system/cargo: Don't install .crates.toml file.Efraim Flashner2020-10-06
| | | | | | | Fixes <https://issues.guix.gnu.org/43810>. * guix/build/cargo-build-system.scm (install): Remove installed .crates.toml file.
* gnu: emacs-ivy-posframe: Update to 0.5.0.Nicolas Goaziou2020-10-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.0.
* gnu: vlang: Correctly refer to output directories.Efraim Flashner2020-10-06
| | | | | * gnu/packages/vlang.scm (vlang)[arguments]: In custom 'install phase correctly refer to 'outputs'.
* gnu: vlang: Use cc-for-target.Efraim Flashner2020-10-06
| | | | | * gnu/packages/vlang.scm (vlang)[arguments]: Don't hardcode gcc in make-flags. In custom 'patch-makefile, don't hardcode gcc.
* services: dnsmasq: Add TFTP configuration fields.Danny Milosavljevic2020-10-06
| | | | | | | * gnu/services/dns.scm (<dnsmasq-configuration>): Add TFTP configuration fields. (dnsmasq-shepherd-service): Use them. * doc/guix.texi (DNS Services): Document them.
* gnu: lsh: Enable some tests.Maxim Cournoyer2020-10-05
| | | | | | * gnu/packages/ssh.scm (lsh)[native-inputs]: Add autoconf and automake. [arguments]: Remove #:tests? argument. [phases]{disable-failing-tests}: New phase.
* gnu: lsh: Fix X11 forwarding.Maxim Cournoyer2020-10-05
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/24049>. * gnu/packages/patches/lsh-fix-x11-forwarding.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/ssh.scm (lsh)[source]: Apply it. [inputs]: Add libxau. Reported-by: myglc2 <myglc2@gmail.com>
* gnu: perl-cgi: Update to 4.51.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/web.scm (perl-cgi): Update to 4.51.
* gnu: python-flake8: Update to 3.8.4.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.4.
* gnu: seahorse: Update to 3.36.2.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/gnome.scm (seahorse): Update to 3.36.2.
* gnu: s6-portable-utils: Update to 2.2.3.0.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.3.0.
* gnu: s6-dns: Update to 2.3.3.0.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/skarnet.scm (s6-dns): Update to 2.3.3.0.
* gnu: obs: Update to 26.0.1.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/video.scm (obs): Update to 26.0.1.
* gnu: goffice: Update to 0.10.48.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/gnome.scm (goffice): Update to 0.10.48.
* gnu: spice-protocol: Update to 0.14.3.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.14.3.
* gnu: Fix up package copyright headers.Tobias Geerinckx-Rice2020-10-06
|
* gnu: libshout: Update to 2.4.4.Tobias Geerinckx-Rice2020-10-06
| | | | * gnu/packages/xiph.scm (libshout): Update to 2.4.4.
* gnu: vlang: Run mosts tests.Tobias Geerinckx-Rice2020-10-06
| | | | | | * gnu/packages/vlang.scm (vlang)[arguments]: Enable tests and add a new ‘delete-failing-tests’ and custom ‘check’ phase. [native-inputs]: Add libx11, node, openssl, and sqlite.