summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: pyzo: Update to 4.12.3.base-for-series-11746base-for-series-11742base-for-series-11734base-for-series-11733Nicolas Goaziou2022-03-20
| | | | * gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
* gnu: linux-libre 5.4: Update to 5.4.186.Leo Famulari2022-03-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.186. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.107.Leo Famulari2022-03-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.107. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.30.Leo Famulari2022-03-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.30. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.16.16.Leo Famulari2022-03-20
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.16. (linux-libre-5.16-pristine-source): Update hash.
* home: import: Clarify alias parsing code.Ludovic Courtès2022-03-20
| | | | | | | * guix/scripts/home/import.scm (generate-bash-configuration+modules) [bash-alias->pair]: Return #f on match failure. [parse-aliases]: Adjust accordingly and use 'match'. Remove 'filter' call.
* home: import: Properly parse aliases that contain quotes.Ludovic Courtès2022-03-20
| | | | | | | | | * guix/scripts/home/import.scm (generate-bash-configuration+modules): Define 'alias-rx'. [bash-alias->pair]: Use it. * tests/home-import.scm (match-home-environment-bash-service-with-alias): New variable. ("manifest->code: Bash service with aliases"): New test.
* home: symlink-manager: Respect XDG_CONFIG_HOME during activation.Andrew Tropin2022-03-20
| | | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script): Respect XDG_CONFIG_HOME during activation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: Migrate fountutils and xdg modules to xdg-configuration-files.Andrew Tropin2022-03-20
| | | | | | | | | * gnu/home/services/fontutils.scm (home-fontconfig-service-type): Migrate to xdg-configuration-files. * gnu/home/services/xdg.scm (home-xdg-user-directories-service-type, home-xdg-mime-applications-service-type): Migrate to xdg-configuration-files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: shells: Migrate zsh to xdg-configuration-files.Andrew Tropin2022-03-20
| | | | | | | * gnu/home/services.scm (home-zsh-service-type): Additionally extend home-xdg-configuration-files-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: Add home-xdg-configuration-files service.Andrew Tropin2022-03-20
| | | | | | * gnu/home/services.scm (home-xdg-configuration-files): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: Explicitly connect home-file and symlink-manager services.Andrew Tropin2022-03-20
| | | | | | | | * gnu/home/services.scm (home-files-directory): New variable. * gnu/home/symlink-manager.scm (update-symlinks-script): Use home-files-directory variable from (gnu home services). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: symlink-manager: Add missing 'done' word in message.Andrew Tropin2022-03-20
| | | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script): Add missing 'done' word in message, keep code width below 80 column. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: symlink-manager: Use existing home-directory symbol.Andrew Tropin2022-03-20
| | | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script): Use existing home-directory symbol instead of additional getenv call. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: thermald: Add 'adaptive?' field.Jelle Licht2022-03-20
| | | | | | | * gnu/services/pm.scm (<thermald-configuration>): Add 'adaptive?' field. (thermald-shepherd-service): Use it to pass --adaptive to thermald. * doc/guix.texi (Power Management Services): Document the 'adaptive?' field of 'thermald-configuration'.
* gnu: lagrange: Update to 1.11.2.Efraim Flashner2022-03-20
| | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.11.2.
* gnu: flatpak: Update to 1.12.7.Efraim Flashner2022-03-20
| | | | * gnu/packages/package-management.scm (flatpak): Update to 1.12.7.
* gnu: weechat: Update to 3.4.1.Efraim Flashner2022-03-20
| | | | * gnu/packages/irc.scm (weechat): Update to 3.4.1.
* gnu: system-config-printer: Use new style for arguments.Liliana Marie Prikler2022-03-20
| | | | | * gnu/packages/gnome.scm (system-config-printer)[arguments]: Use G-Expressions. Delete trailing #ts.
* gnu: system-config-printer: Update to 1.5.16.Liliana Marie Prikler2022-03-20
| | | | | | | * gnu/packages/gnome.scm (system-config-printer): Update to 1.5.16. [#:phases]<patch-Makefile.am>: Rename to ... <patch-build-files>: ... this. Also patch configure.ac [inputs]: Replace intltool with gettext-minimal.
* gnu: system-config-printer: Add install directories to pythonpath.Liliana Marie Prikler2022-03-20
| | | | | * gnu/packages.gnome.scm (system-config-printer)[#:phases]: Add ‘add-install-to-pythonpath’ between ‘install’ and ‘wrap-for-python’.
* gnu: mumble: Use correct path for libmumbleoverlay.Liliana Marie Prikler2022-03-20
| | | | | | * gnu/packages/telephony.scm (mumble)[fix-mumble-overlay]: Use ‘libmumbleoverlay.so’ instead of the old ‘libmumble.so.1’. Drop trailing #t.
* gnu: emacs-helm: Update to 3.8.5.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.5.
* gnu: emacs-eldev: Update to 1.0.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.0.
* gnu: emacs-ebuild-mode: Update to 1.56.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.56.
* gnu: emacs-rg: Update to 2.2.0.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.0.
* gnu: emacs-org-re-reveal: Update to 3.12.5.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.5.
* gnu: emacs-org-roam: Update to 2.2.1.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.1.
* gnu: emacs-org-ql: Update to 0.6.1.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.1.
* gnu: emacs-geiser-guile: Update to 0.23.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.23.
* gnu: emacs-geiser: Update to 0.23.1.Nicolas Goaziou2022-03-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.1.
* gnu: gnuastro: Remove input labels.Efraim Flashner2022-03-20
| | | | * gnu/packages/astronomy.scm (gnuastro)[inputs]: Remove input labels.
* gnu: gnuastro: Update to 0.17.Efraim Flashner2022-03-20
| | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.17.
* news: Add 'de' translation.Florian Pelz2022-03-20
| | | | * etc/news.scm: Add German translation of 'guix home container' entry.
* gnu: assimp: Update to 5.2.2.Z5722022-03-19
| | | | | | | | | | | Message-Id: <ccbfd879e41c5c0bbeee965c363e48b08b7750d0.1647174270.git.873216071@qq.com> From: Z572 <873216071@qq.com> Date: Sun, 13 Mar 2022 20:19:48 +0800 Subject: [PATCH] gnu: assimp: Update to 5.2.2. * gnu/packages/graphics.scm (assimp): Update to 5.2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-mypy: Fix test errors on i686-linux.itd2022-03-19
| | | | | | | | | * gnu/packages/patches/python-mypy-12332.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-check.scm (python-mypy)[source]<origin>: Use patch "python-mypy-12332.patch" to avoid overflow issues resulting in test failures. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: isl: Add 'release-monitoring-url' property.Ludovic Courtès2022-03-19
| | | | * gnu/packages/gcc.scm (isl)[properties]: New field.
* gnu: isl: Get source from SourceForge.Ludovic Courtès2022-03-19
| | | | | | | | | Reported by Artyom V. Poptsov <poptsov.artyom@gmail.com>. * gnu/packages/gcc.scm (isl)[home-page]: Update. [source]: Replace gforge.inria.fr URL with mirror://sourceforge URL. (isl-0.18)[source]: Likewise. (isl-0.11)[source]: Likewise.
* guix home: Show "container" in '--help' output.Ludovic Courtès2022-03-19
| | | | | | This is a followup to 094a2cfbe45c104d0da30ff9d975d052ca0c118c. * guix/scripts/home.scm (show-help): Add "container".
* news: Add entry about 'guix home container'.Ludovic Courtès2022-03-19
| | | | * etc/news.scm: Add entry.
* guix home: Add 'container' command.Ludovic Courtès2022-03-19
| | | | | | | | | | | | | | | | | * guix/scripts/home.scm (show-help, %options): Add '--network', '--share', and '--expose'. (not-config?, user-shell, spawn-home-container): New procedures. (%default-system-profile): New variable. (perform-action): Add #:file-system-mappings, #:container-command, and #:network?; honor them. (process-action): Adjust accordingly. (guix-home)[parse-sub-command]: Add "container". [parse-args]: New procedure. Use it instead of 'parse-command-line'. * tests/guix-home.sh: Add tests. * doc/guix.texi (Declaring the Home Environment): Mention 'guix home container' as a way to test configuration. (Invoking guix home): Document it.
* linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'.Ludovic Courtès2022-03-19
| | | | | * gnu/system/linux-container.scm (eval/container): Add #:guest-uid and #:guest-gid and honor them.
* linux-container: 'eval/container' honors #:namespaces.Ludovic Courtès2022-03-19
| | | | | * gnu/system/linux-container.scm (eval/container): Pass #:namespaces to 'call-with-container'.
* tests: install: Add two new Btrfs RAID10 install test.Maxim Cournoyer2022-03-19
| | | | | | | | * gnu/tests/install.scm (%btrfs-raid10-root-os) (%btrfs-raid10-root-os): New variables. (%btrfs-raid10-root-installation-script): Likewise. (%test-btrfs-raid10-root-images): Likewise. (%test-btrfs-raid10-root-os, %test-btrfs-raid10-root-os-degraded): New tests.
* tests: install: Enable the use of multiple disk devices for tests.Maxim Cournoyer2022-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/tests/install.scm (run-install)[packages]: Unconditionally add to OS. [NUMBER-OF-DISKS]: Add argument, update doc and adjust. The returned gexp output is now a list of images rather than the image itself. * gnu/tests/install.scm (qemu-command*): Rename IMAGE argument to IMAGES, to account for the above change. Adjust doc. Generate a QEMU '-drive' argument for each disk image. (%test-installed-os): Rename the IMAGE variable to IMAGES. (%test-installed-extlinux-os): Likewise. (%test-iso-image-installer): Likewise. (%test-separate-home-os): Likewise. (%test-separate-store-os): Likewise. (%test-raid-root-os): Likewise. (%test-encrypted-root-os): Likewise. (%test-lvm-separate-home-os): Likewise. (%test-encrypted-root-not-boot-os): Likewise. (%test-btrfs-root-os): Likewise. (%test-btrfs-raid-root-os): Likewise. (%test-btrfs-root-on-subvolume-os): Likewise. (%test-jfs-root-os): Likewise. (%test-f2fs-root-os): Likewise. (%test-xfs-root-os): Likewise. (guided-installation-test): Likewise.
* tests: install: Streamline 'qemu-command/writable-image'.Maxim Cournoyer2022-03-19
| | | | | | * gnu/tests/install.scm (qemu-command/writable-image): Replace the use of a writable backing file by the use of the '-snapshot' option, and rename to... (qemu-command*): ... this, adjusting all calls.
* tests: install: Adjust the timeouts on two failing tests.Maxim Cournoyer2022-03-19
| | | | | | | | The 'login on tty1' and 'getlogin on tty1' tests were failing on a machine equipped with slower hard drives. * gnu/tests/base.scm (run-basic-test) ["login on tty1", "getlogin on tty1"]: Bump timeout from 10 to 30 s.
* gnu: Add wego.Nicolas Goaziou2022-03-19
| | | | | * gnu/packages/weather.scm: New file. * gnu/local.mk: Register new file.
* gnu: Add go-github-com-schachmat-ingo.Nicolas Goaziou2022-03-19
| | | | * gnu/packages/golang.scm (go-github-com-schachmat-ingo): New variable.
* doc: Fix wrong variable name.EuAndreh2022-03-18
| | | | | | * doc/guix.texi (Mail services): use correct variable name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>