summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-01gnu: Add utm-ups.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-utm-ups, ecl-utm-ups, sbcl-utm-ups): New variables.
2020-12-01gnu: sbcl-simple-parallel-tasks: Update to 1.0-1.ce7b60f.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-simple-parallel-tasks): Update to 1.0-1.ce7b60f.
2020-12-01gnu: sbcl-specialized-function: Disable tests.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-specialized-function)[arguments]: Disable tests.
2020-12-01gnu: clisp: Remove unused patch.Guillaume Le Vaillant
This is a follow-up for 074236d19796577b2f55b3c7030c14242efa8f3f. * gnu/patches/clisp-remove-failing-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-12-01gnu: Add clml.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-clml, sbcl-clml): New variables. * gnu/packages/patches/sbcl-clml-fix-types.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-12-01gnu: sbcl: Increase default maximum heap size.Guillaume Le Vaillant
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size of 3 GiB.
2020-12-01gnu: Add array-operations.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-array-operations, ecl-array-operations, sbcl-array-operations): New variables.
2020-12-01upgrade: Allow several regexps.zimoun
Fixes <https://bugs.gnu.org/44928>. Reported by Luis Felipe <luis.felipe.la@protonmail.com>. * guix/scripts/upgrade.scm (guix-upgrade): Allow several regexps and remove "extraneous arguement" check. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-12-01gnu: openocd: Fix build.Morgan Smith
* gnu/packages/embedded.scm (openocd)[arguments]: Add "LIBS=-lutil" to allow it to build. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-12-01news: Fix typo.Nicolas Goaziou
* etc/news.scm (version): Add missing @option macro in French translation.
2020-12-01Revert "ci: Temporarily disable image-jobs."Mathieu Othacehe
This reverts commit a79041f0b583ef3399bb46ac2a6c03a4db636573. The issue has been fixed with 07a33b1d21e240781072352f93206cfdc765f907.
2020-12-01gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch.Ryan Prior
* gnu/packages/emacs.scm (emacs-next-pgtk): Update to savannah feature/pgtk branch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-01gnu: git-annex: Update to 8.20201127.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201127. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-01services: profile: Create manifest at monadic-bind time.Ludovic Courtès
Fixes <https://bugs.gnu.org/44952>. Reported by Mathieu Othacehe <othacehe@gnu.org>. * gnu/services.scm (packages->profile-entry): Change 'with-monad' to 'mlet' with one binding.
2020-12-01daemon: Remove unneeded forward declaration.Ludovic Courtès
This is a followup to ee9dff34f9317509cb2b833d07a0d5e01a36a4ae. * nix/libstore/build.cc: Remove 'struct Agent' forward declaration.
2020-11-30gnu: emacs-relint: Update to 1.19.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.19.
2020-11-30gnu: emacs-xr: Update to 1.20.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.20.
2020-11-30gnu: pigx-chipseq: Update to 0.0.51.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.51. [inputs]: Add r-corrplot, r-deseq2, r-dt, r-ggrepel, r-gprofiler2, r-pheatmap, and r-rsubread.
2020-11-30gnu: pigx-scrnaseq: Update to 1.1.7.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 1.1.7.
2020-11-30gnu: alot: Don't use unstable tarball.Efraim Flashner
* gnu/packages/mail.scm (alot)[source]: Download using git-fetch.
2020-11-30gnu: Add fiano-fmap.Danny Milosavljevic
* gnu/packages/admin.scm (fiano-fmap): New variable.
2020-11-30gnu: Add fiano-utk.Danny Milosavljevic
* gnu/packages/admin.scm (fiano-utk): New variable.
2020-11-30gnu: Add fiano.Danny Milosavljevic
* gnu/packages/admin.scm (fiano): New variable.
2020-11-30gnu: Add go-github.com-ulikunitz-xz.Danny Milosavljevic
* gnu/packages/golang.scm (go-github.com-ulikunitz-xz): New variable.
2020-11-30gnu: poetry: Update to 1.1.4.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (poetry): Update to 1.1.4. [arguments]: Loosen constraint on python-keyring only. [propagated-inputs] Remove python-jsonschema, python-pyparsing and python-pyrsistent. Add python-pip, python-packaging and python-poetry-core. Use python-requests-toolbelt-0.9.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: Add python-poetry-core.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-poetry-core): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: python-tomlkit: Update to 0.7.0.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.7.0. [native-inputs]: Add python-pyyaml. [description]: Update description. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: python-pip: Update to 20.2.4.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-pip): Update to 20.2.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: python-virtualenv: Update to 20.2.1.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.2.1. [propagated-inputs] Use python-distlib/next instead of python-distlib. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: Add python-distlib/next.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-distlib/next): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: python-packaging: Update to 20.4.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-packaging): Update to 20.4. [source]: Remove patch that has been merged upstream. * gnu/packages/patches/python-packaging-test-arch.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Apply removal. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: dfu-util: Update to 0.10.Tobias Geerinckx-Rice
* gnu/packages/flashing-tools.scm (dfu-util): Update to 0.10.
2020-11-30gnu: libreoffice: Build reproducibly.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libreoffice)[native-inputs]: Add ziptime. [arguments]: Add a 'reset-zip-timestamps phase that invokes it.
2020-11-30gnu: libfprint: Update to 1.90.4.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.4.
2020-11-30gnu: sudo: Update to 1.9.4.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.4. [source]: Add patch. * gnu/packages/patches/sudo-fix-build-without-sendmail.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-11-30gnu: Add ziptime.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (ziptime): New public variable.
2020-11-30gnu: photoflare: Update to 1.6.6.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (photoflare): Update to 1.6.6.
2020-11-30gnu: mtools: Update to 4.0.26.Tobias Geerinckx-Rice
* gnu/packages/mtools.scm (mtools): Update to 4.0.26.
2020-11-30gnu: drbd-utils: Update to 9.15.1.Tobias Geerinckx-Rice
* gnu/packages/cluster.scm (drbd-utils): Update to 9.15.1.
2020-11-30gnu: sratom: Update to 0.6.6.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (sratom): Update to 0.6.6.
2020-11-30gnu: suil: Update to 0.10.8.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (suil): Update to 0.10.8.
2020-11-30gnu: nicotine: Update to 2.1.2.Martin Becze
* gnu/packages/nicotine.scm (nicotine+): Update to 2.1.2. [inputs]: Remove python-mutagen and python-dbus. Add python-pytaglib. [native-inputs]: Add gettext-minimal. [arguments]: Apply the 'glib-or-gtk-wrap' and 'glib-or-gtk-compile-schemas' phases from the glib-or-gtk-build-system. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-30gnu: Add python-pytaglib.Martin Becze
* gnu/packages/mp3.scm (python-pytaglib): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-30gnu: Add sbcl-stumpwm-screenshot.Guillaume Le Vaillant
* gnu/packages/wm.scm (sbcl-stumpwm-screenshot): New variable.
2020-11-30gnu: Add sbcl-stumpwm-winner-mode.Guillaume Le Vaillant
* gnu/packages/wm.scm (sbcl-stumpwm-winner-mode): New variable.
2020-11-30gnu: Add sbcl-stumpwm-mem.Guillaume Le Vaillant
* gnu/packages/wm.scm (sbcl-stumpwm-mem): New variable.
2020-11-30gnu: Add sbcl-stumpwm-cpu.Guillaume Le Vaillant
* gnu/packages/wm.scm (sbcl-stumpwm-cpu): New variable.
2020-11-30gnu: Add sbcl-stumpwm-numpad-layouts.Guillaume Le Vaillant
* gnu/packages/wm.scm (sbcl-stumpwm-numpad-layouts): New variable.
2020-11-30gnu: stumpwm: Update to 20.11.Guillaume Le Vaillant
* gnu/packages/wm.scm (stumpwm): Update to 20.11.
2020-11-30gnu: sbcl: Update to 2.0.11.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.0.11.