summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: tio: Update to 1.35.Raphaël Mélotte via Guix-patches2022-03-11
| | | | | | | | | * gnu/packages/terminals.scm (tio): Update to 1.35. [build-system]: Switch to MESON-BUILD-SYSTEM. Note: the build system changed to meson in the following commit: https://github.com/tio/tio/commit/e9208d693ee21a062dc2b3f2dd16a9d6b8926b90 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mblaze: Use G-expressions.Nicolas Goaziou2022-03-11
| | | | * gnu/packages/mail.scm (mblaze)[arguments]: Use G-expressions.
* gnu: mblaze: Enable tests.jgart via Guix-patches via2022-03-11
| | | | | | | | | * gnu/packages/mail.scm (mblaze)[arguments]: Enable tests and remove comment about broken tests since tests are not broken. See <https://github.com/leahneukirchen/mblaze/issues/221>. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sdcc: Update to 4.2.0.Simon South2022-03-11
| | | | | | | | | * gnu/packages/embedded.scm (sdcc): Update to 4.2.0. [description]: Update to mention the newly supported MOS 6502. * gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new version. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sdcc: Build debugger with readline support.Simon South2022-03-11
| | | | | | * gnu/packages/embedded.scm (sdcc)[inputs]: Add readline. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sdcc: Remove input labels.Simon South2022-03-11
| | | | | | * gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove input labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* services: openssh: Change 'authorized-keys' accessor name.Ludovic Courtès2022-03-10
| | | | | | | * gnu/services/ssh.scm (<openssh-configuration>)[authorized-keys]: Rename accessor to 'openssh-configuration-authorized-keys'. (openssh-activation, extend-openssh-authorized-keys): Adjust accordingly.
* services: startup: Add description.Ludovic Courtès2022-03-10
| | | | * gnu/services.scm (hurd-startup-service-type)[description]: New field.
* services: secret-service: Do not generate SSH and Guix key pairs.Ludovic Courtès2022-03-10
| | | | | | | | | | | | | The justification about the order of activation snippets given in the comment had been obsolete since 39e3b4b7cee175a3c1f37329744c582528d55f5d. Lately, running the activation snippets for "ssh-keygen -A" and "guix archive --generate-key" would take a little bit too long, thereby preventing the childhurd from starting on time. * gnu/services/virtualization.scm (secret-service-operating-system): Clear 'generate-host-keys?' and 'generate-substitute-key?'.
* services: openssh: Add 'generate-host-keys?' field.Ludovic Courtès2022-03-10
| | | | | | | * gnu/services/ssh.scm (<openssh-configuration>)[generate-host-keys?]: New field. (openssh-activation): Honor it. * doc/guix.texi (Networking Services): Document it.
* services: guix: Add 'generate-substitute-key?' field.Ludovic Courtès2022-03-10
| | | | | | | * gnu/services/base.scm (<guix-configuration>)[generate-substitute-key?]: New field. (guix-activation): Honor it. * doc/guix.texi (Base Services): Document it.
* gnu: python-robotframework: Do not embed a timestamp in the user guide.Maxim Cournoyer2022-03-10
| | | | | * gnu/packages/patches/python-robotframework-source-date-epoch.patch: Update patch to cover for the user guide.
* gnu: Add fcitx5-anthy.Dominic Martinez2022-03-10
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-anthy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: nheko: Update to 0.9.2.raingloom2022-03-10
| | | | | * gnu/packages/messaging.scm (nheko): Update to 0.9.2. [native-inputs]: Add asciidoc.
* gnu: mtxclient: Update to 0.7.0.raingloom2022-03-10
| | | | * gnu/packages/messaging.scm (mtxclient): Update to 0.7.0.
* gnu: coeurl: Update to 0.2.0.raingloom2022-03-10
| | | | * gnu/packages/curl.scm (coeurl): Update to 0.2.0.
* gnu: emacs-debbugs: Update to 0.31.Nicolas Goaziou2022-03-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.31.
* gnu: linux-libre: Update to 5.16.13.Leo Famulari2022-03-10
| | | | | | * gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Use 5.16.
* gnu: cl-reexport: Several fixes.Guillaume Le Vaillant2022-03-10
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-reexport)[source]: Hardcode URL. [inputs]: Use new style. [synopsis, description]: Fix them.
* gnu: cl-assoc-utils: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-assoc-utils)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-locale: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-locale)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-mito: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-cookie: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-cookie)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-http-body: Fix tests.Aurora2022-03-10
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-http-body)[native-inputs]: Add trivial-utf-8. [arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-fast-http: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fast-http)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-smart-buffer: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-smart-buffer)[native-inputs]: Add babel. [arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-xsubseq: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-xsubseq)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-myway: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-myway)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-proc-parse: Fix tests.Aurora2022-03-10
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-proc-parse)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add r-ensdb-hsapiens-v86.Ricardo Wurmus2022-03-10
| | | | * gnu/packages/bioconductor.scm (r-ensdb-hsapiens-v86): New variable.
* gnu: Add r-ensdb-mmusculus-v79.Ricardo Wurmus2022-03-10
| | | | * gnu/packages/bioconductor.scm (r-ensdb-mmusculus-v79): New variable.
* home: symlink-manager: Rename "path" to "file" where appropriate.Ludovic Courtès2022-03-10
| | | | | | | | | | | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script): [home-path]: Rename to... [home-directory]: ... this. Adjust users. [backup-dir]: Rename to... [backup-directory]: ... this. Adjust user. [get-target-path]: Rename to... [target-file]: ... this. Adjust users. [get-backup-path]: Remove. [backup-file]: Inline it. [cleanup-symlinks](get-source-path): Rename to... (source-file): ... this. Adjust users. Rename 'he-path' to 'home' and 'new-he-path' to 'pivot'.
* home: symlink-manager: 'create-symlinks' uses 'file-system-fold'.Ludovic Courtès2022-03-10
| | | | | | | | | This removes the need for two intermediate representations of the file tree. * gnu/home/services/symlink-manager.scm (update-symlinks-script) [simplify-file-tree, file-tree-traverse]: Remove. [create-symlinks]: Rewrite in terms of 'file-system-fold'.
* home: symlink-manager: 'cleanup-symlinks' uses 'file-system-fold'.Ludovic Courtès2022-03-10
| | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script)[cleanup-symlinks]: Take a home generation and iterate over its config files directly with 'file-system-fold'. Adjuster caller accordingly. Remove 'old-tree'.
* tests: Check 'guix home reconfigure' for a second generation.Ludovic Courtès2022-03-10
| | | | | * tests/guix-home.sh: Invoke "guix home reconfigure" a second time with a modify config file and check the result.
* tests: Simplify use of 'local-file' in 'tests/guix-home.sh'.Ludovic Courtès2022-03-10
| | | | | * tests/guix-home.sh: Remove 'current-filename' trickery since 'local-file' resolves file names relative to the containing file.
* tests: Make sure 'guix home reconfigure' backs up files.Ludovic Courtès2022-03-10
| | | | | * tests/guix-home.sh: Create ~/.bashrc and ~/.config/test.conf prior to 'reconfigure' and check whether they were backed up.
* home: symlink-manager: Avoid extra 'lstat' call.Ludovic Courtès2022-03-10
| | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script)[symlink-to-store?]: Avoid extra 'lstat' call.
* home: symlink-manager: Remove 'empty-directory?' and avoid TOCTTOU race.Ludovic Courtès2022-03-10
| | | | | | | | | This removes three 'stat' syscalls. * gnu/home/services/symlink-manager.scm (update-symlinks-script)[empty-directory?]: Remove. [cleanup-symlinks]: Replace use of 'file-exists?', 'file-is-directory?', and 'empty-directory?' by a single 'rmdir' call.
* home: symlink-manager: Use 'file-is-directory?'.Ludovic Courtès2022-03-10
| | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script)[directory?]: Remove. Change callers to use 'file-is-directory?' instead.
* home: symlink-manager: Use 'for-each' when used for effects.Ludovic Courtès2022-03-10
| | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script)[cleanup-symlinks] [create-symlinks]: Use 'for-each' instead of 'map'.
* home: symlink-manager: Move helper procedures as top-level defines.Ludovic Courtès2022-03-10
| | | | | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script): Remove 'config-home', which is unused. Move 'home-path', 'backup-dir', 'get-target-path', 'get-backup-path', 'directory?', 'empty-directory?', 'symlink-to-store?', and 'backup-file' to the top level. Move 'create-symlinks' and 'cleanup-symlinks' to the top level as well, and add parameters. Adjust callers.
* home: symlink-manager: Clarify module imports.Ludovic Courtès2022-03-10
| | | | | | * gnu/home/services/symlink-manager.scm (update-symlinks-script): Wrap body in 'with-imported-modules'. Move (guix build utils) import to the top. Move #$%initialize-gettext after definitions.
* gnu: gnome-sudoku: Remove input labels.Ludovic Courtès2022-03-10
| | | | * gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Remove labels.
* gnu: gnome-sudoku: Add missing dependency on Python.Ludovic Courtès2022-03-10
| | | | * gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Add PYTHON.
* gnu: gnome-arcade: Update to 0.240.Ludovic Courtès2022-03-10
| | | | * gnu/packages/emulators.scm (gnome-arcade): Update to 0.240.
* maint: 'assert-binaries-available' only checks ci.guix.gnu.org.Ludovic Courtès2022-03-10
| | | | * Makefile.am (assert-binaries-available): Pass '--substitute-urls'.
* gnu: gthumb: Fix build.Mathieu Othacehe2022-03-10
| | | | * gnu/packages/gnome.scm (gthumb)[native-inputs]: Add python.
* services: bluetooth: Add missing config parameters.Demis Balbach2022-03-09
| | | | | | | | | * doc/guix.texi (Desktop Services): Document 'bluetooth-service-type' and 'bluetooth-configuration'. * gnu/services/desktop.scm (<bluetooth-configuration>): Add many fields. (bluetooth-configuration-file): Handle them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libtree.Artyom V. Poptsov2022-03-09
| | | | | | * gnu/packages/linux.scm (libtree): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>