summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\
| * gnu: wesnoth: Update to 1.16.0.Felix Gruber2021-10-31
| | | | | | | | | | | | * gnu/packages/games.scm (wesnoth): Update to 1.16.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: Add zig.Liliana Marie Prikler2021-10-31
| | | | | | | | | | | | | | * 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.
| * gnu: dconf: Increase test timeout further.Timotej Lazar2021-10-31
| | | | | | | | | | | | | | | | | | | | 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>
| * gnu: remmina: Update to 1.4.21.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | | | * gnu/packages/vnc.scm (remmina): Update to 1.4.21. [arguments]: Don't explicitly return #t from phases.
| * gnu: aws-c-mqtt: Update to 0.7.8.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | * gnu/packages/c.scm (aws-c-mqtt): Update to 0.7.8.
| * gnu: polybar: Update to 3.5.7.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | * gnu/packages/wm.scm (polybar): Update to 3.5.7.
| * bash completion: Complete top-level options.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | | | * etc/completion/bash/guix (_guix_complete_option): Fix operation without a {,sub}command. (_guix_complete): Call it also when no command is given.
| * bash completion: Don't hard-code "guix" binary name.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | | | * etc/completion/bash/guix (_guix_complete_command): Use ${COMP_WORDS[0]} instead of hard-coding "guix".
| * ui: Use DISPLAY in SHOW-GUIX-HELP.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | * guix/ui.scm (show-guix-help): Use DISPLAY where FORMAT isn't needed.
| * ui: Add top-level options to help text.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | | | | | | | 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.
| * gnu: bschaffl: Update to 1.4.8.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | * gnu/packages/music.scm (bschaffl): Update to 1.4.8.
| * gnu: bjumblr: Update to 1.6.8.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | * gnu/packages/music.scm (bjumblr): Update to 1.6.8.
| * gnu: bshapr: Update to 0.13.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | * gnu/packages/music.scm (bshapr): Update to 0.13.
| * gnu: bchoppr: Update to 1.10.10.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | * gnu/packages/music.scm (bchoppr): Update to 1.10.10.
| * gnu: bsequencer: Update to 1.8.10.Tobias Geerinckx-Rice2021-10-31
| | | | | | | | | | * gnu/packages/music.scm (bsequencer): Update to 1.8.10. [arguments]: Set CC to something sensible.
| * doc: Mention 'guix home reconfigure' upfront.Ludovic Courtès2021-10-31
| | | | | | | | | | * doc/guix.texi (Declaring the Home Environment): Mention 'guix home reconfigure'.
| * doc: Avoid misuse of @ref.Ludovic Courtès2021-10-31
| | | | | | | | | | * doc/guix.texi (Declaring the Home Environment): Avoid @ref in the middle of a sentence.
| * doc: Mention "guix home import" upfront.Ludovic Courtès2021-10-31
| | | | | | | | | | * doc/guix.texi (Declaring the Home Environment): Mention "guix home import".
| * home: import: Avoid duplication of 'manifest->code'.Ludovic Courtès2021-10-31
| | | | | | | | | | | | | | | | | | | | * 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.
| * home: import: Factorize triplicated 'version-spec' procedure.Ludovic Courtès2021-10-31
| | | | | | | | | | | | | | | | | | | | * 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.
| * home: import: Clarify "destination directory".Ludovic Courtès2021-10-31
| | | | | | | | | | | | | | | | Suggested by Liliana Marie Prikler <liliana.prikler@gmail.com>. * guix/scripts/home/import.scm (configurations+modules): Rename 'destination-directory' to 'configuration-directory'. Improve docstring.
| * home: import: Compare procedures with 'eq?'.Ludovic Courtès2021-10-31
| | | | | | | | | | | | | | | | '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'.
| * guix home: import: Call ‘local-file’ with ‘name’Xinglu Chen2021-10-31
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * Add tests for ‘guix home import’.Xinglu Chen2021-10-31
| | | | | | | | | | | | | | * tests/home-import.scm: New file. * Makefile.am (SCM_TESTS): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * doc: Document the ‘guix home import’ subcommand.Xinglu Chen2021-10-31
| | | | | | | | | | | | * doc/guix.texi (Invoking guix home): Document ‘guix home import’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * guix home: import: Delete duplicate modules when importing.Xinglu Chen2021-10-31
| | | | | | | | | | | | | | | | | | 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>
| * guix home: import: Don’t use 'slurp-file-gexp'.Xinglu Chen2021-10-31
| | | | | | | | | | | | | | | | | | ‘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>
| * guix home: import: Fix module name for Bash service.Xinglu Chen2021-10-31
| | | | | | | | | | | | | | * 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>
| * guix home: import: Allow multiple modules to be imported for each service.Xinglu Chen2021-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * guix home: import: Make the user to specify a destination directory.Xinglu Chen2021-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: Add r-formattable.Mădălin Ionel Patrașcu2021-10-30
| | | | | | | | * gnu/packages/cran.scm (r-formattable): New variable.
| * gnu: qemu: Add Guix support to QEMU guest agent.Timotej Lazar2021-10-30
| | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: Add r-bien.jgart2021-10-30
| | | | | | | | | | | | * gnu/packages/cran.scm (r-bien): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add r-fasterize.jgart2021-10-30
| | | | | | | | | | | | * gnu/packages/cran.scm (r-fasterize): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-ijson.Raphaël Mélotte2021-10-30
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ijson): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * shell: Error out when an unauthorized guix.scm/manifest.scm is found.Ludovic Courtès2021-10-30
| | | | | | | | | | | | | | | | | | | | | | The previous behavior was confusing: a warning would be printed and 'guix shell' would go on starting an empty environment. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * guix/scripts/shell.scm (auto-detect-manifest): Change "not loading" case from warning to error. * tests/guix-shell.sh: Adjust accordingly.
| * gnu: Add Random Identity Generator (rig)Foo Chuan Wei2021-10-30
| | | | | | | | | | | | * gnu/packages/shellutils.scm (rig): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ta-lib: Explicitly link math library.Foo Chuan Wei2021-10-30
| | | | | | | | | | | | * gnu/packages/finance.scm (ta-lib)[arguments]: Add 'link-math-library' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-pass.Foo Chuan Wei2021-10-30
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-pass, ecl-cl-pass, sbcl-cl-pass): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-clinenoise.Foo Chuan Wei2021-10-30
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-clinenoise, ecl-clinenoise, sbcl-clinenoise): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: ungoogled-chromium: Update to 95.0.4638.69-1.Marius Bakke2021-10-30
| | | | | | | | | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 95.0.4638.69. (%ungoogled-revision): Inherit from it. (%ungoogled-origin, ungoogled-chromium): Update hashes.
| * gnu: mame: Update to 0.237.Nicolas Goaziou2021-10-29
| | | | | | | | * gnu/packages/emulators.scm (mame): Update to 0.237.
| * gnu: scintilla: Update to 5.1.3.Nicolas Goaziou2021-10-29
| | | | | | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.1.3.
| * gnu: thinkfan: Update to 1.3.0.Nicolas Goaziou2021-10-29
| | | | | | | | * gnu/packages/linux.scm (thinkfan): Update to 1.3.0.
| * gnu: emacs-shell-command+: Update to 2.3.2.Nicolas Goaziou2021-10-29
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.3.2.
| * gnu: emacs-ebdb: Update to 0.8.8.Nicolas Goaziou2021-10-29
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.8.
| * gnu: diffoscope: Update to 189.Vagrant Cascadian2021-10-29
| | | | | | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 189. [arguments] Remove phases 'use-dumppdf-py and 'fpc-external-tool. Update 'skip-python-tests.
| * gnu: blueman: Update to 2.2.3.Tobias Geerinckx-Rice2021-10-29
| | | | | | | | * gnu/packages/networking.scm (blueman): Update to 2.2.3.
| * gnu: corefreq: Update to 1.87.4.Tobias Geerinckx-Rice2021-10-29
| | | | | | | | * gnu/packages/linux.scm (corefreq): Update to 1.87.4.