summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2020-11-30gnu: clisp: Enable ASDF module and parallel build, remove old patch.Pierre Neidhardt
* 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-30gnu: Add generic-cl.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-generic-cl, ecl-generic-cl, sbcl-generic-cl): New variables.
2020-11-30gnu: cl-environments: Update to 20201110 and use SBCL build system.Pierre Neidhardt
* 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-30gnu: sbcl-alexandria: Update to 1.2.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.2.
2020-11-30gnu: Add gmni.Alexandru-Sergiu Marton
* gnu/packages/web-browsers.scm (gmni): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-29doc: Document that source derivation builds can be checked.Maxim Cournoyer
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-30gnu: par2cmdline: Update to 0.8.1.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (par2cmdline): Update to 0.8.1.
2020-11-30gnu: gpxsee: Update to 7.37.Tobias Geerinckx-Rice
* gnu/packages/gps.scm (gpxsee): Update to 7.37.
2020-11-30gnu: perl-gd: Update to 2.73.Tobias Geerinckx-Rice
* gnu/packages/gd.scm (perl-gd): Update to 2.73.
2020-11-30gnu: rsibreak: Update to 0.12.13.Tobias Geerinckx-Rice
* gnu/packages/kde-utils.scm (rsibreak): Update to 0.12.13.
2020-11-30gnu: signing-party: Update to 2.11.Tobias Geerinckx-Rice
* gnu/packages/gnupg.scm (signing-party): Update to 2.11.
2020-11-29processes: Add '--format' and the "normalized" format.John Soo
* 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-29processes: Put ChildProcess and ChildPID on separate lines.John Soo
* 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-29daemon: Remove pre-Guix hack.Ludovic Courtès
* nix/libstore/build.cc (DerivationGoal::startBuilder): Remove "NIX_OUTPUT_CHECKED" hack.
2020-11-29gnu: mcelog: Update to 173.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog): Update to 173.
2020-11-29gnu: libmwaw: Update to 0.3.17.Tobias Geerinckx-Rice
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.17.
2020-11-29gnu: libphidget: Update to 2.1.9.20190409.Tobias Geerinckx-Rice
* gnu/packages/libphidget.scm (libphidget): Update to 2.1.9.20190409.
2020-11-29gnu: unionfs-fuse: Update to 2.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.1.
2020-11-29gnu: altermime: Update to 0.3.11.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (altermime): Update to 0.3.11.
2020-11-29gnu: libtermkey: Update to 0.22.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (libtermkey): Update to 0.22. [arguments]: Add a 'patch-failing-test phase.
2020-11-29gnu: libtermkey: Prepare for cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (libtermkey)[arguments]: Use CC-FOR-TARGET.
2020-11-29ci: Temporarily disable image-jobs.Mathieu Othacehe
* gnu/ci.scm (hydra-jobs): Temporarily disable image-jobs.
2020-11-29gnu: emacs-dashboard: Update to 1.7.0.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.7.0.
2020-11-29gnu: streamlink: Update to 1.7.0.Oleg Pykhalov
* gnu/packages/video.scm (streamlink): Update to 1.7.0.
2020-11-29gnu: cava: Update to 0.7.3.Oleg Pykhalov
* gnu/packages/audio.scm (cava): Update to 0.7.3.
2020-11-29gnu: xnotify: Update to 0.7.3.Oleg Pykhalov
* gnu/packages/wm.scm (xnotify): Update to 0.7.3.
2020-11-29gnu: emacs-dired-rsync: Update to 0.5.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.5.
2020-11-29gnu: xmenu: Update to 4.4.1.Oleg Pykhalov
* gnu/packages/wm.scm (xmenu)[version]: Update to 4.4.1. [inputs]: Add xinerama.
2020-11-29gnu: xclickroot: Update to 1.2.Oleg Pykhalov
* gnu/packages/wm.scm (xclickroot): Update to 1.2.
2020-11-29gnu: webssh: Update to 1.5.3.Oleg Pykhalov
* gnu/packages/ssh.scm (webssh): Update to 1.5.3.
2020-11-29gnu: emacs-tramp: Update to 2.4.4.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.4.
2020-11-29gnu: Add emacs-polymode-markdown.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-polymode-markdown): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-29gnu: nudoku: Update source URI.Efraim Flashner
* gnu/packages/games.scm (nudoku)[source]: Remove trailing .git from URI.