summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-31gnu: snap: Update to 6.1.0....* gnu/packages/education.scm (snap): Update to 6.1.0. Nicolas Goaziou
2020-07-31gnu: thinkfan: Update to 1.2.1....* gnu/packages/linux.scm (thinkfan): Update to 1.2.1. Nicolas Goaziou
2020-07-31file-system: Add efivarfs support....Tools such as efibootmgr rely on the deprecated /sys/firmware/efi/vars API as well as on the new /sys/firmware/efi/efivars API. The latter needs to be mounted. Reported by Keyhenge here: https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00274.html Here is the efivarfs documentation: https://www.kernel.org/doc/Documentation/filesystems/efivarfs.txt. * gnu/system/file-systems.scm (%efivars-file-system): New exported variable, (%base-file-systems): add it. * gnu/system/install.scm (%efivars-file-system): Add it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe
2020-07-31file-system: Add mount-may-fail? option....* gnu/system/file-systems.scm (<file-system>): Add a mount-may-fail? field. (file-system->spec): adapt accordingly, (spec->file-system): ditto. * gnu/build/file-systems.scm (mount-file-system): If 'system-error is raised and mount-may-fail? is true, ignore it. Otherwise, re-raise the exception. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe
2020-07-31file-systems: Add %debug-file-system....* gnu/system/file-systems.scm (%debug-file-system): New variable, (%base-file-systems): add it. Mathieu Othacehe
2020-07-31gnu: Add bpftrace....* gnu/packages/linux.scm (bpftrace): New variable. * gnu/packages/patches/bpftrace-disable-bfd-disasm.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> John Soo
2020-07-30gnu: python-mamba: Update to 0.11.1....* gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.1. Signed-off-by: Leo Famulari <leo@famulari.name> Tanguy Le Carrour
2020-07-30gnu: hashcat: Update to 6.1.1....* gnu/packages/password-utils.scm (hashcat): Update to 6.1.1. Signed-off-by: Leo Famulari <leo@famulari.name> Michael Rohleder
2020-07-31gnu: vlc: Update to 3.0.11.1....* gnu/packages/video.scm (vlc): Update to 3.0.11.1. Tobias Geerinckx-Rice
2020-07-30gnu: rust-1.45: Update to 1.45.1....* gnu/packages/rust.scm (rust-1.45): Update to 1.45.1. Jakub Kądziołka
2020-07-30gnu: python-clikit: Update to 0.6.2....* gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2. [arguments] Explicitly disable tests. [propagated-inputs]: Add python-crashtest. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Tanguy Le Carrour
2020-07-30gnu: Add python-crashtest....* gnu/packages/python-xyz.scm (python-crashtest): New public variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Tanguy Le Carrour
2020-07-30packages: 'generate-package-cache' is deterministic....Fixes <https://bugs.gnu.org/42009>. Reported by Marinus <marinus.savoritias@disroot.org>. * gnu/packages.scm (generate-package-cache)[entry-key, entry<?] [variables]: New variables. [expand-cache]: Change to take two arguments. [exp]: Fold over VARIABLES. Ludovic Courtès
2020-07-30deploy: Gracefully handle errors....* guix/scripts/deploy.scm (guix-deploy): Wrap body in 'with-error-handling'. Ludovic Courtès
2020-07-30gnu: Add bcc....* gnu/packages/linux.scm (bcc): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> John Soo
2020-07-30gnu: git: Update to 2.28.0....* gnu/packages/version-control.scm (git): Update to 2.28.0. (cherry picked from commit bbee4490d961ceb8d025726b04ea0f2a40355186) Tobias Geerinckx-Rice
2020-07-30gnu: opam: Fix tests....* gnu/packages/ocaml.scm (opam)[arguments]: Remove #:tests?. Adjust the pre-check phase to make some files writable, patch a hard-coded file name, and disable mostly-redundant git tests. [native-inputs]: Remove GIT and PYTHON. Add OPENSSL, PYTHON-WRAPPER, RSYNC, UNZIP, and WHICH. Marius Bakke
2020-07-30gnu: public-inbox: Make git a regular input....* gnu/packages/mail.scm (public-inbox)[native-inputs]: Move GIT ... [inputs]: ... here. Marius Bakke
2020-07-30gnu: ruby-hoe-git: Do not propagate git....* gnu/packages/ruby.scm (ruby-hoe-git)[propagated-inputs]: Remove GIT. Marius Bakke
2020-07-30gnu: libosmo-dsp: Remove unused input....* gnu/packages/radio.scm (libosmo-dsp)[native-inputs]: Remove GIT-MINIMAL. Marius Bakke
2020-07-30gnu: gnuradio-osmosdr: Remove unused input....* gnu/packages/radio.scm (gnuradio-osmosdr)[native-inputs]: Remove GIT-MINIMAL. Marius Bakke
2020-07-30gnu: gnuradio: Remove unused input....* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove GIT. Marius Bakke
2020-07-30gnu: elixir: Remove unused input....* gnu/packages/elixir.scm (elixir)[inputs]: Remove GIT. Marius Bakke
2020-07-30gnu: monero: Remove unused input....* gnu/packages/finance.scm (monero)[native-inputs]: Remove GIT. Marius Bakke
2020-07-30gnu: vlc: Remove needless input....* gnu/packages/video.scm (vlc)[native-inputs]: Remove GIT. Marius Bakke
2020-07-30gnu: emacs-tramp: Update to 2.4.4.1....* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.1. Nicolas Goaziou
2020-07-30gnu: emacs-rainbow-mode: Update to 1.0.5....* gnu/packages/emacs-xyz.scm (emacs-rainbow-mode): Update to 1.0.5. Nicolas Goaziou
2020-07-30gnu: cuirass: Update to 0.0.1-39.0955a11....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-39.0955a11. Mathieu Othacehe
2020-07-30gnu: python2-setproctitle: Fix build....* gnu/packages/python-xyz.scm (python2-setproctitle): Don't pass ‘--embed’ to python-config. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder
2020-07-30gnu: Add cl-inflector....* gnu/packages/lisp-xyz.scm (sbcl-cl-inflector, cl-inflector, ecl-cl-inflector): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Adam Kandur
2020-07-30gnu: paml: Fix build....* gnu/packages/bioinformatics.scm (paml)[snippet]: Fix permissions before repacking the source tarball. Jakub Kądziołka
2020-07-30gnu: bison: Mention yacc in the description....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. Jakub Kądziołka
2020-07-30gnu: spread-sheet-widget: Update to 0.5....* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.5. Tobias Geerinckx-Rice
2020-07-30gnu: pspp: Fix build....* gnu/packages/statistics.scm (pspp)[inputs]: Use gtksourceview-3. Tobias Geerinckx-Rice
2020-07-30gnu: python-sqlparse: Update to 0.3.1....* gnu/packages/databases.scm (python-sqlparse): Update to 0.3.1. Signed-off-by: Marius Bakke <marius@gnu.org> Michael Rohleder
2020-07-30gnu: krita: Update to 4.3.0....* gnu/packages/kde.scm (krita): Update to 4.3.0. Signed-off-by: Marius Bakke <marius@gnu.org> Boris A. Dekshteyn
2020-07-30gnu: gnunet-gtk: Update to 0.13.1....* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.13.1. Signed-off-by: Marius Bakke <marius@gnu.org> Michael Rohleder
2020-07-30gnu: mumble: Update to 1.3.2....* gnu/packages/telephony.scm (mumble): Update to 1.3.2. Signed-off-by: Marius Bakke <marius@gnu.org> Michael Rohleder
2020-07-30gnu: python-slugify: Remove unused input....* gnu/packages/python-web.scm (python-slugify)[native-inputs]: Remove. Marius Bakke
2020-07-30gnu: python-cookiecutter: Update to 1.7.2....* 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> Tanguy Le Carrour
2020-07-30gnu: csvkit: Fix problem caused by the update of python-slugify....* gnu/packages/wireservice.scm (csvkit)[inputs]: Add python-text-unidecode. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour
2020-07-30gnu: python-slugify: Update to 4.0.1....* 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> Tanguy Le Carrour
2020-07-30gnu: Add python-mypy....* gnu/packages/python-check.scm (python-mypy): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour
2020-07-30gnu: Add python-flake8-pyi....* gnu/packages/python-xyz.scm (python-flake8-pyi): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour
2020-07-30gnu: Add python-flake8-bugbear....* gnu/packages/python-xyz.scm (python-flake8-bugbear): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour
2020-07-30gnu: Add python-hypothesmith....* gnu/packages/check.scm (python-hypothesmith): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour
2020-07-30gnu: Add python-lark-parser....* gnu/packages/python-xyz.scm (python-lark-parser): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour
2020-07-30gnu: Add python-libcst....* gnu/packages/python-xyz.scm (python-libcst): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour
2020-07-30gnu: Add python-hypothesis-5.23....* gnu/packages/check.scm (python-hypothesis-5.23): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour
2020-07-30gnu: Add python-typing-inspect....* gnu/packages/python-xyz.scm (python-typing-inspect): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Tanguy Le Carrour