1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00
Commit Graph

69822 Commits

Author SHA1 Message Date
Mathieu Othacehe
98bf5ffe2d Revert "ci: Temporarily disable image-jobs."
This reverts commit a79041f0b5. The issue has
been fixed with 07a33b1d21.
2020-12-01 09:33:16 +01:00
Ryan Prior
50b18b5c10 gnu: emacs-next-pgtk: Update to savannah feature/pgtk branch.
* gnu/packages/emacs.scm (emacs-next-pgtk): Update to savannah feature/pgtk branch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-01 00:10:48 +01:00
Kyle Meyer
07303b2d5b gnu: git-annex: Update to 8.20201127.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201127.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-01 00:10:48 +01:00
Ludovic Courtès
07a33b1d21 services: profile: Create manifest at monadic-bind time.
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-01 00:10:48 +01:00
Ludovic Courtès
56fc14577e daemon: Remove unneeded forward declaration.
This is a followup to ee9dff34f9.

* nix/libstore/build.cc: Remove 'struct Agent' forward declaration.
2020-12-01 00:10:48 +01:00
Nicolas Goaziou
807e9dc1a7 gnu: emacs-relint: Update to 1.19.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.19.
2020-11-30 23:34:27 +01:00
Nicolas Goaziou
4557572901 gnu: emacs-xr: Update to 1.20.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.20.
2020-11-30 23:34:15 +01:00
Ricardo Wurmus
80fbad4fe6 gnu: pigx-chipseq: Update to 0.0.51.
* 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-30 22:39:34 +01:00
Ricardo Wurmus
d3c1b5f66d gnu: pigx-scrnaseq: Update to 1.1.7.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 1.1.7.
2020-11-30 22:39:34 +01:00
Efraim Flashner
05be4e06a3 gnu: alot: Don't use unstable tarball.
* gnu/packages/mail.scm (alot)[source]: Download using git-fetch.
2020-11-30 23:33:55 +02:00
Danny Milosavljevic
ad01213837 gnu: Add fiano-fmap.
* gnu/packages/admin.scm (fiano-fmap): New variable.
2020-11-30 22:31:38 +01:00
Danny Milosavljevic
4f318f7403 gnu: Add fiano-utk.
* gnu/packages/admin.scm (fiano-utk): New variable.
2020-11-30 22:31:38 +01:00
Danny Milosavljevic
a94214f665 gnu: Add fiano.
* gnu/packages/admin.scm (fiano): New variable.
2020-11-30 22:31:38 +01:00
Danny Milosavljevic
d6e40862cc gnu: Add go-github.com-ulikunitz-xz.
* gnu/packages/golang.scm (go-github.com-ulikunitz-xz): New variable.
2020-11-30 22:31:37 +01:00
Tanguy Le Carrour
b5ed51bdf9 gnu: poetry: Update to 1.1.4.
* 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-30 22:06:48 +01:00
Tanguy Le Carrour
9c8ac92eb6 gnu: Add python-poetry-core.
* gnu/packages/python-xyz.scm (python-poetry-core): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30 22:06:27 +01:00
Tanguy Le Carrour
e318c3a6aa gnu: python-tomlkit: Update to 0.7.0.
* 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-30 22:05:58 +01:00
Tanguy Le Carrour
aaa1b80499 gnu: python-pip: Update to 20.2.4.
* gnu/packages/python-xyz.scm (python-pip): Update to 20.2.4.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30 22:05:40 +01:00
Tanguy Le Carrour
ce6efff6ec gnu: python-virtualenv: Update to 20.2.1.
* 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-30 22:05:09 +01:00
Tanguy Le Carrour
e61cdf8733 gnu: Add python-distlib/next.
* gnu/packages/python-xyz.scm (python-distlib/next): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30 22:04:51 +01:00
Tanguy Le Carrour
71b15b4874 gnu: python-packaging: Update to 20.4.
* 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-30 22:04:13 +01:00
Tobias Geerinckx-Rice
265e1858fb gnu: dfu-util: Update to 0.10.
* gnu/packages/flashing-tools.scm (dfu-util): Update to 0.10.
2020-11-30 21:43:51 +01:00
Tobias Geerinckx-Rice
0d5578c12b gnu: libreoffice: Build reproducibly.
* gnu/packages/libreoffice.scm (libreoffice)[native-inputs]: Add ziptime.
[arguments]: Add a 'reset-zip-timestamps phase that invokes it.
2020-11-30 21:43:50 +01:00
Tobias Geerinckx-Rice
b9f8e36e5b gnu: libfprint: Update to 1.90.4.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.4.
2020-11-30 21:43:50 +01:00
Tobias Geerinckx-Rice
739174947e gnu: sudo: Update to 1.9.4.
* 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-30 21:43:36 +01:00
Tobias Geerinckx-Rice
65c110e27a gnu: Add ziptime.
* gnu/packages/compression.scm (ziptime): New public variable.
2020-11-30 21:17:26 +01:00
Tobias Geerinckx-Rice
09191e37cd gnu: photoflare: Update to 1.6.6.
* gnu/packages/photo.scm (photoflare): Update to 1.6.6.
2020-11-30 21:17:26 +01:00
Tobias Geerinckx-Rice
ca0c30f1fa gnu: mtools: Update to 4.0.26.
* gnu/packages/mtools.scm (mtools): Update to 4.0.26.
2020-11-30 21:17:25 +01:00
Tobias Geerinckx-Rice
d74c82b24e gnu: drbd-utils: Update to 9.15.1.
* gnu/packages/cluster.scm (drbd-utils): Update to 9.15.1.
2020-11-30 21:17:25 +01:00
Tobias Geerinckx-Rice
dfea2492af gnu: sratom: Update to 0.6.6.
* gnu/packages/audio.scm (sratom): Update to 0.6.6.
2020-11-30 21:17:25 +01:00
Tobias Geerinckx-Rice
7405da9269 gnu: suil: Update to 0.10.8.
* gnu/packages/audio.scm (suil): Update to 0.10.8.
2020-11-30 21:17:25 +01:00
Martin Becze
d6c4a436d7 gnu: nicotine: Update to 2.1.2.
* 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-30 12:23:54 -05:00
Martin Becze
4c41dd9922 gnu: Add python-pytaglib.
* gnu/packages/mp3.scm (python-pytaglib): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-30 12:23:53 -05:00
Guillaume Le Vaillant
275fcffc9b gnu: Add sbcl-stumpwm-screenshot.
* gnu/packages/wm.scm (sbcl-stumpwm-screenshot): New variable.
2020-11-30 15:00:27 +01:00
Guillaume Le Vaillant
f6c827c1c9 gnu: Add sbcl-stumpwm-winner-mode.
* gnu/packages/wm.scm (sbcl-stumpwm-winner-mode): New variable.
2020-11-30 14:44:49 +01:00
Guillaume Le Vaillant
52828db083 gnu: Add sbcl-stumpwm-mem.
* gnu/packages/wm.scm (sbcl-stumpwm-mem): New variable.
2020-11-30 14:39:53 +01:00
Guillaume Le Vaillant
fba3e9e28f gnu: Add sbcl-stumpwm-cpu.
* gnu/packages/wm.scm (sbcl-stumpwm-cpu): New variable.
2020-11-30 14:38:06 +01:00
Guillaume Le Vaillant
680102aa2d gnu: Add sbcl-stumpwm-numpad-layouts.
* gnu/packages/wm.scm (sbcl-stumpwm-numpad-layouts): New variable.
2020-11-30 14:32:55 +01:00
Guillaume Le Vaillant
dfb85d1e9c gnu: stumpwm: Update to 20.11.
* gnu/packages/wm.scm (stumpwm): Update to 20.11.
2020-11-30 14:25:01 +01:00
Pierre Neidhardt
40bfe1168f gnu: sbcl: Update to 2.0.11.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.11.
2020-11-30 12:30:00 +01:00
Pierre Neidhardt
074236d197 gnu: clisp: Enable ASDF module and parallel build, remove old patch.
* gnu/packages/lisp.scm (clisp)[source]: Remove patch that does not seem to be
needed anymore.
[arguments]: Remove (obsolete?) #:build keyword.  Enable ASDF and explicitly
enable ffcall, readline, sigsegv.  Enable parallel-build since they seem to
work now.
2020-11-30 12:28:38 +01:00
Pierre Neidhardt
85821dcd33 gnu: Add generic-cl.
* gnu/packages/lisp-xyz.scm (cl-generic-cl, ecl-generic-cl, sbcl-generic-cl):
New variables.
2020-11-30 11:28:36 +01:00
Pierre Neidhardt
a748984797 gnu: cl-environments: Update to 20201110 and use SBCL build system.
* gnu/packages/lisp-xyz.scm (cl-environments): Update to 20201110.
[build-system]: Use asdf-build-system/sbcl.
(ecl-cl-environments, sbcl-cl-environments): New variables.
(sbcl-static-dispatch): Comment which error we get when using
sbcl-cl-environments.
2020-11-30 11:19:26 +01:00
Pierre Neidhardt
fcc9c5a575 gnu: sbcl-alexandria: Update to 1.2.
* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.2.
2020-11-30 10:45:49 +01:00
Alexandru-Sergiu Marton
6e4f62ad8f gnu: Add gmni.
* gnu/packages/web-browsers.scm (gmni): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-30 09:29:06 +00:00
Maxim Cournoyer
3462678bc3 doc: Document that source derivation builds can be checked.
It is a common mistake to modify an <origin> record that computes to a
fixed-output derivation, forgetting to update its hash field, only to find out
that a previously built source gets used instead.  While there doesn't seem to
be an obvious solution to this problem, we can at least document the fact that
sources can be checked the same as other builds.

* doc/guix.texi (Additional Build Options): Document that source derivation
builds can be verified using --check.
2020-11-29 22:38:53 -05:00
Tobias Geerinckx-Rice
70a17df684 gnu: par2cmdline: Update to 0.8.1.
* gnu/packages/backup.scm (par2cmdline): Update to 0.8.1.
2020-11-30 00:25:52 +01:00
Tobias Geerinckx-Rice
958f6b5aa6 gnu: gpxsee: Update to 7.37.
* gnu/packages/gps.scm (gpxsee): Update to 7.37.
2020-11-30 00:25:52 +01:00
Tobias Geerinckx-Rice
4ac139631d gnu: perl-gd: Update to 2.73.
* gnu/packages/gd.scm (perl-gd): Update to 2.73.
2020-11-30 00:25:51 +01:00
Tobias Geerinckx-Rice
df6399e9bd gnu: rsibreak: Update to 0.12.13.
* gnu/packages/kde-utils.scm (rsibreak): Update to 0.12.13.
2020-11-30 00:25:51 +01:00