summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-06gnu: emacs-ebdb: Update to 0.8.16.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.16.
2022-11-06gnu: emacs-deadgrep: Run tests.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]<#:tests?, [native-inputs]: Add EMACS-ERT-RUNNER, EMACS-UNDERCOVER.
2022-11-06gnu: emacs-deadgrep: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]: Use G-expressions. <#:phases>: Use SEARCH-INPUT-FILE instead of ASSOC-REF.
2022-11-06gnu: emacs-deadgrep: Update to 0.12.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.12.
2022-11-06gnu: Syncthing: Update to 1.20.4.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.4.
2022-11-06gnu: emacs-mentor: Fix build.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-mentor)[propagated-inputs]: Add EMACS-URL-SCGI.
2022-11-06gnu: Add emacs-url-scgi.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-url-scgi): New variable.
2022-11-06gnu: guix-data-service: Update to 0.0.1-34.95064d3.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-34.95064d3.
2022-11-06gnu: opensurge: Update to 0.6.0.3.Timotej Lazar
* gnu/packages/games.scm (opensurge): Update to 0.6.0.3. [arguments]: Use G-exps. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06gnu: surgescript: Update to 0.5.6.1.Timotej Lazar
* gnu/packages/game-development.scm (surgescript): Update to 0.5.6.1. [arguments]: Drop #:configure-flags as the build script was fixed upstream. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06gnu: busybox: Update to 1.35.0.Hilton Chain
* gnu/packages/busybox.scm (busybox): Update to 1.35.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06etc: teams: Add pyproject-build-system to python scope.jgart
* etc/teams.scm.in (python): Add guix/build/pyproject-build-system.scm and guix/build-system/pyproject.scm to python team's scope. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06gnu: python-glymur: Update to 0.12.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.0. [build-system]: python-build-system -> pyproject-build-system. [arguments]: Drop redundant phases. [native-inputs]: Remove python-pypa-build. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06guix gc: Add '--vacuum-database'.Efraim Flashner
* guix/scripts/gc.scm (show-help, %options): Add '--vacuum-database'. * guix/store/database.scm (vacuum-database): New procedure. * doc/guix.texi (Invoking guix gc): Document the option.
2022-11-06gnu: keepassxc: Only build documentation on supported systems.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc)[native-inputs]: Only add ruby-asciidoctor on supported platforms. [arguments]: Adjust configure-flags to skip documentation when ruby-asciidoctor isn't supported.
2022-11-06gnu: newsboat: Only build documentation on supported systems.Efraim Flashner
* gnu/packages/syndication.scm (newsboat)[inputs]: Only use asciidoctor on supported platforms. [arguments]: When asciidoctor isn't present add a phase to skip building the documentation.
2022-11-06gnu: shepherd@0.9: Use 'guile-3.0-latest' to address memory leak.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/58631>. Previously, shepherd's heap would grow roughly linearly in the number of context switches (delimited continuations being captured). For example, if shepherd spawned services that logged a lot of data, it would context-switch a lot, leading to relatively quick heap growth. * gnu/packages/admin.scm (shepherd-0.9)[inputs, native-inputs]: Replace 'guile-3.0' with 'guile-3.0-latest'.
2022-11-06gnu: guile@3.0.8: Add patch to address continuation memory leak.Ludovic Courtès
* gnu/packages/patches/guile-continuation-stack-leak.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-3.0-latest)[source]: Use it.
2022-11-06shell: Fix '--emulate-fhs' sometimes not including 'glibc-for-fhs'.John Kehayias
Fixes <https://issues.guix.gnu.org/58861>. Previously the order of the options giving to 'guix shell' could mean that the 'glibc-for-fhs' package included with the '--emulate-fhs' option would not appear in the container. For example, using the development option with a package using the 'gnu-build-system', e.g. 'guix shell -CFD hello', would include the regular 'glibc' package. The option ordered mattered: 'guix shell -CD hello -F' would include the expected 'glibc-for-fhs'. We fix this by having 'glibc-for-fhs' added to the package list just before calling 'options-with-caching' so the option order given by the user does not matter. * guix/scripts/shell.scm (%options): Move the '--emulate-fhs' (expression . ...) component from here... (parse-args): ... to here. * tests/guix-environment-container.sh: Add a test to check that 'glibc-for-fhs' is in the container even when 'glibc' is included in the 'guix shell' package list. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06gnu: Add cl-numerical-utilities.jgart
* gnu/packages/lisp-xyz.scm (cl-numerical-utilities, ecl-numerical-utilities, sbcl-numerical-utilities): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-06gnu: Add jami-docs.Maxim Cournoyer
* gnu/packages/jami.scm (jami-docs): New variable.
2022-11-06gnu: Add python-myst-parser.Maxim Cournoyer
* gnu/packages/sphinx.scm (python-myst-parser): New variable.
2022-11-06gnu: Add python-linkify-it-py.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-linkify-it-py): New variable.
2022-11-06gnu: Add python-uc-micro-py.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-uc-micro-py): New variable.
2022-11-06gnu: python-mdit-py-plugins: Update to 0.3.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-mdit-py-plugins): Update to 0.3.1. [source]: Fetch from git. [build-system]: Use pyproject-build-system. [propagated-inputs]: Add python-attrs. [native-inputs]: Add python-flit-core. [description]: Remove extraneous white space.
2022-11-06gnu: Add python-pytest-param-files.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-param-files): New variable.
2022-11-06gnu: Add python-sphinx-pytest.Maxim Cournoyer
* gnu/packages/sphinx.scm (python-sphinx-pytest): New variable.
2022-11-06gnu: qtwebengine: Fix build.Maxim Cournoyer
The package was not really building; the build phase was failing silently and no libraries were installed to the output. * gnu/packages/qt.scm (qtwebengine) [native-inputs]: Replace node by node-lts, instead of simply appending it.
2022-11-06gnu: restinio: Update to 0.6.17.Maxim Cournoyer
* gnu/packages/networking.scm (restinio): Update to 0.6.17. [propagated-inputs]: Replace fmt-8 with fmt.
2022-11-06gnu: restinio: Prepare for tests and propagate some inputs.Maxim Cournoyer
* gnu/packages/networking.scm (restinio): Update to 0.6.15. [configure-flags]: New field. [phases]: {change-directory}: Change directory to 'dev'. [inputs]: Remove zlib, catch2, boost, pcre, and pcre2. [propagated-inputs]: Add pcre, pcre2, and zlib. [native-inputs]: Add catch2, clara, and json-dto.
2022-11-06gnu: Add json-dto.Maxim Cournoyer
* gnu/packages/cpp.scm (json-dto): New variable.
2022-11-06gnu: Add clara.Maxim Cournoyer
* gnu/packages/check.scm (clara): New variable.
2022-11-06gnu: ccache: Update to 4.7.2.Maxim Cournoyer
* gnu/packages/ccache.scm (ccache): Update to 4.7.2. Move inputs fields after arguments field. [native-inputs]: Add ruby-asciidoctor to generate man page.
2022-11-06gnu: fmt: Update to 9.1.0.Maxim Cournoyer
* gnu/packages/pretty-print.scm (fmt): Update to 9.1.0. (fmt-8): New variable. * gnu/packages/hyperledger.scm (hyperledger-iroha) [snippet]: Delete trailing #t. [native-inputs]: Re-indent. Replace fmt with fmt-8. * gnu/packages/networking.scm (opendht) [inputs]: Replace fmt with fmt-8. * gnu/packages/storage.scm (ceph): Likewise. * gnu/packages/video.scm (mkvtoolnix): Likewise. * gnu/packages/aidc.scm (zxing-cpp): Likewise. * gnu/packages/wm.scm (waybar): Likewise. * gnu/packages/geo.scm (osm2pgsql): Likewise. * gnu/packages/graphics.scm (openimageio): Likewise. * gnu/packages/build-tools.scm (bear): Likewise. * gnu/packages/networking.scm (restinio): Likewise.
2022-11-06gnu: fmt-for-solidity: Rename to fmt-8.0.Maxim Cournoyer
* gnu/packages/pretty-print.scm (fmt-for-solidity): Rename to... (fmt-8.0): ... this. (fmt-for-irods): Rename to... (fmt-6): ... this. * gnu/packages/solidity.scm (solidity): Adjust accordingly. * gnu/packages/irods.scm (irods, irods-client-icommands): Likewise.
2022-11-06gnu: protobuf-c: Update to 1.4.1.Maxim Cournoyer
* gnu/packages/protobuf.scm (protobuf-c): Update to 1.4.1.
2022-11-06gnu: protobuf: Unbundle googletest.Maxim Cournoyer
* gnu/packages/protobuf.scm (protobuf) [origin]: Delete third_party directory in snippet. [configure-flags]: Add "-Dprotobuf_USE_EXTERNAL_GTEST=ON". [native-inputs]: Add googletest.
2022-11-06gnu: protobuf: Update to 3.21.9.Maxim Cournoyer
* gnu/packages/protobuf.scm (protobuf): Update to 3.21.9. Move outputs field before build system. Move inputs field below arguments. [source]: Apply patch and update URL. [build-system]: Use cmake-build-system. This causes the CMake support files to be installed, which is expected by some packages such as hyperledger-iroha. [arguments]: Use gexps. [configure-flags]: Add BUILD_SHARED_LIBS=ON. [phases]: Add set-c++-standard. [home-page]: Update URL. (protobuf-3.6): Adjust to continue using the gnu-build-system. * gnu/packages/patches/protobuf-fix-build-on-32bit.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it.
2022-11-06gnu: fcitx5-gtk4: Fix build.Maxim Cournoyer
* gnu/packages/fcitx5.scm (fcitx5-gtk4) [configure-flags]: Explicitly add the include directory $glib/include/gio-unix-2.0 to avoid a build failure.
2022-11-06gnu: Add libx264-next.Maxim Cournoyer
* gnu/packages/video.scm (libx264-next): New variable.
2022-11-06gnu: Add libvpx-next.Maxim Cournoyer
* gnu/packages/video.scm (libvpx-next): New variable.
2022-11-06gnu: libcxx+libcxxabi: Use G-expressions.Zhu Zihao
* gnu/packages/llvm.scm (libcxx+libcxxabi-6)[arguments]: Use G-expressions. <#:configure-flags>: Use "this-package-native-input". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06gnu: libcxxabi: Use G-expressions.Zhu Zihao
* gnu/packages/llvm.scm (libcxxabi-6)[arguments]: Use G-expressions. <#:configure-flags>: Use "this-package-native-input". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06gnu: libcxx: Update to 14.0.6.Zhu Zihao
* gnu/packages/llvm.scm(libcxx)[source]: Use "llvm-monorepo". [arguments]<#:configure-flags>: Use clang & clang++, skip RPATH_CHANGE in CMake. <#:phases>: Add phase "enter-subdirectory". [native-inputs]: Add Python 3 for lit. (libcxx-6)[arguments]: Don't inherit from libcxx. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06gnu: libcxx: Use G-expressions.Zhu Zihao
* gnu/packages/llvm.scm (libcxx)[arguments]: Use G-expressions. (libcxx-6)[arguments]: Use G-expressions. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06doc: cookbook: Add section on MPD with bluealsa.Ricardo Wurmus
* doc/guix-cookbook.texi (Music Server with Bluetooth Audio): New section under System Configuration.
2022-11-06doc: cookbook: Update detailed menu for "System Configuration".Ricardo Wurmus
* doc/guix-cookbook.texi: Update menu.
2022-11-05news: Add 'pt' translation.Thiago Jung Bauermann
* etc/news.scm: Add Portuguese translation of entry about pyproject-build-system. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2022-11-05Revert "gnu: pdfposter: Update to 0.8.1."Ricardo Wurmus
This reverts commit 040006d81c20c68d4291a7e5d82517691756c4c1. The upgrade broke pdfposter, which would require a more recent version of pypdf2.
2022-11-05gnu: Add r-fresh.Ricardo Wurmus
* gnu/packages/cran.scm (r-fresh): New variable.