1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00
Commit Graph

94184 Commits

Author SHA1 Message Date
Maxim Cournoyer
e05b284dc2 gnu: Add clara.
* gnu/packages/check.scm (clara): New variable.
2022-11-06 00:08:05 -04:00
Maxim Cournoyer
071d4bdc80 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.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
451d2802f6 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.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
76b86238ac 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.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
9e417d5cf6 gnu: protobuf-c: Update to 1.4.1.
* gnu/packages/protobuf.scm (protobuf-c): Update to 1.4.1.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
32ba6c5ddf 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.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
9f6479ecad 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.
2022-11-06 00:08:03 -04:00
Maxim Cournoyer
68c2ed9714 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.
2022-11-06 00:08:03 -04:00
Maxim Cournoyer
03d4c76be3 gnu: Add libx264-next.
* gnu/packages/video.scm (libx264-next): New variable.
2022-11-06 00:08:03 -04:00
Maxim Cournoyer
0d3fbfa347 gnu: Add libvpx-next.
* gnu/packages/video.scm (libvpx-next): New variable.
2022-11-06 00:08:03 -04:00
Zhu Zihao
a60dc46c2b 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>
2022-11-06 00:37:06 +01:00
Zhu Zihao
1bb3a3ea4e 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>
2022-11-06 00:37:06 +01:00
Zhu Zihao
8501932f36 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>
2022-11-06 00:37:06 +01:00
Zhu Zihao
86af794215 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>
2022-11-06 00:37:06 +01:00
Ricardo Wurmus
f731f2f61f Revert "gnu: pdfposter: Update to 0.8.1."
This reverts commit 040006d81c.
The upgrade broke pdfposter, which would require a more recent version of
pypdf2.
2022-11-05 23:14:32 +01:00
Ricardo Wurmus
69a759854d gnu: Add r-fresh.
* gnu/packages/cran.scm (r-fresh): New variable.
2022-11-05 22:59:50 +01:00
Vivien Kraus
e5a0381e6d 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>
2022-11-05 17:53:28 +01:00
Vivien Kraus
6e9610056e 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>
2022-11-05 17:53:23 +01:00
Vivien Kraus
2ffc5f4709 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>
2022-11-05 17:52:47 +01:00
Vivien Kraus
86c14e70c5 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>
2022-11-05 17:52:30 +01:00
Vinicius Monego
3e259442e7 gnu: gsequencer: Update to 4.4.2.
* gnu/packages/music.scm (gsequencer): Update to 4.4.2.
2022-11-05 10:13:54 -03:00
Vinicius Monego
0b38a34c57 gnu: srain: Update to 1.5.0.
* gnu/packages/irc.scm (srain): Update to 1.5.0.
2022-11-05 10:13:54 -03:00
Vinicius Monego
be25e992f4 gnu: shotcut: Update to 22.10.25.
* gnu/packages/video.scm (shotcut): Update to 22.10.25.
2022-11-05 10:13:54 -03:00
Vinicius Monego
99cf2f4dfb gnu: openxr: Update to 1.0.25.
* gnu/packages/graphics.scm (openxr): Update to 1.0.25.
2022-11-05 10:13:54 -03:00
Vinicius Monego
9aac30ae99 gnu: homebank: Update to 5.5.8.
* gnu/packages/finance.scm (homebank): Update to 5.5.8.
2022-11-05 10:13:54 -03:00
Vinicius Monego
6c4404bbc7 gnu: libjxl: Update to 0.7.0.
* gnu/packages/image.scm (libjxl): Update to 0.7.0.
2022-11-05 10:13:54 -03:00
Vinicius Monego
0e85fceb38 gnu: google-highway: Update to 1.0.2.
* gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
2022-11-05 10:13:54 -03:00
Vinicius Monego
a3eebc7731 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.
2022-11-05 10:13:50 -03:00
jgart
2211f50ec1 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>
2022-11-05 13:02:36 +01:00
jgart
646a465306 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>
2022-11-05 13:02:36 +01:00
jgart
fcc01e832c gnu: Add cl-clostrum.
* gnu/packages/lisp-xyz.scm (cl-clostrum, ecl-clostrum, sbcl-clostrum):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
6052fdf350 gnu: Add cl-inotify.
* gnu/packages/lisp-xyz.scm (cl-inotify, ecl-inotify, sbcl-inotify):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
5e683bc5fa gnu: Add cl-triads.
* gnu/packages/lisp-xyz.scm (cl-triads, ecl-triads, sbcl-triads):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
ceac0fb129 gnu: Add cl-incless.
* gnu/packages/lisp-xyz.scm (cl-incless, ecl-incless, sbcl-incless): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
84d239599a gnu: python-pudb: Update to 2022.1.3.
* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:44:46 +01:00
Peter Polidoro
29ab5c9838 gnu: kicad: Update to 6.0.9.
* gnu/packages/engineering.scm (kicad): Update to 6.0.9.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:44:32 +01:00
jgart
f91713e71b gnu: python-funcparserlib: Enable tests.
* gnu/packages/python-xyz.scm (python-funcparserlib): Enable tests.
[origin]: Use GitHub since it includes the tests unlike PyPi.
[build-system]: Use pyproject-build-system.
[arguments]: Run tests.
[native-inputs]: Add python-poetry-core.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:44:08 +01:00
Hilton Chain
83bfdb4097 gnu: python-lief: Update to 0.12.3.
* gnu/packages/python-xyz.scm (python-lief): Update to 0.12.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:43:40 +01:00
Hilton Chain
6fe844fbc5 gnu: i3-autotiling: Update to 1.8.
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.8.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:43:19 +01:00
jgart
ae5c718ac2 gnu: thefuck: Update to 3.32.
* gnu/packages/admin.scm (thefuck): Update to 3.32.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:43:04 +01:00
Nicolas Graves
a5099d95c8 gnu: Add ssh-to-age.
* gnu/packages/password-utils.scm (ssh-to-age): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:42:08 +01:00
kiasoc5
7023773e2c gnu: neomutt: Update to 20220429.
* gnu/packages/mail.scm (neomutt): Update to 20220429.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:40:39 +01:00
kiasoc5
aa86ab8b4b gnu: oauth2l: Update to 1.3.0.
* gnu/packages/authentication.scm (oauth2l): Update to 1.3.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:40:25 +01:00
ギャラ
8139322b8a gnu: Add python-neovim-remote.
* gnu/packages/vim.scm (python-neovim-remote): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:40:06 +01:00
Matthew James Kraai
f56aae998c gnu: Add tasksh.
* gnu/packages/task-management.scm (tasksh): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:37:19 +01:00
Evgeny Pisemsky
2b004b4ed0 gnu: Add guilescript.
* gnu/packages/guile-xyz.scm (guilescript): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:30:08 +01:00
Michael Rohleder
b3147b149c gnu: python-canonicaljson: Update to 1.6.3.
* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.6.3.
[arguments]: Add phases build, check and install to build with pep517.
Add phase loosen-requirements to build with python-setuptools-scm >3.
[native-inputs]: Add python-pypa-build, python-pytest, python-setuptools,
python-setuptools-scm.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:28:42 +01:00
Michael Rohleder
02a5363480 gnu: python-frozendict: Update to 2.3.4.
This fixes a potential memory leak with python 3.9:
https://github.com/slezica/python-frozendict/issues/38

* gnu/packages/python-xyz.scm (python-frozendict): Update to 2.3.4.
[home-page]: Set to new upstream repository.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:28:42 +01:00
Liliana Marie Prikler
e67f9d7ab0 gnu: endeavour: Use git-file-name.
* gnu/packages/gnome.scm (endeavour)[source]: Use git-file-name.
2022-11-05 10:23:24 +01:00
Liliana Marie Prikler
80fd591cc4 gnu: endeavour: Update to 43.0.
* gnu/packages/gnome.scm (endeavour): Update to 43.0.
[#:phases]: Adjust ‘skip-gtk-update-icon-cache’ accordingly.
2022-11-05 10:23:24 +01:00