summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc: Document that source derivation builds can be checked.Maxim Cournoyer2020-11-29
| | | | | | | | | | | 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.
* gnu: par2cmdline: Update to 0.8.1.Tobias Geerinckx-Rice2020-11-30
| | | | * gnu/packages/backup.scm (par2cmdline): Update to 0.8.1.
* gnu: gpxsee: Update to 7.37.Tobias Geerinckx-Rice2020-11-30
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.37.
* gnu: perl-gd: Update to 2.73.Tobias Geerinckx-Rice2020-11-30
| | | | * gnu/packages/gd.scm (perl-gd): Update to 2.73.
* gnu: rsibreak: Update to 0.12.13.Tobias Geerinckx-Rice2020-11-30
| | | | * gnu/packages/kde-utils.scm (rsibreak): Update to 0.12.13.
* gnu: signing-party: Update to 2.11.Tobias Geerinckx-Rice2020-11-30
| | | | * gnu/packages/gnupg.scm (signing-party): Update to 2.11.
* processes: Add '--format' and the "normalized" format.John Soo2020-11-29
| | | | | | | | | | | | | | | | | | | * 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>
* processes: Put ChildProcess and ChildPID on separate lines.John Soo2020-11-29
| | | | | | | | | * 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>
* daemon: Remove pre-Guix hack.Ludovic Courtès2020-11-29
| | | | | * nix/libstore/build.cc (DerivationGoal::startBuilder): Remove "NIX_OUTPUT_CHECKED" hack.
* gnu: mcelog: Update to 173.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/linux.scm (mcelog): Update to 173.
* gnu: libmwaw: Update to 0.3.17.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.17.
* gnu: libphidget: Update to 2.1.9.20190409.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/libphidget.scm (libphidget): Update to 2.1.9.20190409.
* gnu: unionfs-fuse: Update to 2.1.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/linux.scm (unionfs-fuse): Update to 2.1.
* gnu: altermime: Update to 0.3.11.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/mail.scm (altermime): Update to 0.3.11.
* gnu: libtermkey: Update to 0.22.Tobias Geerinckx-Rice2020-11-29
| | | | | * gnu/packages/terminals.scm (libtermkey): Update to 0.22. [arguments]: Add a 'patch-failing-test phase.
* gnu: libtermkey: Prepare for cross-compilation.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/terminals.scm (libtermkey)[arguments]: Use CC-FOR-TARGET.
* ci: Temporarily disable image-jobs.Mathieu Othacehe2020-11-29
| | | | * gnu/ci.scm (hydra-jobs): Temporarily disable image-jobs.
* gnu: emacs-dashboard: Update to 1.7.0.Oleg Pykhalov2020-11-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.7.0.
* gnu: streamlink: Update to 1.7.0.Oleg Pykhalov2020-11-29
| | | | * gnu/packages/video.scm (streamlink): Update to 1.7.0.
* gnu: cava: Update to 0.7.3.Oleg Pykhalov2020-11-29
| | | | * gnu/packages/audio.scm (cava): Update to 0.7.3.
* gnu: xnotify: Update to 0.7.3.Oleg Pykhalov2020-11-29
| | | | * gnu/packages/wm.scm (xnotify): Update to 0.7.3.
* gnu: emacs-dired-rsync: Update to 0.5.Oleg Pykhalov2020-11-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-dired-rsync): Update to 0.5.
* gnu: xmenu: Update to 4.4.1.Oleg Pykhalov2020-11-29
| | | | | * gnu/packages/wm.scm (xmenu)[version]: Update to 4.4.1. [inputs]: Add xinerama.
* gnu: xclickroot: Update to 1.2.Oleg Pykhalov2020-11-29
| | | | * gnu/packages/wm.scm (xclickroot): Update to 1.2.
* gnu: webssh: Update to 1.5.3.Oleg Pykhalov2020-11-29
| | | | * gnu/packages/ssh.scm (webssh): Update to 1.5.3.
* gnu: emacs-tramp: Update to 2.4.4.4.Nicolas Goaziou2020-11-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.4.
* gnu: Add emacs-polymode-markdown.Joseph LaFreniere2020-11-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-polymode-markdown): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: nudoku: Update source URI.Efraim Flashner2020-11-29
| | | | * gnu/packages/games.scm (nudoku)[source]: Remove trailing .git from URI.
* gnu: nudoku: Add source file-name field.Efraim Flashner2020-11-29
| | | | * gnu/packages/games.scm (nudoku)[source]: Add file-name field.
* gnu: Add python-pytelegrambotapi.Adam2020-11-29
| | | | | | * gnu/packages/python-xyz.scm (python-pytelegrambotapi): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: texmaker: Update to 5.0.4.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/tex.scm (texmaker): Update to 5.0.4.
* gnu: stgit: Update to 0.23.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/version-control.scm (stgit): Update to 0.23.
* gnu: stgit: Update home page.Tobias Geerinckx-Rice2020-11-29
| | | | * packages/version-control.scm (stgit)[home-page]: Follow HTML redirection.
* gnu: vim: Update to 8.2.2067.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/vim.scm (vim): Update to 8.2.2067.
* gnu: prixovy: Enable Brotli inspection.Tobias Geerinckx-Rice2020-11-29
| | | | | | * gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-brotli" to the #:configure-flags. [inputs]: Add brotl.
* gnu: prixovy: Enable HTTPS inspection.Tobias Geerinckx-Rice2020-11-29
| | | | | | * gnu/packages/tor.scm (privoxy)[arguments]: Add "--with-openssl" to the #:configure-flags. [inputs]: Add openssl.
* news: Add ‘de’ translation.Florian Pelz2020-11-29
|
* gnu: b4: Update to 0.5.3.Kyle Meyer2020-11-29
| | | | | | * gnu/packages/version-control.scm (b4): Update to 0.5.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: grokmirror: Update to 2.0.5.Kyle Meyer2020-11-29
| | | | | | | * gnu/packages/version-control.scm (grokmirror): Update to 2.0.5. [propagated-inputs]: Add python-packaging. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: esbuild: Update to 0.8.16.Ryan Prior2020-11-29
| | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.16. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add cgoban.Tomás Ortín Fernández2020-11-29
| | | | | | * gnu/packages/games.scm (cgoban): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: weasyprint: Update to 52.1.Maxim Cournoyer2020-11-29
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/42409>. * gnu/packages/patches/weasyprint-library-paths.patch: Delete. * gnu/packages/pdf.scm (weasyprint): Update to 52.1 [phases]{patch-library-paths}: Adjust. {check}: Remove. {register-dejavu-font}: New phase. [native-inputs]: Add font-dejavu.
* gnu: python-pyphen: Update to 0.10.0.Maxim Cournoyer2020-11-29
| | | | * gnu/packages/python-xyz.scm (python-pyphen): Update to 0.10.0.
* gnu: python-tinycss2: Update to 1.1.0.Maxim Cournoyer2020-11-29
| | | | | | | | | * gnu/packages/patches/python-tinycss2-flake8-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/python-web.scm (python-tinycss2): Update to 1.1.0. [source]: Remove patch. [arguments]: Remove field, disabling tests. [native-inputs]: Remove field.
* gnu: python-flit: Update to 3.0.0.Maxim Cournoyer2020-11-29
| | | | * gnu/packages/python-xyz.scm (python-flit): Update to 3.0.0.
* gnu: python-cssselect2: Update to 0.4.1.Maxim Cournoyer2020-11-29
| | | | * gnu/packages/python-web.scm (python-cssselect2): Update to 0.4.1.
* gnu: python-cairosvg: Update to 2.5.0.Maxim Cournoyer2020-11-29
| | | | * gnu/packages/python-xyz.scm (python-cairosvg): Update to 2.5.0.
* gnu: python-mypy: Update to 0.790.Maxim Cournoyer2020-11-29
| | | | | | | * gnu/packages/python-check.scm (python-mypy): Update to 0.790. [origin]: Fetch sources from git. [phases]{check}: Run the unit tests only, not the self test, which fails. [native-inputs]: Remove python-py. Use python-pytest-6.
* gnu: python-pytest-xdist: Update to 2.1.0.Maxim Cournoyer2020-11-29
| | | | * gnu/packages/check.scm (python-pytest-xdist): Update to 2.1.0.
* gnu: Add python-pytest-6.Maxim Cournoyer2020-11-29
| | | | | * gnu/packages/check.scm (python-pytest-6): New variable. (python-pytest-6-bootstrap): Likewise.