Commit graph

69939 commits

Author SHA1 Message Date
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
Tobias Geerinckx-Rice e9ff73f549
gnu: signing-party: Update to 2.11.
* gnu/packages/gnupg.scm (signing-party): Update to 2.11.
2020-11-30 00:25:51 +01:00
John Soo 58be9e0bf1
processes: Add '--format' and the "normalized" format.
* guix/scripts/processes.scm (lock->recutils): New procedure.
(daemon-session->recutils): Use it.
(daemon-sessions->recutils, session-key->recutils)
(session-scalars->normalized-record)
(child-process->normalized-record)
(daemon-sessions->normalized-record): New procedures.
(session-rec-type, lock-rec-type, child-process-rec-type)
(%available-formats): New variables.
(list-formats): New procedure.
(%options, show-help): Add '--format'.
(%default-options): New variable.
(guix-processes): Use 'parse-command-line' instead of 'args-fold*'.
Honor the 'format' value in OPTIONS.
* doc/guix.texi (Invoking guix processes): Document '--format'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-29 23:55:57 +01:00
John Soo e1c81203ca
processes: Put ChildProcess and ChildPID on separate lines.
* guix/scripts/processes.scm (daemon-session->recutils): Put child
process information in separate fields.
* doc/guix.texi (Invoking guix processes): Document change in output of
'guix processes'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-29 23:55:57 +01:00
Ludovic Courtès d4fac4be0d
daemon: Remove pre-Guix hack.
* nix/libstore/build.cc (DerivationGoal::startBuilder): Remove
"NIX_OUTPUT_CHECKED" hack.
2020-11-29 23:55:56 +01:00
Tobias Geerinckx-Rice a8ffe16066
gnu: mcelog: Update to 173.
* gnu/packages/linux.scm (mcelog): Update to 173.
2020-11-29 23:15:54 +01:00
Tobias Geerinckx-Rice c5f8334b87
gnu: libmwaw: Update to 0.3.17.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.17.
2020-11-29 23:15:54 +01:00
Tobias Geerinckx-Rice 890d4ce6de
gnu: libphidget: Update to 2.1.9.20190409.
* gnu/packages/libphidget.scm (libphidget): Update to 2.1.9.20190409.
2020-11-29 23:15:53 +01:00
Tobias Geerinckx-Rice 9af59b0dce
gnu: unionfs-fuse: Update to 2.1.
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.1.
2020-11-29 23:15:53 +01:00
Tobias Geerinckx-Rice 8daad379bf
gnu: altermime: Update to 0.3.11.
* gnu/packages/mail.scm (altermime): Update to 0.3.11.
2020-11-29 23:15:53 +01:00
Tobias Geerinckx-Rice 465a251380
gnu: libtermkey: Update to 0.22.
* gnu/packages/terminals.scm (libtermkey): Update to 0.22.
[arguments]: Add a 'patch-failing-test phase.
2020-11-29 23:15:53 +01:00
Tobias Geerinckx-Rice ede2e1f434
gnu: libtermkey: Prepare for cross-compilation.
* gnu/packages/terminals.scm (libtermkey)[arguments]: Use CC-FOR-TARGET.
2020-11-29 23:15:53 +01:00
Mathieu Othacehe a79041f0b5
ci: Temporarily disable image-jobs.
* gnu/ci.scm (hydra-jobs): Temporarily disable image-jobs.
2020-11-29 22:05:20 +01:00
Oleg Pykhalov 084695f1e8
gnu: emacs-dashboard: Update to 1.7.0.
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.7.0.
2020-11-29 23:49:23 +03:00
Oleg Pykhalov c039751bc5
gnu: streamlink: Update to 1.7.0.
* gnu/packages/video.scm (streamlink): Update to 1.7.0.
2020-11-29 23:49:23 +03:00
Oleg Pykhalov dc747ccf3a
gnu: cava: Update to 0.7.3.
* gnu/packages/audio.scm (cava): Update to 0.7.3.
2020-11-29 23:49:23 +03:00
Oleg Pykhalov 2a72cb7b53
gnu: xnotify: Update to 0.7.3.
* gnu/packages/wm.scm (xnotify): Update to 0.7.3.
2020-11-29 23:49:23 +03:00
Oleg Pykhalov d8fd250274
gnu: emacs-dired-rsync: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.5.
2020-11-29 23:49:23 +03:00
Oleg Pykhalov bf82252124
gnu: xmenu: Update to 4.4.1.
* gnu/packages/wm.scm (xmenu)[version]: Update to 4.4.1.
[inputs]: Add xinerama.
2020-11-29 23:49:22 +03:00
Oleg Pykhalov 8ff162332c
gnu: xclickroot: Update to 1.2.
* gnu/packages/wm.scm (xclickroot): Update to 1.2.
2020-11-29 23:49:22 +03:00
Oleg Pykhalov 5fb3be0ec4
gnu: webssh: Update to 1.5.3.
* gnu/packages/ssh.scm (webssh): Update to 1.5.3.
2020-11-29 23:49:20 +03:00
Nicolas Goaziou 6970d3591d
gnu: emacs-tramp: Update to 2.4.4.4.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.4.
2020-11-29 21:27:25 +01:00
Joseph LaFreniere e2faabfa7d
gnu: Add emacs-polymode-markdown.
* gnu/packages/emacs-xyz.scm (emacs-polymode-markdown): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-29 21:22:16 +01:00
Efraim Flashner 53b2bada05
gnu: nudoku: Update source URI.
* gnu/packages/games.scm (nudoku)[source]: Remove trailing .git from URI.
2020-11-29 21:58:44 +02:00
Efraim Flashner d22d491438
gnu: nudoku: Add source file-name field.
* gnu/packages/games.scm (nudoku)[source]: Add file-name field.
2020-11-29 21:57:21 +02:00
Adam 36b6528bd0
gnu: Add python-pytelegrambotapi.
* gnu/packages/python-xyz.scm (python-pytelegrambotapi): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29 21:47:00 +02:00
Tobias Geerinckx-Rice dac14efe13
gnu: texmaker: Update to 5.0.4.
* gnu/packages/tex.scm (texmaker): Update to 5.0.4.
2020-11-29 20:44:31 +01:00
Tobias Geerinckx-Rice 808c198e37
gnu: stgit: Update to 0.23.
* gnu/packages/version-control.scm (stgit): Update to 0.23.
2020-11-29 20:44:31 +01:00
Tobias Geerinckx-Rice d5956a4259
gnu: stgit: Update home page.
* packages/version-control.scm (stgit)[home-page]: Follow HTML redirection.
2020-11-29 20:44:31 +01:00
Tobias Geerinckx-Rice c096071492
gnu: vim: Update to 8.2.2067.
* gnu/packages/vim.scm (vim): Update to 8.2.2067.
2020-11-29 20:44:31 +01:00
Tobias Geerinckx-Rice a5ec9f781f
gnu: prixovy: Enable Brotli inspection.
* gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-brotli"
to the #:configure-flags.
[inputs]: Add brotl.
2020-11-29 20:44:31 +01:00
Tobias Geerinckx-Rice 70feedbbdb
gnu: prixovy: Enable HTTPS inspection.
* gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-openssl"
to the #:configure-flags.
[inputs]: Add openssl.
2020-11-29 20:44:30 +01:00
Florian Pelz 79613ec8fc
news: Add ‘de’ translation. 2020-11-29 19:33:36 +00:00
Kyle Meyer 30ba63b445
gnu: b4: Update to 0.5.3.
* gnu/packages/version-control.scm (b4): Update to 0.5.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29 21:30:30 +02:00