summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-20gnu: system-config-printer: Add install directories to pythonpath.Liliana Marie Prikler
* gnu/packages.gnome.scm (system-config-printer)[#:phases]: Add ‘add-install-to-pythonpath’ between ‘install’ and ‘wrap-for-python’.
2022-03-20gnu: mumble: Use correct path for libmumbleoverlay.Liliana Marie Prikler
* gnu/packages/telephony.scm (mumble)[fix-mumble-overlay]: Use ‘libmumbleoverlay.so’ instead of the old ‘libmumble.so.1’. Drop trailing #t.
2022-03-20gnu: emacs-helm: Update to 3.8.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.5.
2022-03-20gnu: emacs-eldev: Update to 1.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.0.
2022-03-20gnu: emacs-ebuild-mode: Update to 1.56.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.56.
2022-03-20gnu: emacs-rg: Update to 2.2.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.0.
2022-03-20gnu: emacs-org-re-reveal: Update to 3.12.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.5.
2022-03-20gnu: emacs-org-roam: Update to 2.2.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.1.
2022-03-20gnu: emacs-org-ql: Update to 0.6.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.1.
2022-03-20gnu: emacs-geiser-guile: Update to 0.23.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.23.
2022-03-20gnu: emacs-geiser: Update to 0.23.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.1.
2022-03-20gnu: gnuastro: Remove input labels.Efraim Flashner
* gnu/packages/astronomy.scm (gnuastro)[inputs]: Remove input labels.
2022-03-20gnu: gnuastro: Update to 0.17.Efraim Flashner
* gnu/packages/astronomy.scm (gnuastro): Update to 0.17.
2022-03-20news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of 'guix home container' entry.
2022-03-19gnu: assimp: Update to 5.2.2.Z572
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>
2022-03-19gnu: python-mypy: Fix test errors on i686-linux.itd
* 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>
2022-03-19gnu: isl: Add 'release-monitoring-url' property.Ludovic Courtès
* gnu/packages/gcc.scm (isl)[properties]: New field.
2022-03-19gnu: isl: Get source from SourceForge.Ludovic Courtès
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.
2022-03-19guix home: Show "container" in '--help' output.Ludovic Courtès
This is a followup to 094a2cfbe45c104d0da30ff9d975d052ca0c118c. * guix/scripts/home.scm (show-help): Add "container".
2022-03-19gnu: commencement: Remove many old utilities.Timothy Sample
* gnu/packages/commencement.scm (bash-mesboot0): Delete variable... (%boot-tcc-inputs): ...and remove it from here. (gawk-mesboot0): Delete variable... (%boot-mesboot-core-inputs): ...and remove it from here. (coreutils-mesboot0): Delete variable. (%boot-mesboot1-inputs): Remove 'bash-mesboot', 'coreutils-mesboot0', 'gawk-mesboot', 'grep-mesboot', 'sed-mesboot', and 'tar-mesboot' from the list of inputs to add; and remove "bash", "bootar", "coreutils", "gash", "gawk", "grep", "guile", "sed", and "tar" from the list of inputs to delete. (hello-mesboot)[native-inputs]: Remove 'xz-mesboot'. (gawk-mesboot)[native-inputs]: Use '%boot-mesboot2-inputs'. (%boot-mesboot3-inputs): Remove 'xz-mesboot'; add 'gawk-mesboot'. (glibc-headers-mesboot)[arguments]: Add 'remove-bashism' phase. (glibc-mesboot)[arguments]: Add 'simplify-intl-tests' phase. (gcc-mesboot1-wrapper)[native-inputs]: Replace 'bash-mesboot' and 'coreutils-mesboot0' with 'gash-boot' and 'gash-utils-boot'. (gcc-mesboot-wrapper): Likewise. (mesboot-package): New procedure. (bash-mesboot, coreutils-mesboot, grep-mesboot, sed-mesboot, xz-mesboot, tar-mesboot): Recreate in terms of 'mesboot-package' using up-to-date versions. (%boot-mesboot6-inputs): Add 'bash-mesboot', 'coreutils-mesboot', 'grep-mesboot', 'sed-mesboot', 'tar-mesboot', and 'xz-mesboot' to the list of inputs to add; and add "bash" and "bootar" to the list of inputs to delete.
2022-03-19gnu: %boot-tcc-inputs: Remove extra "gash-utils".Timothy Sample
* gnu/packages/commencement.scm (%boot-tcc-inputs): Remove 'gash-utils-boot' (it is already included in '%boot-gash-inputs' under the name "coreutils").
2022-03-19gnu: binutils-mesboot0: Update to 2.20.1a.Timothy Sample
This restores the package to how it was before the Scheme-only bootstrap. See cb167958ea904fc79913b883cb771e2d691402e0. * gnu/packages/commencement.scm (binutils-mesboot0): Update to 2.20.1a. (binutils-mesboot1)[arguments]: Remove #:phases substitution. (binutils-mesboot): Inherit from binutils-mesboot1, changing only the native-inputs field.
2022-03-19gnu: sed-mesboot0: Remove package.Timothy Sample
* gnu/packages/commencement.scm (sed-mesboot0): Remove variable. (%boot-tcc-inputs): Remove 'sed-mesboot0'.
2022-03-19gnu: bzip2-mesboot: Remove package.Timothy Sample
gnu/packages/commencement.scm (bzip2-mesboot): Remove variable. (tcc-boot)[native-inputs]: Remove 'bzip2-mesboot'. [arguments]: Do not replace the 'unpack' phase. (%boot-tcc-inputs): Remove 'bzip2-mesboot'.
2022-03-19gnu: gash-utils-boot: Create 'echo' wrapper.Timothy Sample
* gnu/packages/commencement.scm (gash-utils-boot)[arguments]: Add a phase that generates an external wrapper for Gash's 'echo' built-in.
2022-03-19gnu: gash: Update to 0.3.0.Timothy Sample
* gnu/packages/shells.scm (gash): Update to 0.3.0. [source]: Remove Guile 3.0 snippet. [arguments]: Delete arguments. * gnu/packages/commencement.scm (gash-boot)[source]: Do not remove the Guile 3.0 snippet (it no longer exists).
2022-03-19gnu: bootar: Update to 1b.Timothy Sample
* gnu/packages/commencement.scm (bootar): Update to 1b.
2022-03-19gnu: gash-utils: Update to 0.2.0.Timothy Sample
* gnu/packages/patches/gash-utils-ls-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/shells.scm (gash-utils): Update to 0.2.0. [source]: Remove patch and Guile 3.0 snippet. * gnu/packages/commencement.scm (gash-utils-boot)[source]: Do not modify parent value. [arguments]: Add "env" to the list of scripts to create in the 'pre-configure' phase; add the "gash-utils" module directory in the 'configure', 'build', and 'install' phases.
2022-03-19gnu-bootstrap: Allow multiple module directories.Timothy Sample
* guix/build/gnu-bootstrap.scm (bootstrap-configure, bootstrap-build, bootstrap-install): Treat the 'modules' argument as a list of directories. * gnu/packages/commencement.scm (bootar, gash-boot, gash-utils-boot): Adjust call sites.
2022-03-19gnu-bootstrap: Configure PACKAGE_NAME.Timothy Sample
* guix/build/gnu-bootstrap.scm (bootstrap-configure): Add a 'name' argument and use it to configure the PACKAGE_NAME variable. * gnu/packages/commencement.scm (bootar, gash-boot, gash-utils-boot): Use the new argument.
2022-03-19gnu: hello-mesboot: Downgrade to 2.10.Timothy Sample
* gnu/packages/commencement.scm (hello-mesboot): Downgrade to 2.10.
2022-03-19news: Add entry about 'guix home container'.Ludovic Courtès
* etc/news.scm: Add entry.
2022-03-19guix home: Add 'container' command.Ludovic Courtès
* 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.
2022-03-19linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'.Ludovic Courtès
* gnu/system/linux-container.scm (eval/container): Add #:guest-uid and #:guest-gid and honor them.
2022-03-19linux-container: 'eval/container' honors #:namespaces.Ludovic Courtès
* gnu/system/linux-container.scm (eval/container): Pass #:namespaces to 'call-with-container'.
2022-03-19tests: install: Add two new Btrfs RAID10 install test.Maxim Cournoyer
* 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.
2022-03-19tests: install: Enable the use of multiple disk devices for tests.Maxim Cournoyer
* 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.
2022-03-19tests: install: Streamline 'qemu-command/writable-image'.Maxim Cournoyer
* 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.
2022-03-19tests: install: Adjust the timeouts on two failing tests.Maxim Cournoyer
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.
2022-03-19gnu: Add wego.Nicolas Goaziou
* gnu/packages/weather.scm: New file. * gnu/local.mk: Register new file.
2022-03-19gnu: Add go-github-com-schachmat-ingo.Nicolas Goaziou
* gnu/packages/golang.scm (go-github-com-schachmat-ingo): New variable.
2022-03-18doc: Fix wrong variable name.EuAndreh
* doc/guix.texi (Mail services): use correct variable name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-18doc: cookbook: Update Tor onion service name.Ludovic Courtès
* doc/guix-cookbook.texi: New variable. (Getting substitutes from Tor): Use it.
2022-03-18gnu: guix: Update to 2fb4304.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 2fb4304.
2022-03-18gnu: b2sum: Produce generic binaries and enable tuning.Leo Famulari
* gnu/packages/crypto.scm (b2sum)[arguments]: Add 'de-tune' phase. [properties]: Mark the package as tunable.
2022-03-18gnu: bitlbee-purple: Use 'modify-inputs'.Ludovic Courtès
* gnu/packages/messaging.scm (bitlbee-purple)[inputs]: Use 'modify-inputs'.
2022-03-18gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH".Ludovic Courtès
Suggested by Maxime Devos. * gnu/packages/messaging.scm (bitlbee-purple)[native-search-paths]: New field.
2022-03-18gnu: Add ckb-next.Formbi
* gnu/packages/hardware.scm (ckb-next): add ckb-next Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-03-18gnu: feh, newsboat: Inline top-level reference to 'curl'.Ludovic Courtès
These references introduced top-level circular dependencies. Furthermore, they were inaccurate since only CURL_CA_BUNDLE is honored. * gnu/packages/image-viewers.scm (feh)[native-search-paths]: Remove top-level reference to 'curl'; inline "CURL_CA_BUNDLE" spec. * gnu/packages/syndication.scm (newsboat)[native-search-paths]: Likewise.
2022-03-18gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references.Ludovic Courtès
* gnu/packages/purescript.scm (ghc-optparse-applicative-0.15.1.0): Move to... * gnu/packages/haskell-xyz.scm (ghc-optparse-applicative-0.15.1.0): ... here.