summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-01gnu: gajim-omemo: Update to 2.7.7.Mason Hock
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.7.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-01gnu: knot: Update to 2.9.6.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.9.6.
2020-09-01gnu: xtl: Update to 0.6.17.Tobias Geerinckx-Rice
* gnu/packages/cpp.scm (xtl): Update to 0.6.17.
2020-09-01gnu: enlightenment-wayland: Deprecate package.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment-wayland): Deprecate package in favor of enlightenment.
2020-09-01gnu: enlightenment: Build with wayland support.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Add configure-flag to build with wayland support. [inputs]: Add wayland-protocols, xorg-server-xwayland.
2020-09-01gnu: python-efl: Use regex to delete cythonized files.Efraim Flashner
* gnu/packages/enlightenment.scm (python-efl)[source]: Adjust snippet to delete cythonized files based on a regex pattern.
2020-09-01gnu: enlightenment: Use system eject.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Adjust 'set-system-actions phase to refer to eject in /run/current-system. [native-inputs]: Remove util-linux.
2020-09-01gnu: enlightenment.scm: Remove unneeded module import.Efraim Flashner
* gnu/packages/enlightenment.scm: Remove unneeded module import.
2020-09-01gnu: gap: Update to 4.11.0.Andreas Enge
* gnu/packages/algebra.scm (gap)[source]: Update to 4.11.0. Identify kept packages by name prefix, dropping version number comparisons. [inputs]: Add readline. [arguments]: Use make targets instead of file copying where possible.
2020-09-01Revert "system: image: Do not offload image files."Maxim Cournoyer
This reverts commit 6a9581741e4ee81226aeb2f1c997df76670a6aab, which is obsoleted by the previous commit.
2020-09-01gexp: computed-file: Prevent mistakenly overriding default option values.Maxim Cournoyer
In order to do so, default to an empty options list, and expose options whose default values are sensitive directly as keyword arguments. * guix/gexp.scm (computed-file): Extract the LOCAL-BUILD? parameter from the OPTIONS parameter to make it a stand-alone keyword argument. Introduce an OPTIONS* binding which is obtained by combining the LOCAL-BUILD? keyword and its value with OPTIONS. * doc/guix.texi (G-Expressions): Adjust doc. Suggested-by: Ludovic Courtès <ludo@gnu.org>
2020-09-01gnu: editorconfig-core-c: Delete static library.Tobias Geerinckx-Rice
* gnu/packages/text-editors.scm (editorconfig-core-c)[arguments]: Add a ‘delete-static-library’ phase.
2020-09-01gnu: editorconfig-core-c: Update to 0.12.4.Tobias Geerinckx-Rice
* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.4.
2020-09-01gnu: youtube-viewer: Update to 3.7.8.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.8.
2020-09-01gnu: libwacom: Update to 1.5.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (libwacom): Update to 1.5.
2020-09-01gnu: wgetpaste: Update bpaste URL & regular expressions.Tobias Geerinckx-Rice
* gnu/packages/wget.scm (wgetpaste)[source]: Add patch. * gnu/packages/patches/wgetpaste-update-bpaste.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-09-01gnu: wgetpaste: Update to 2.30.Tobias Geerinckx-Rice
* gnu/packages/wget.scm (wgetpaste): Update to 2.30.
2020-09-01gnu: wgetpaste: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/wget.scm (wgetpaste)[source, home-page]: Use HTTPS.
2020-09-01gnu: wgetpaste: Fix historical confusion.Tobias Geerinckx-Rice
* gnu/packages/wget.scm (wgetpaste)[arguments]: Fix the reversed substitution and clarify its purpose.
2020-09-01gnu: uchardet: Update to 0.0.7.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (uchardet): Update to 0.0.7.
2020-09-01gnu: fetchmail: Update to 6.4.11.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (fetchmail): Update to 6.4.11.
2020-09-01gnu: python-jeepney: Update to 0.4.3.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-jeepney): Update to 0.4.3.
2020-08-31gnu: Add emacs-scpaste.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-scpaste): New variable.
2020-09-01gnu: ptpython: Update to 3.0.5.Tobias Geerinckx-Rice
The previous version had been broken ever since python-prompt-toolkit was updated to 3.x. * gnu/packages/python-xyz.scm (ptpython): Update to 3.0.5. [propagated-inputs]: Add python-appdirs. Remove python-docopt.
2020-09-01gnu: python-prompt-toolkit: Update to 3.0.7.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.7.
2020-09-01gnu: python-prompt-toolkit: Specify the correct Python 2 variant.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-prompt-toolkit)[properties]: The Python-2 version of this package is version 2.x of this package.
2020-08-31gnu: python-nbval: Update to 0.9.6.Tobias Geerinckx-Rice
* gnu/packages/python-check.scm (python-nbval): Update to 0.9.6.
2020-08-31gnu: perl-archive-extract: Update to 0.86.Tobias Geerinckx-Rice
* gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.86.
2020-08-31gnu: perl-io-compress: Update to 2.096.Tobias Geerinckx-Rice
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.096.
2020-08-31gnu: perl-compress-raw-zlib: Update to 2.096.Tobias Geerinckx-Rice
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.096.
2020-08-31gnu: perl-compress-raw-bzip2: Update to 2.096.Tobias Geerinckx-Rice
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.096.
2020-08-31gnu: python-pytools: Update to 2020.4.Tobias Geerinckx-Rice
* gnu/packages/opencl.scm (python-pytools): Update to 2020.4.
2020-08-31gnu: ocamlify: Update to 0.0.2.Tobias Geerinckx-Rice
* gnu/packages/ocaml.scm (ocamlify): Update to 0.0.2. [arguments]: Add a ‘disable-safe-string’ phase.
2020-08-31gnu: ocamlify: Parametrize source URI.Tobias Geerinckx-Rice
* gnu/packages/ocaml.scm (ocamlify)[source]: Construct with VERSION.
2020-08-31gnu: rtmpdump: Don't install the static library.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (rtmpdump)[arguments]: Add an ‘omit-static-library’ phase.
2020-08-31gnu: rtmpdump: Update to 2.4.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (rtmpdump): Update to 2.4. [arguments]: Fix RUNPATH.
2020-08-31gnu: x42-plugins: Update to 20200714.Tobias Geerinckx-Rice
* gnu/packages/music.scm (x42-plugins): Update to 20200714. [source]: Download over HTTPS.
2020-08-31gnu: yoshimi: Update to 1.7.2.Tobias Geerinckx-Rice
* gnu/packages/music.scm (yoshimi): Update to 1.7.2. [source]: Use URL-FETCH once more.
2020-08-31gnu: sooperlooper: Update to 1.7.4.Tobias Geerinckx-Rice
* gnu/packages/music.scm (sooperlooper): Update to 1.7.4. [source]: Remove upstreamed patch. * gnu/packages/patches/sooperlooper-build-with-wx-30.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-31gnu: pd: Update to 0.51-1.Tobias Geerinckx-Rice
* gnu/packages/music.scm (pd): Update to 0.51-1.
2020-08-31gnu: zabbix-agentd: Update to 5.0.3.Tobias Geerinckx-Rice
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.3.
2020-08-31gnu: mutt: Update to 1.14.7.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mutt): Update to 1.14.7.
2020-08-31gnu: vala@0.48: Update to 0.48.9.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (vala-0.48): Update to 0.48.9.
2020-08-31Makefile.am: Set iso label.Julien Lepiller
* Makefile.am (release): Add version number in disk image label.
2020-08-31gnu: ci: Set label in iso9660 jobs.Julien Lepiller
* gnu/ci.scm (image-jobs): Set label of generated ISOs.
2020-08-31guix: system: Add `--label' option.Julien Lepiller
* guix/scripts/system.scm (%options): Add `--label'. (system-derivation-for-action): Take a #:label key to set volume ID. (perform-action): Take a #:label key. (%default-options): Add default label value. (process-action): Pass label value from command-line to perform-action. * gnu/system/image.scm (image-with-label): New procedure.
2020-08-31guix system: Clarify what happens where service upgrade fails.Ludovic Courtès
* guix/scripts/system.scm (report-shepherd-error): Use 'warning' instead of 'report-error'. Add extra 'warning' and 'display-hint' calls.
2020-08-31guix system: reconfigure: Tell users about 'herd status'.Ludovic Courtès
* guix/scripts/system.scm (perform-action): Mention 'herd status' when 'upgrade-shepherd-services' completes.
2020-08-31vm: Disable caching for writable file system mappings.Ludovic Courtès
Fixes <https://bugs.gnu.org/43062>. Reported by elaexuotee@wilsonb.com. * gnu/system/vm.scm (mapping->file-system)[options]: Disable loose caching when WRITABLE? is true.
2020-08-31packages: <content-hash> printer gracefully handle #f values.Ludovic Courtès
Suggested by Robin Green <greenrd@greenrd.org>. * guix/packages.scm (print-content-hash): Gracefully deal with cases with 'content-hash-value' returns #f, as is the case for 'linux-libre'.