summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* gnu: fcitx5-qt: Update to 5.0.15.dan2022-11-071-2/+2
| | | | | | * gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.15. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: fcitx5-gtk: Update to 5.0.19.dan2022-11-071-2/+7
| | | | | | | | * gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.19. * gnu/packages/fcitx5.scm (fcitx5-gtk4) [phases]: Make gtk4/gtk4inputwindow.cpp properly find fcitxtheme.h. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: libime: Update to 1.0.14.dan2022-11-071-2/+2
| | | | | | * gnu/packages/fcitx5.scm (libime): Update to 1.0.14. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: fcitx5: Update to 5.0.19.dan2022-11-071-2/+2
| | | | | | * gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.19. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: linux-libre: Update to 6.0.7Leo Famulari2022-11-061-8/+8
| | | | | | * gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Update to linux-libre 6.0.
* gnu: lagrange: Update to 1.13.8.Nicolas Goaziou2022-11-061-2/+2
| | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.13.8.
* gnu: emacs-geiser-guile: Update to 0.28.0.Nicolas Goaziou2022-11-061-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.28.0.
* gnu: emacs-geiser: Update to 0.28.Nicolas Goaziou2022-11-061-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.28.
* gnu: emacs-iter2: Update to 1.4.Nicolas Goaziou2022-11-061-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.4.
* gnu: emacs-ebdb: Update to 0.8.16.Nicolas Goaziou2022-11-061-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.16.
* gnu: emacs-deadgrep: Run tests.Nicolas Goaziou2022-11-061-0/+4
| | | | | * gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]<#:tests?, [native-inputs]: Add EMACS-ERT-RUNNER, EMACS-UNDERCOVER.
* gnu: emacs-deadgrep: Improve package style.Nicolas Goaziou2022-11-061-14/+13
| | | | | * gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]: Use G-expressions. <#:phases>: Use SEARCH-INPUT-FILE instead of ASSOC-REF.
* gnu: emacs-deadgrep: Update to 0.12.Nicolas Goaziou2022-11-061-37/+34
| | | | * gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.12.
* gnu: Syncthing: Update to 1.20.4.Leo Famulari2022-11-061-2/+2
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.20.4.
* gnu: emacs-mentor: Fix build.Nicolas Goaziou2022-11-061-1/+1
| | | | | * gnu/packages/emacs-xyz.scm (emacs-mentor)[propagated-inputs]: Add EMACS-URL-SCGI.
* gnu: Add emacs-url-scgi.Nicolas Goaziou2022-11-061-0/+19
| | | | * gnu/packages/emacs-xyz.scm (emacs-url-scgi): New variable.
* gnu: guix-data-service: Update to 0.0.1-34.95064d3.Christopher Baines2022-11-061-3/+3
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-34.95064d3.
* gnu: opensurge: Update to 0.6.0.3.Timotej Lazar2022-11-061-33/+30
| | | | | | | * gnu/packages/games.scm (opensurge): Update to 0.6.0.3. [arguments]: Use G-exps. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: surgescript: Update to 0.5.6.1.Timotej Lazar2022-11-061-8/+3
| | | | | | | * 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>
* gnu: busybox: Update to 1.35.0.Hilton Chain2022-11-061-2/+2
| | | | | | * gnu/packages/busybox.scm (busybox): Update to 1.35.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-glymur: Update to 0.12.0.Sharlatan Hellseher2022-11-061-24/+9
| | | | | | | | | * 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>
* gnu: keepassxc: Only build documentation on supported systems.Efraim Flashner2022-11-061-3/+13
| | | | | | | * 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.
* gnu: newsboat: Only build documentation on supported systems.Efraim Flashner2022-11-061-1/+13
| | | | | | | * 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.
* gnu: shepherd@0.9: Use 'guile-3.0-latest' to address memory leak.Ludovic Courtès2022-11-061-2/+5
| | | | | | | | | | | | 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'.
* gnu: guile@3.0.8: Add patch to address continuation memory leak.Ludovic Courtès2022-11-063-1/+30
| | | | | | * 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.
* gnu: Add cl-numerical-utilities.jgart2022-11-061-0/+41
| | | | | | | * 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>
* gnu: Add jami-docs.Maxim Cournoyer2022-11-061-0/+49
| | | | * gnu/packages/jami.scm (jami-docs): New variable.
* gnu: Add python-myst-parser.Maxim Cournoyer2022-11-061-0/+48
| | | | * gnu/packages/sphinx.scm (python-myst-parser): New variable.
* gnu: Add python-linkify-it-py.Maxim Cournoyer2022-11-061-0/+28
| | | | * gnu/packages/python-xyz.scm (python-linkify-it-py): New variable.
* gnu: Add python-uc-micro-py.Maxim Cournoyer2022-11-061-0/+21
| | | | * gnu/packages/python-xyz.scm (python-uc-micro-py): New variable.
* gnu: python-mdit-py-plugins: Update to 0.3.1.Maxim Cournoyer2022-11-061-16/+18
| | | | | | | | | * 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.
* gnu: Add python-pytest-param-files.Maxim Cournoyer2022-11-061-0/+20
| | | | * gnu/packages/check.scm (python-pytest-param-files): New variable.
* gnu: Add python-sphinx-pytest.Maxim Cournoyer2022-11-061-0/+21
| | | | * gnu/packages/sphinx.scm (python-sphinx-pytest): New variable.
* gnu: qtwebengine: Fix build.Maxim Cournoyer2022-11-061-2/+2
| | | | | | | | 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.
* gnu: restinio: Update to 0.6.17.Maxim Cournoyer2022-11-061-3/+3
| | | | | * gnu/packages/networking.scm (restinio): Update to 0.6.17. [propagated-inputs]: Replace fmt-8 with fmt.
* gnu: restinio: Prepare for tests and propagate some inputs.Maxim Cournoyer2022-11-061-16/+28
| | | | | | | | | * 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.
* gnu: Add json-dto.Maxim Cournoyer2022-11-061-0/+32
| | | | * gnu/packages/cpp.scm (json-dto): New variable.
* gnu: Add clara.Maxim Cournoyer2022-11-061-0/+28
| | | | * gnu/packages/check.scm (clara): New variable.
* gnu: ccache: Update to 4.7.2.Maxim Cournoyer2022-11-062-8/+9
| | | | | | * 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.
* gnu: fmt: Update to 9.1.0.Maxim Cournoyer2022-11-0610-23/+35
| | | | | | | | | | | | | | | | | * 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.
* gnu: fmt-for-solidity: Rename to fmt-8.0.Maxim Cournoyer2022-11-063-9/+8
| | | | | | | | | * 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.
* gnu: protobuf-c: Update to 1.4.1.Maxim Cournoyer2022-11-061-2/+2
| | | | * gnu/packages/protobuf.scm (protobuf-c): Update to 1.4.1.
* gnu: protobuf: Unbundle googletest.Maxim Cournoyer2022-11-061-1/+3
| | | | | | | * gnu/packages/protobuf.scm (protobuf) [origin]: Delete third_party directory in snippet. [configure-flags]: Add "-Dprotobuf_USE_EXTERNAL_GTEST=ON". [native-inputs]: Add googletest.
* gnu: protobuf: Update to 3.21.9.Maxim Cournoyer2022-11-063-44/+207
| | | | | | | | | | | | | | | * 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.
* gnu: fcitx5-gtk4: Fix build.Maxim Cournoyer2022-11-061-1/+3
| | | | | * gnu/packages/fcitx5.scm (fcitx5-gtk4) [configure-flags]: Explicitly add the include directory $glib/include/gio-unix-2.0 to avoid a build failure.
* gnu: Add libx264-next.Maxim Cournoyer2022-11-061-0/+21
| | | | * gnu/packages/video.scm (libx264-next): New variable.
* gnu: Add libvpx-next.Maxim Cournoyer2022-11-061-0/+16
| | | | * gnu/packages/video.scm (libvpx-next): New variable.
* gnu: libcxx+libcxxabi: Use G-expressions.Zhu Zihao2022-11-061-21/+23
| | | | | | | * 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>
* gnu: libcxxabi: Use G-expressions.Zhu Zihao2022-11-061-32/+37
| | | | | | | * 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>
* gnu: libcxx: Update to 14.0.6.Zhu Zihao2022-11-061-14/+35
| | | | | | | | | | | * 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>