aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingMarius Bakke2023-01-08
|\
| * gnu: Switch to default pipewire.Mathieu Othacehe2023-01-08
| | | | | | | | | | | | | | | | This is a follow-up of: 590700ce00177a826872c867066eeba6eb7c4641. * gnu/packages/kde-plasma.scm (kwin, plasma-desktop, plasma-workspace)[inputs]: Switch to pipewire. * gnu/packages/mpd.scm (mpd)[inputs]: Ditto.
| * gnu: Remove tegaki package leftovers.Bruno Victal2023-01-08
| | | | | | | | | | | | | | | | | | | | Leftovers from ed3c97f53ef5d60f103b93d15ccce5db052bfad1. * gnu/packages/languages.scm (tegaki-release-uri) (remove-pre-compiled-files) (remove-pre-compiled-files-modules): Delete variables. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: wireplumber: Update to 0.4.13.Josselin Poiret via Guix-patches via2023-01-08
| | | | | | | | | | | | * gnu/packages/linux.scm (wireplumber): Update to 0.4.13. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: pipewire: Enable more features.Brendan Tildesley2023-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (pipewire)[inputs]: Add - libfdk for ACC support over bluetooth - libfreeaptx for aptX support over bluetooth - libsndfile - libusb for bluetooth support - lilv for lv2 plugins - webrtc-audio-processing for noise cancelling - readline for pw-cli Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: Add libfreeaptx.Brendan Tildesley2023-01-08
| | | | | | | | | | | | * gnu/packages/audio.scm (libfreeaptx): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: pipewire: Set sysconfdir to /etc.Brendan Tildesley2023-01-08
| | | | | | | | | | | | | | * gnu/packages/linux.scm (pipewire): Set sysconfdir to /etc to allow for systemwide config in /etc. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: pipewire: Update to 0.3.63.Josselin Poiret via Guix-patches via2023-01-08
| | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (pipewire): Update to 0.3.63. [source]: Update source to official repo. [inputs]: Remove sdl2. It's only used to build examples. Co-authored-by: Kevin Boulain <kevinboulain@gmail.com> Co-authored-by: Brendan Tildesley <mail@brendan.scot> Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: pipewire: Switch default to 0.3.Brendan Tildesley2023-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (pipewire): Switch to pipewire 0.3. (pipewire-0.3): Remove variable. (wireplumber): Replace all pipewire-0.3 by pipewire. * gnu/packages/audio.scm (qpwgraph): Ditto. * gnu/packages/chromium.scm (ungoogled-chromium): Ditto. * gnu/packages/freedesktop.scm (weston, xdg-desktop-portal, xdg-desktop-portal-wlr): Ditto. * gnu/packages/gnome.scm (mutter): Ditto. * gnu/packages/kde-systemtools.scm (krfb): Ditto. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Ditto. * gnu/packages/video.scm (obs): Ditto. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: Add python-commonroad-route-planner.Liliana Marie Prikler2023-01-08
| | | | | | | | * gnu/packages/simulation.scm (python-commonroad-route-planner): New variable.
| * gnu: Add python-commonroad-io.Liliana Marie Prikler2023-01-08
| | | | | | | | * gnu/packages/simulation.scm (python-commonroad-io): New variable.
| * gnu: Add python-commonroad-vehicle-models.Liliana Marie Prikler2023-01-08
| | | | | | | | | | * gnu/packages/simulation.scm (%commonroad-dont-install-license-at-root) (python-commonroad-vehicle-models): New variables.
| * gnu: python-iso3166: Update to 2.1.1.Liliana Marie Prikler2023-01-08
| | | | | | | | * gnu/packages/iso-codes.scm (python-iso3166): Update to 2.1.1.
| * gnu: Add python-omegaconf.Liliana Marie Prikler2023-01-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-omegaconf): New variable.
| * gnu: Add java-antlr4-runtime-python.Liliana Marie Prikler2023-01-08
| | | | | | | | * gnu/packages/java.scm (java-antlr4-runtime-python): New variable.
| * gnu: Add vkmark.Tomasz Jeneralczyk2023-01-08
| | | | | | | | | | | | * gnu/packages/benchmark.scm (vkmark): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add power-profiles-daemon.florhizome2023-01-08
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (power-profiles-daemon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-proselint: Use official home page URL.jgart2023-01-08
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-proselint): [home-page]: Use official home page URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: clamav: Update to 0.103.7.kiasoc52023-01-08
| | | | | | | | | | | | * gnu/packages/antivirus.scm (clamav): Update to 0.103.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-jsonschema-next: Simplify package.Sharlatan Hellseher2023-01-08
| | | | | | | | | | | | | | | | | | | | | | To have this package on the latest version Guix needs to have new Python build procedure with Hatch https://hatch.pypa.io/. * gnu/packages/python-xyz.scm (python-jsonschema-next): [build-system]: Use pyproject-build-system to simplify package. [native-inputs]: Remove python-pypa-build. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-pydicom.Antero Mejr2023-01-08
| | | | | | | | | | | | * gnu/packages/python-science.scm (python-pydicom): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add gdcm.Antero Mejr2023-01-08
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (gdcm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * refresh: Add CLI tests.Ludovic Courtès2023-01-08
| | | | | | | | | | * guix/import/test.scm, tests/guix-refresh.sh: New files. * Makefile.am (MODULES, SH_TESTS): Add them.
| * import: stackage: Catch networking errors in predicate.Ludovic Courtès2023-01-08
| | | | | | | | | | * guix/import/stackage.scm (stackage-lts-package?): Wrap body in 'false-if-networking-error'.
| * gnu-maintenance: 'gnu' and 'gnu-ftp' predicates catch networking errors.Ludovic Courtès2023-01-08
| | | | | | | | | | | | | | | | | | | | Previously, in a networking-less environment such as 'guix shell -C -D guix', 'guix refresh --list-updaters' would crash due to a 'gettaddrinfo-error' exception in these predicates. * guix/gnu-maintenance.scm (%gnu-updater)[pred]: Wrap in 'false-if-networking-error'. (%gnu-ftp-updater)[pred]: Likewise.
| * gnu-maintenance: Factorize 'false-if-networking-failure'.Ludovic Courtès2023-01-08
| | | | | | | | | | | | | | | | * guix/import/utils.scm (call-with-networking-exception-handler): New procedure. (false-if-networking-error): New macro. * guix/gnu-maintenance.scm (import-html-updatable-release): Use it instead of inline code.
| * gnu: guile-ssh: Update to 0.16.2.Artyom V. Poptsov2023-01-08
| | | | | | | | | | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.16.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: ode: Do not run tests on i686.Nicolas Goaziou2023-01-08
| | | | | | | | * gnu/packages/game-development.scm (ode)[arguments]: Do not run tests on i686.
| * gnu: rosegarden: Run tests.Nicolas Goaziou2023-01-08
| | | | | | | | | | * gnu/packages/music.scm (rosegarden)[arguments]<#:phases>: Actually run tests. Also fix or skip failing tests.
| * gnu: rosegarden: Update to 22.12.1.Nicolas Goaziou2023-01-08
| | | | | | | | * gnu/packages/music.scm (rosegarden): Update to 22.12.1.
| * gnu: guile-email-latest: Fix build.Mathieu Othacehe2023-01-08
| | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-email-latest)[arguments]: Restore the default.
| * gnu: lyx: Activate spellchecking.Nicolas Goaziou2023-01-08
| | | | | | | | | | * gnu/packages/tex.scm (lyx)[inputs]: Use ASPELL instead of HUNSPELL since the latter is not detected during configure phase.
| * gnu: lyx: Improve package style.Nicolas Goaziou2023-01-08
| | | | | | | | | | | | * gnu/packages/tex.scm (lyx)[source]<snippet>: Remove trailing #T. [arguments]<#phases>: Use SEARCH-INPUT-FILE. [propagated-inputs]: Remove input label.
| * gnu: lyx: Update to 2.3.7.Nicolas Goaziou2023-01-08
| | | | | | | | * gnu/packages/tex.scm (lyx): Update to 2.3.7.
| * gnu: scintilla: Update to 5.3.2.Nicolas Goaziou2023-01-08
| | | | | | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.3.2.
| * gnu: ode: Improve package style.Nicolas Goaziou2023-01-08
| | | | | | | | | | * gnu/packages/game-development.scm (ode)[source]<snippet>: Remove trailing [arguments]: Use G-expressions. Remove trailing #T from phase.
| * gnu: ode: Update to 0.16.3.Nicolas Goaziou2023-01-08
| | | | | | | | * gnu/packages/game-development.scm (ode): Update to 0.16.3.
| * gnu: emacs-magit: Update to 3.3.0-1.b908c79.Feng Shu2023-01-08
| | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.0-1.b908c79. This update is needed for compatibility with Compat 2.9.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-compat: Update to 29.1.1.0.Feng Shu2023-01-08
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: guix: Update to 1.4.0-1.9fe5b49.Mathieu Othacehe2023-01-08
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 1.4.0-1.9fe5b49.
| * gnu: Add tilix.jgart2023-01-08
| | | | | | | | | | | | * gnu/packages/terminals.scm (tilix): New variable. Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: tracker: Extend test timeout for riscv64-linux.Efraim Flashner2023-01-08
| | | | | | | | | | * gnu/packages/gnome.scm (tracker)[arguments]: Adjust test-options when building for riscv64-linux to add a timeout multiplier.
| * gnu: tracker: Honor #:test-options keyword.Efraim Flashner2023-01-08
| | | | | | | | | | * gnu/packages/gnome.scm (tracker)[arguments]: Adjust custom 'check phase to honor the #:test-options keyword.
| * gnu: webkitgtk-next: Update to 2.38.3.Efraim Flashner2023-01-08
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk-next): Update to 2.38.3.
| * gnu: Add d-spy.Liliana Marie Prikler2023-01-08
| | | | | | | | * gnu/packages/gnome.scm (d-spy): New variable.
| * gnu: komikku: Update to 1.7.0.Liliana Marie Prikler2023-01-08
| | | | | | | | * gnu/packages/gnome.scm (komikku): Update to 1.7.0.
| * gnu: castget: Update to 2.0.0-0.da9727d.Maxim Cournoyer2023-01-08
| | | | | | | | | | * gnu/packages/gpodder.scm (castget): Update to 2.0.0-0.da9727d. [inputs]: Replace id3lib with taglib.
| * gnu: ruby-sanitize: Update to 6.0.0.Maxim Cournoyer2023-01-08
| | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-sanitize): Update to 6.0.0. Re-indent inputs. [source]: Delete patch. * gnu/packages/patches/ruby-sanitize-system-libxml.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): De-register it.
| * gnu: ruby-html-proofer: Update to 5.0.3.Maxim Cournoyer2023-01-08
| | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-html-proofer): Update to 5.0.3. [arguments]: Add replace-git-ls-files and relax-requirements phases. [native-inputs]: Delete field. [propagated-inputs]: Replace ruby-nokogumbo with ruby-nokogiri.
| * gnu: ruby-nokogumbo: Deprecate in favor of ruby-nokogiri.Maxim Cournoyer2023-01-08
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-nokogumbo): Define as a deprecated alias to ruby-nokogiri.