Age | Commit message (Expand) | Author |
2022-11-06 | gnu: opensurge: Update to 0.6.0.3....* gnu/packages/games.scm (opensurge): Update to 0.6.0.3.
[arguments]: Use G-exps.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Timotej Lazar |
2022-11-06 | gnu: surgescript: Update to 0.5.6.1....* 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>
| Timotej Lazar |
2022-11-06 | gnu: busybox: Update to 1.35.0....* gnu/packages/busybox.scm (busybox): Update to 1.35.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Hilton Chain |
2022-11-06 | gnu: python-glymur: Update to 0.12.0....* 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>
| Sharlatan Hellseher |
2022-11-06 | gnu: keepassxc: Only build documentation on supported systems....* 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.
| Efraim Flashner |
2022-11-06 | gnu: newsboat: Only build documentation on supported systems....* 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.
| Efraim Flashner |
2022-11-06 | gnu: shepherd@0.9: Use 'guile-3.0-latest' to address memory leak....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'.
| Ludovic Courtès |
2022-11-06 | gnu: guile@3.0.8: Add patch to address continuation memory leak....* 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.
| Ludovic Courtès |
2022-11-06 | gnu: Add cl-numerical-utilities....* 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>
| jgart |
2022-11-06 | gnu: Add jami-docs....* gnu/packages/jami.scm (jami-docs): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: Add python-myst-parser....* gnu/packages/sphinx.scm (python-myst-parser): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: Add python-linkify-it-py....* gnu/packages/python-xyz.scm (python-linkify-it-py): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: Add python-uc-micro-py....* gnu/packages/python-xyz.scm (python-uc-micro-py): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: python-mdit-py-plugins: Update to 0.3.1....* 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.
| Maxim Cournoyer |
2022-11-06 | gnu: Add python-pytest-param-files....* gnu/packages/check.scm (python-pytest-param-files): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: Add python-sphinx-pytest....* gnu/packages/sphinx.scm (python-sphinx-pytest): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: qtwebengine: Fix build....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.
| Maxim Cournoyer |
2022-11-06 | gnu: restinio: Update to 0.6.17....* gnu/packages/networking.scm (restinio): Update to 0.6.17.
[propagated-inputs]: Replace fmt-8 with fmt.
| Maxim Cournoyer |
2022-11-06 | gnu: restinio: Prepare for tests and propagate some inputs....* 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.
| Maxim Cournoyer |
2022-11-06 | gnu: Add json-dto....* gnu/packages/cpp.scm (json-dto): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: Add clara....* gnu/packages/check.scm (clara): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: ccache: Update to 4.7.2....* 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.
| Maxim Cournoyer |
2022-11-06 | gnu: fmt: Update to 9.1.0....* 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.
| Maxim Cournoyer |
2022-11-06 | gnu: fmt-for-solidity: Rename to fmt-8.0....* 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.
| Maxim Cournoyer |
2022-11-06 | gnu: protobuf-c: Update to 1.4.1....* gnu/packages/protobuf.scm (protobuf-c): Update to 1.4.1.
| Maxim Cournoyer |
2022-11-06 | gnu: protobuf: Unbundle googletest....* gnu/packages/protobuf.scm (protobuf) [origin]: Delete third_party directory
in snippet.
[configure-flags]: Add "-Dprotobuf_USE_EXTERNAL_GTEST=ON".
[native-inputs]: Add googletest.
| Maxim Cournoyer |
2022-11-06 | gnu: protobuf: Update to 3.21.9....* 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.
| Maxim Cournoyer |
2022-11-06 | gnu: fcitx5-gtk4: Fix build....* gnu/packages/fcitx5.scm (fcitx5-gtk4) [configure-flags]: Explicitly add the
include directory $glib/include/gio-unix-2.0 to avoid a build failure.
| Maxim Cournoyer |
2022-11-06 | gnu: Add libx264-next....* gnu/packages/video.scm (libx264-next): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: Add libvpx-next....* gnu/packages/video.scm (libvpx-next): New variable.
| Maxim Cournoyer |
2022-11-06 | gnu: libcxx+libcxxabi: Use G-expressions....* 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>
| Zhu Zihao |
2022-11-06 | gnu: libcxxabi: Use G-expressions....* 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>
| Zhu Zihao |
2022-11-06 | gnu: libcxx: Update to 14.0.6....* 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>
| Zhu Zihao |
2022-11-06 | gnu: libcxx: Use G-expressions....* gnu/packages/llvm.scm (libcxx)[arguments]: Use G-expressions.
(libcxx-6)[arguments]: Use G-expressions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Zhu Zihao |
2022-11-05 | Revert "gnu: pdfposter: Update to 0.8.1."...This reverts commit 040006d81c20c68d4291a7e5d82517691756c4c1.
The upgrade broke pdfposter, which would require a more recent version of
pypdf2.
| Ricardo Wurmus |
2022-11-05 | gnu: Add r-fresh....* gnu/packages/cran.scm (r-fresh): New variable.
| Ricardo Wurmus |
2022-11-05 | gnu: minetest-technic: Update to 2022-10-30....* gnu/packages/minetest.scm (minetest-technic): Update to 2022-10-30.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vivien Kraus |
2022-11-05 | gnu: minetest-mineclone: Update to 0.80.1....* gnu/packages/minetest.scm (minetest-mineclone): Update to 0.80.1.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vivien Kraus |
2022-11-05 | gnu: minetest: Update to 5.6.1....* gnu/packages/minetest.scm (minetest, minetest-data): Update to 5.6.1.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vivien Kraus |
2022-11-05 | gnu: irrlicht-for-minetest: Update to 1.9.0.mt8....* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0.mt8.
[inputs]: Add libxi.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vivien Kraus |
2022-11-05 | gnu: gsequencer: Update to 4.4.2....* gnu/packages/music.scm (gsequencer): Update to 4.4.2.
| Vinicius Monego |
2022-11-05 | gnu: srain: Update to 1.5.0....* gnu/packages/irc.scm (srain): Update to 1.5.0.
| Vinicius Monego |
2022-11-05 | gnu: shotcut: Update to 22.10.25....* gnu/packages/video.scm (shotcut): Update to 22.10.25.
| Vinicius Monego |
2022-11-05 | gnu: openxr: Update to 1.0.25....* gnu/packages/graphics.scm (openxr): Update to 1.0.25.
| Vinicius Monego |
2022-11-05 | gnu: homebank: Update to 5.5.8....* gnu/packages/finance.scm (homebank): Update to 5.5.8.
| Vinicius Monego |
2022-11-05 | gnu: libjxl: Update to 0.7.0....* gnu/packages/image.scm (libjxl): Update to 0.7.0.
| Vinicius Monego |
2022-11-05 | gnu: google-highway: Update to 1.0.2....* gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
| Vinicius Monego |
2022-11-05 | gnu: python-hy: Update to 0.24.0....* gnu/packages/python-xyz.scm (python-hy): Update to 0.24.0.
[arguments]: Skip more tests and remove old tests in the custom 'check'
phase.
[native-inputs]: Add python-wheel. Replace python-pytest with
python-pytest-7.1.
[propagated-inputs]: Remove python-astor, python-rply.
| Vinicius Monego |
2022-11-05 | gnu: cl-xmls: Update to 3.2.0....* gnu/packages/lisp-xyz.scm (sbcl-xmls): Update to 3.2.0.
[version]: Use the latest upstream tag over commit.
(ecl-xmls): Enable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-11-05 | gnu: Add cl-cluster....* gnu/packages/lisp-xyz.scm (cl-cluster, ecl-cluster, sbcl-cluster):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |