summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-01gnu: OpenShot: Update to 2.6.1.Leo Famulari
* gnu/packages/video.scm (openshot): Update to 2.6.1. [arguments]: Add a 'fix-symbolic-link' phase to work around a broken symlink. Run the custom 'check' phase when tests? are enabled.
2021-11-01gnu: libopenshot: Update to 0.2.7.Leo Famulari
* gnu/packages/video.scm (libopenshot): Update to 0.2.7. [origin]: Adjust snippet to upstream changes. [inputs]: Add alsa-lib and zlib. [propagated-inputs]: Replace ffmpeg-4.3 with ffmpeg.
2021-11-01gnu: libopenshot-audio: Update to 0.2.2.Leo Famulari
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.2.
2021-11-01gnu: msmtp: Update to 1.8.18.Xinglu Chen
* gnu/packages/mail.scm (msmtp): Update to 1.8.18. [arguments]<#:phases>: Remove trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-01gnu: cl-who: Update to commit 1.1.4-2.0d38264.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (sbcl-cl-who): Update to 1.1.4-2.0d38264. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-01gnu: cl-string-match: Fix dependency.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl-string-match)[arguments]: Add 'fix-dependency' phase. [source, home-page]: Update to new URL.
2021-11-01gnu: cl-mgl-pax: Update to 0.0.4-0.a7f9047.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax): Update to 0.0.4-0.a7f9047. [inputs]: Add alexandria, colorize and md5. Remove babel, cl-fad and ironclad. [arguments]: Add optional systems to 'asd-systems' to build them too.
2021-11-01gnu: vim-scheme: Update to 0.0.0-3.e22fc8e.Foo Chuan Wei
* gnu/packages/vim.scm (vim-scheme): Update to 0.0.0-3.e22fc8e. [source]: Use https. [license]: Update to new upstream license.
2021-11-01gnu: dunst: Update to 1.7.0.Alexandr Vityazev
* gnu/packages/dunst.scm (dunst): Update to 1.7.0. [source]: Fix indentation. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-01gnu: binwalk: Update to 2.3.2.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (binwalk): Update to 2.3.2. [arguments]: Don't explicitly return #t from phases.
2021-11-01gnu: python-binwalk: Rename to binwalk.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (binwalk): New variable renamed from (python-binwalk): this old thing. Redefine it using DEPRECATED-PACKAGE. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Adjust accordingly.
2021-11-01gnu: pipe-viewer: Update to 0.1.5.Tobias Geerinckx-Rice
* gnu/packages/video.scm (pipe-viewer): Update to 0.1.5.
2021-10-31gnu: vim-tagbar: Add ctags fallback location.Efraim Flashner
* gnu/packages/vim.scm (vim-tagbar)[arguments]: Add fill path to ctags as fallback location. [inputs]: Add universal-ctags.
2021-10-31gnu: Add vim-tagbar.Foo Chuan Wei
* gnu/packages/vim.scm (vim-tagbar): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-31gnu: Add vim-characterize.Foo Chuan Wei
* gnu/packages/vim.scm (vim-characterize): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-31gnu: leocad: Update to 21.06.Felix Gruber
* gnu/packages/lego.scm (leocad): Update to 21.06. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-31gnu: wesnoth: Update to 1.16.0.Felix Gruber
* gnu/packages/games.scm (wesnoth): Update to 1.16.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-31gnu: Add zig.Liliana Marie Prikler
* gnu/packages/patches/zig-disable-libc-note-test.patch, gnu/packages/patches/zig-use-system-paths.patch: New files. * gnu/packages/zig.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Adjust accordingly.
2021-10-31gnu: dconf: Increase test timeout further.Timotej Lazar
The “engine” test hit the previous 90s time limit when cross-compiling on a less powerful machine. * gnu/packages/gnome.scm (dconf)[arguments]: Change timeout to 300s in 'increase-test-timeout phase. Drop trailing #t. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-10-31gnu: remmina: Update to 1.4.21.Tobias Geerinckx-Rice
* gnu/packages/vnc.scm (remmina): Update to 1.4.21. [arguments]: Don't explicitly return #t from phases.
2021-10-31gnu: aws-c-mqtt: Update to 0.7.8.Tobias Geerinckx-Rice
* gnu/packages/c.scm (aws-c-mqtt): Update to 0.7.8.
2021-10-31gnu: polybar: Update to 3.5.7.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (polybar): Update to 3.5.7.
2021-10-31bash completion: Complete top-level options.Tobias Geerinckx-Rice
* etc/completion/bash/guix (_guix_complete_option): Fix operation without a {,sub}command. (_guix_complete): Call it also when no command is given.
2021-10-31bash completion: Don't hard-code "guix" binary name.Tobias Geerinckx-Rice
* etc/completion/bash/guix (_guix_complete_command): Use ${COMP_WORDS[0]} instead of hard-coding "guix".
2021-10-31ui: Use DISPLAY in SHOW-GUIX-HELP.Tobias Geerinckx-Rice
* guix/ui.scm (show-guix-help): Use DISPLAY where FORMAT isn't needed.
2021-10-31ui: Add top-level options to help text.Tobias Geerinckx-Rice
This also makes automated ‘guix --h<Tab>’ completion possible. * guix/ui.scm (show-guix-help): Document that an OPTION's an option, and all valid options.
2021-10-31gnu: bschaffl: Update to 1.4.8.Tobias Geerinckx-Rice
* gnu/packages/music.scm (bschaffl): Update to 1.4.8.
2021-10-31gnu: bjumblr: Update to 1.6.8.Tobias Geerinckx-Rice
* gnu/packages/music.scm (bjumblr): Update to 1.6.8.
2021-10-31gnu: bshapr: Update to 0.13.Tobias Geerinckx-Rice
* gnu/packages/music.scm (bshapr): Update to 0.13.
2021-10-31gnu: bchoppr: Update to 1.10.10.Tobias Geerinckx-Rice
* gnu/packages/music.scm (bchoppr): Update to 1.10.10.
2021-10-31gnu: bsequencer: Update to 1.8.10.Tobias Geerinckx-Rice
* gnu/packages/music.scm (bsequencer): Update to 1.8.10. [arguments]: Set CC to something sensible.
2021-10-31doc: Mention 'guix home reconfigure' upfront.Ludovic Courtès
* doc/guix.texi (Declaring the Home Environment): Mention 'guix home reconfigure'.
2021-10-31doc: Avoid misuse of @ref.Ludovic Courtès
* doc/guix.texi (Declaring the Home Environment): Avoid @ref in the middle of a sentence.
2021-10-31doc: Mention "guix home import" upfront.Ludovic Courtès
* doc/guix.texi (Declaring the Home Environment): Mention "guix home import".
2021-10-31home: import: Avoid duplication of 'manifest->code'.Ludovic Courtès
* guix/scripts/home/import.scm (manifest->code): Remove. (manifest+configuration-files->code): New procedure. (import-manifest): Use 'manifest+configuration-files->code' instead of 'manifest->code'. * tests/home-import.scm (eval-test-with-home-environment): Likewise. (match-home-environment-transformations): New procedure. ("manifest->code: No services, package transformations"): New test.
2021-10-31home: import: Factorize triplicated 'version-spec' procedure.Ludovic Courtès
* guix/scripts/package.scm (manifest-entry-version-prefix): New procedure, moved from... (export-manifest)[version-spec]: ... here. Adjust caller. * tests/home-import.scm (version-spec): Remove. (eval-test-with-home-environment): Use 'manifest-entry-version-prefix' instead. * guix/scripts/home/import.scm (import-manifest): Likewise.
2021-10-31home: import: Clarify "destination directory".Ludovic Courtès
Suggested by Liliana Marie Prikler <liliana.prikler@gmail.com>. * guix/scripts/home/import.scm (configurations+modules): Rename 'destination-directory' to 'configuration-directory'. Improve docstring.
2021-10-31home: import: Compare procedures with 'eq?'.Ludovic Courtès
'procedure-name' is a debugging aid and cannot be reliably used to check for procedure equality. * guix/scripts/home/import.scm (configurations+modules): Remove use of 'procedure-name'.
2021-10-31guix home: import: Call ‘local-file’ with ‘name’Xinglu Chen
Set the name of the file to just the basename of the file passed to ‘local-file’. * guix/scripts/home/import.scm (basename+remove-dots): New procedure. (generate-bash-configuration+modules): Use it. * tests/home-import.scm (match-home-environment-bash-service): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-31Add tests for ‘guix home import’.Xinglu Chen
* tests/home-import.scm: New file. * Makefile.am (SCM_TESTS): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-31doc: Document the ‘guix home import’ subcommand.Xinglu Chen
* doc/guix.texi (Invoking guix home): Document ‘guix home import’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-31guix home: import: Delete duplicate modules when importing.Xinglu Chen
Two different services might require the same module(s), so delete duplicates when generating the ‘use-modules’ form. * import.scm (manifest->code): Delete duplicate modules. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-31guix home: import: Don’t use 'slurp-file-gexp'.Xinglu Chen
‘slurp-file-gexp’ is not a bound procedure. * guix/scripts/home/import.scm (generate-bash-configuration+modules): Don’t use ‘slurp-file-gexp’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-31guix home: import: Fix module name for Bash service.Xinglu Chen
* guix/scripts/home/import.scm (generate-bash-configuration+modules): Change (gnu home-services bash) to (gnu home-services shells); add (guix gexp). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-31guix home: import: Allow multiple modules to be imported for each service.Xinglu Chen
Previously, only one module could be imported for each service, e.g., only (gnu home-services shell) could be imported when generating the Bash service declaration. However, for some services, multiple modules might need to be imported in order for it to work. * guix/scripts/home/import.scm (generate-bash-module+configuration): Rename to ... (generate-bash-configuration+modules): ... this. (%files-configurations-alist): Rename to ... (%files+configurations-alist): ... this. (modules+configurations): Rename to ... (configurations+modules): ... this. (manifest->code): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-31guix home: import: Make the user to specify a destination directory.Xinglu Chen
Copy the appropriate the relevant configuration files to the destination directory, and call ‘local-file’ on them. Without this, ‘guix home import’ will generate a service declaration like this (service home-bash-service-type (home-bash-configuration (bashrc (list (slurp-file-gexp (local-file "/home/yoctocell/.bashrc")))))) but when running ‘guix home reconfigure’, the ~/.bashrc file would be moved, so when running ‘guix home reconfigure’ for the second time, it would read the ~/.bashrc which is itself a symlink to a file the store. * guix/scripts/home/import.scm (generate-bash-module+configuration): Take ‘destination-directory’ parameter (modules+configurations): Copy the user’s configuration file to ‘%destination-directory’. * guix/scripts/home.scm (process-command): Adjust accordingly; create ‘destination’ if it doesn’t exist. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-30gnu: Add r-formattable.Mădălin Ionel Patrașcu
* gnu/packages/cran.scm (r-formattable): New variable.
2021-10-30gnu: qemu: Add Guix support to QEMU guest agent.Timotej Lazar
QEMU guest agent hardcodes paths to /sbin/hwclock and /sbin/shutdown. Patch the source to try binaries under /run/current-system/profile/sbin first. * gnu/packages/patches/qemu-fix-agent-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/virtualization.scm (qemu)[origin]: Apply it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-30gnu: Add r-bien.jgart
* gnu/packages/cran.scm (r-bien): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-30gnu: Add r-fasterize.jgart
* gnu/packages/cran.scm (r-fasterize): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>