summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: nheko: Update to 0.9.2.•••* gnu/packages/messaging.scm (nheko): Update to 0.9.2. [native-inputs]: Add asciidoc. raingloom2022-03-101-3/+3
* gnu: mtxclient: Update to 0.7.0.•••* gnu/packages/messaging.scm (mtxclient): Update to 0.7.0. raingloom2022-03-101-2/+2
* gnu: coeurl: Update to 0.2.0.•••* gnu/packages/curl.scm (coeurl): Update to 0.2.0. raingloom2022-03-101-2/+2
* gnu: emacs-debbugs: Update to 0.31.•••* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.31. Nicolas Goaziou2022-03-101-2/+2
* gnu: linux-libre: Update to 5.16.13.•••* 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. Leo Famulari2022-03-101-9/+9
* gnu: cl-reexport: Several fixes.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-reexport)[source]: Hardcode URL. [inputs]: Use new style. [synopsis, description]: Fix them. Guillaume Le Vaillant2022-03-101-6/+8
* gnu: cl-assoc-utils: Fix tests.•••* gnu/packages/lisp-xyz.scm (sbcl-assoc-utils)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Aurora2022-03-101-9/+1
* gnu: cl-locale: Fix tests.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-locale)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Aurora2022-03-101-11/+1
* gnu: cl-mito: Fix tests.•••* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Aurora2022-03-101-3/+1
* gnu: cl-cookie: Fix tests.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-cookie)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Aurora2022-03-101-2/+1
* gnu: cl-http-body: Fix tests.•••* 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> Aurora2022-03-101-4/+2
* gnu: cl-fast-http: Fix tests.•••* gnu/packages/lisp-xyz.scm (sbcl-fast-http)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Aurora2022-03-101-3/+1
* gnu: cl-smart-buffer: Fix tests.•••* 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> Aurora2022-03-101-4/+3
* gnu: cl-xsubseq: Fix tests.•••* gnu/packages/lisp-xyz.scm (sbcl-xsubseq)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Aurora2022-03-101-3/+1
* gnu: cl-myway: Fix tests.•••* gnu/packages/lisp-xyz.scm (sbcl-myway)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Aurora2022-03-101-3/+1
* gnu: cl-proc-parse: Fix tests.•••* gnu/packages/lisp-xyz.scm (sbcl-proc-parse)[arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Aurora2022-03-101-2/+2
* gnu: Add r-ensdb-hsapiens-v86.•••* gnu/packages/bioconductor.scm (r-ensdb-hsapiens-v86): New variable. Ricardo Wurmus2022-03-101-0/+19
* gnu: Add r-ensdb-mmusculus-v79.•••* gnu/packages/bioconductor.scm (r-ensdb-mmusculus-v79): New variable. Ricardo Wurmus2022-03-101-0/+19
* home: symlink-manager: Rename "path" to "file" where appropriate.•••* 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'. Ludovic Courtès2022-03-101-27/+28
* home: symlink-manager: 'create-symlinks' uses 'file-system-fold'.•••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'. Ludovic Courtès2022-03-101-85/+43
* home: symlink-manager: 'cleanup-symlinks' uses 'file-system-fold'.•••* 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'. Ludovic Courtès2022-03-101-52/+59
* home: symlink-manager: Avoid extra 'lstat' call.•••* gnu/home/services/symlink-manager.scm (update-symlinks-script)[symlink-to-store?]: Avoid extra 'lstat' call. Ludovic Courtès2022-03-101-2/+7
* home: symlink-manager: Remove 'empty-directory?' and avoid TOCTTOU race.•••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. Ludovic Courtès2022-03-101-17/+18
* home: symlink-manager: Use 'file-is-directory?'.•••* gnu/home/services/symlink-manager.scm (update-symlinks-script)[directory?]: Remove. Change callers to use 'file-is-directory?' instead. Ludovic Courtès2022-03-101-5/+2
* home: symlink-manager: Use 'for-each' when used for effects.•••* gnu/home/services/symlink-manager.scm (update-symlinks-script)[cleanup-symlinks] [create-symlinks]: Use 'for-each' instead of 'map'. Ludovic Courtès2022-03-101-2/+2
* home: symlink-manager: Move helper procedures as top-level defines.•••* 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. Ludovic Courtès2022-03-101-124/+116
* home: symlink-manager: Clarify module imports.•••* 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. Ludovic Courtès2022-03-101-169/+173
* gnu: gnome-sudoku: Remove input labels.•••* gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Remove labels. Ludovic Courtès2022-03-101-8/+8
* gnu: gnome-sudoku: Add missing dependency on Python.•••* gnu/packages/gnome.scm (gnome-sudoku)[native-inputs]: Add PYTHON. Ludovic Courtès2022-03-101-1/+2
* gnu: gnome-arcade: Update to 0.240.•••* gnu/packages/emulators.scm (gnome-arcade): Update to 0.240. Ludovic Courtès2022-03-101-2/+2
* gnu: gthumb: Fix build.•••* gnu/packages/gnome.scm (gthumb)[native-inputs]: Add python. Mathieu Othacehe2022-03-101-1/+2
* services: bluetooth: Add missing config parameters.•••* 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> Demis Balbach2022-03-091-4/+372
* gnu: Add libtree.•••* gnu/packages/linux.scm (libtree): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov2022-03-091-0/+32
* gnu: Add osmium-tool.•••* gnu/packages/geo.scm (osmium-tool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nikolay Korotkiy2022-03-091-0/+30
* gnu: libosmium: Update to 2.18.0.•••* gnu/packages/geo.scm (libosmium): Update to 2.18.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nikolay Korotkiy2022-03-091-2/+2
* system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD.•••* gnu/system/hurd.scm (%base-packages/hurd): Move SHEPHERD before HURD. Ludovic Courtès2022-03-091-3/+6
* gnu: hurd: Adjust to the transition from "--system" to "gnu.system".•••This is a followup to 0dc019e19a23fea614be5623360849ab9bc35e74, which inadvertently led the Hurd to fail to boot. * gnu/packages/hurd.scm (hurd)[arguments]: In 'create-runsystem' phase, expect "gnu.system=" instead of "--system=". Ludovic Courtès2022-03-091-3/+3
* gnu: nyacc@1.00.2: Fix build.•••Fixes a regression introduced in f15ca337bec89f238b9b9ced08c2e02c35629a33, whereby adding a dependency on GUILE-BYTESTRUCTURES would cause a build failure of the FFI helper of nyacc@1.00.2. * gnu/packages/mes.scm (nyacc-1.00.2)[propagated-inputs]: New field. Ludovic Courtès2022-03-091-0/+5
* gnu: slurm: Use gexps and remove input labels.•••* gnu/packages/parallel.scm (slurm)[source]: Remove trailing #t. [native-inputs]: Remove labels. [arguments]: Rewrite as gexps. Use 'this-package-input' instead of '%build-inputs'. (slurm-20.02)[arguments]: Adjust accordingly. Ludovic Courtès2022-03-091-82/+78
* gnu: linux-libre 4.9: Update to 4.9.305.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.305. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari2022-03-091-2/+2
* gnu: linux-libre 4.14: Update to 4.14.270.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.270. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari2022-03-091-2/+2
* gnu: linux-libre 4.19: Update to 4.19.233.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.233. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari2022-03-091-2/+2
* gnu: linux-libre 5.4: Update to 5.4.183.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.183. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari2022-03-091-2/+2
* gnu: linux-libre 5.10: Update to 5.10.104.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.104. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari2022-03-091-2/+2
* gnu: linux-libre: Update to 5.15.27.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.27. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. Leo Famulari2022-03-091-3/+3
* gnu: linux-libre 5.16: Update to 5.16.13.•••* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.13. (linux-libre-5.16-pristine-source): Update hash. Leo Famulari2022-03-091-2/+2
* gnu: python-robotframework-sshlibrary: Normalize doc location.•••* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): [phases]{build-and-install-doc}: Install HTML documentation to the share/doc subdirectory of the 'doc' output. Maxim Cournoyer2022-03-091-3/+3
* gnu: python-robotframework: Fully build the documentation.•••* gnu/packages/patches/python-robotframework-ug2html.patch: New patch. * gnu/local.mk: Register it. * gnu/packages/python-xyz.scm (python-robotframework): Apply patch. [modules]: New argument. [phases]{build-and-install-doc}: Modify to build the full HTML documentation, including the user guide. [native-inputs]: Add python-pygments. Maxim Cournoyer2022-03-093-25/+96
* gnu: Add python-trio-websocket.•••* gnu/packages/python-xyz.scm (python-trio-websocket): New variable. Maxim Cournoyer2022-03-091-0/+34
* gnu: python-jedi: Remove optional test dependency on python-django-2.2.•••This avoids a dependency cycle between python-selenium (4.1.0) and python-pytest-trio. * gnu/packages/python-xyz.scm (python-jedi)[native-inputs]: Remove python-django-2.2. Maxim Cournoyer2022-03-091-1/+1