summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: gnome-arcade: Update to 0.240.Ludovic Courtès2022-03-10
| | | | * gnu/packages/emulators.scm (gnome-arcade): Update to 0.240.
* 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>
* gnu: Add osmium-tool.Nikolay Korotkiy2022-03-09
| | | | | | * gnu/packages/geo.scm (osmium-tool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libosmium: Update to 2.18.0.Nikolay Korotkiy2022-03-09
| | | | | | * gnu/packages/geo.scm (libosmium): Update to 2.18.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD.Ludovic Courtès2022-03-09
| | | | * gnu/system/hurd.scm (%base-packages/hurd): Move SHEPHERD before HURD.
* gnu: hurd: Adjust to the transition from "--system" to "gnu.system".Ludovic Courtès2022-03-09
| | | | | | | | 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=".
* gnu: nyacc@1.00.2: Fix build.Ludovic Courtès2022-03-09
| | | | | | | | | 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.
* gnu: slurm: Use gexps and remove input labels.Ludovic Courtès2022-03-09
| | | | | | | | * 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.
* gnu: linux-libre 4.9: Update to 4.9.305.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.305. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.270.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.270. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.233.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.233. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.183.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.183. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.104.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.104. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.27.Leo Famulari2022-03-09
| | | | | * 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.
* gnu: linux-libre 5.16: Update to 5.16.13.Leo Famulari2022-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.13. (linux-libre-5.16-pristine-source): Update hash.
* gnu: python-robotframework-sshlibrary: Normalize doc location.Maxim Cournoyer2022-03-09
| | | | | | * 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.
* gnu: python-robotframework: Fully build the documentation.Maxim Cournoyer2022-03-09
| | | | | | | | | | * 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.
* gnu: Add python-trio-websocket.Maxim Cournoyer2022-03-09
| | | | * gnu/packages/python-xyz.scm (python-trio-websocket): New variable.
* gnu: python-jedi: Remove optional test dependency on python-django-2.2.Maxim Cournoyer2022-03-09
| | | | | | | | 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.
* gnu: python-robotframework-sshlibrary: Patch for RobotFramework 5 compatibility.Maxim Cournoyer2022-03-09
| | | | | | | * gnu/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Apply it.
* gnu: emacs-embark: Update to 0.16.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.16.
* gnu: bombadillo: Improve package style.Nicolas Goaziou2022-03-09
| | | | | * gnu/packages/web-browsers.scm (bombadillo)[arguments]: Use G-expressions. Remove trailing #T from phases.
* gnu: bombadillo: Update to 2.4.0.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/web-browsers.scm (bombadillo): Update to 2.4.0.
* gnu: lagrange: Update to 1.11.1.Nicolas Goaziou2022-03-09
| | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.11.1. [inputs]: Add FREETYPE.
* gnu: asymptote: Update to 2.79.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.79.
* gnu: bzflag: Improve package style.Nicolas Goaziou2022-03-09
| | | | | * gnu/packages/games.scm (bzflag)[arguments]: Remove trailing #T from phases. Use G-expressions.
* gnu: bzflag: Update to 2.4.24.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/games.scm (bzflag): Update to 2.4.24.
* gnu: emacs-add-node-modules-path: Update to 1.3.0.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): Update to 1.3.0.
* gnu: emacs-geiser: Update to 0.23.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.
* gnu: emacs-vertico: Update to 0.21.base-for-series-11573base-for-series-11572Nicolas Goaziou2022-03-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.21.
* gnu: emacs-corfu: Update to 0.20.Nicolas Goaziou2022-03-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.20.
* gnu: Add r-scopeloomr.Ricardo Wurmus2022-03-09
| | | | * gnu/packages/bioinformatics.scm (r-scopeloomr): New variable.
* gnu: python-robotframework-sshlibrary: Update to 3.8.0.Maxim Cournoyer2022-03-08
| | | | * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.8.0.
* gnu: python-robotframework: Update to 4.1.3.Maxim Cournoyer2022-03-08
| | | | | | * gnu/packages/python-xyz.scm (python-robotframework): Update to 4.1.3. [phases]{check}: Honor TESTS?. Search tzdata in both native-inputs or inputs, for cross-compilation.
* gnu: emacs-tempel: Update to 0.3.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.3.
* gnu: emacs-no-littering: Update to 1.2.6.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.6.
* gnu: emacs-marginalia: Update to 0.13.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.13.
* gnu: emacs-consult: Update to 0.16.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.16.
* gnu: emacs-clojure-mode: Update to 5.14.0.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.14.0.
* gnu: emacs-cider: Update to 1.3.0.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.3.0.
* gnu: emacs-cape: Update to 0.7.Nicolas Goaziou2022-03-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.7.
* gnu: stex-bootstrap: Guard against unsupported systems.Liliana Marie Prikler2022-03-08
| | | | | | | | | | | The current implementation of nix-system->chez-machine et al. is rather brittle and fails in unexpected ways. In the meantime while a better replacement is being built, prevent falsy return values from causing errors, such as a failing “guix pull”. See <https://issues.guix.gnu.org/54292>. * gnu/packages/chez.scm (stex-bootstrap)[maybe-compile]: Use and=> to only call chez-machine->threaded if nix-system->chez-machine returns a truthy value.
* gnu: gitg: Update to 41.Liliana Marie Prikler2022-03-08
| | | | | | | * gnu/packages/gnome.scm (gitg): Update to 41. [arguments]: Drop ‘harden’ phase. [inputs]: Replace gtkspell3 with gspell and gtksourceview-3 with gtksourceview. [native-inputs]: Add python.
* gnu: gitg: Use new package style.Liliana Marie Prikler2022-03-08
| | | | | * gnu/packages/gnome.scm (gitg)[arguments]: Use G-expressions. [native-inputs]: Drop labels.
* gnu: mumble: Enable tests.Liliana Marie Prikler2022-03-08
| | | | | * gnu/packages/telephony.scm (mumble)[#:tests?]: Drop argument. [#:configure-flags]: Add “-Dtests=on”.
* gnu: mumble: Update to 1.4.230.Liliana Marie Prikler2022-03-08
| | | | | | | | | | | | * gnu/packages/telephony.scm (find-python-interpreter-cmake-modules): New variable. (mumble): Update to 1.4.230. [source]: Adjust uri and snippet accordingly. [arguments]: Change to a list of G-expressions. <#:configure-flags>: New argument. <#:phases>: Drop ‘configure’ (moved to configure-flags). Add ‘unpack-submodules’, ‘fix-settings-crash’ and ‘hardcode-pulseaudio’. [inputs]: Add glib and poco.
* gnu: Add poco.Liliana Marie Prikler2022-03-08
| | | | * gnu/packages/cpp.scm (poco): New variable.
* gnu: opendht: Update to 2.3.4.Maxim Cournoyer2022-03-08
| | | | * gnu/packages/networking.scm (opendht): Update to 2.3.4.