me
/
guix
Archived
1
0
Fork 0
Commit Graph

89551 Commits (f8b7320ab22a9df2450b338d5755ae4ae1e281c6)

Author SHA1 Message Date
Artyom V. Poptsov 74bbe09b1f
gnu: Add candle.
* gnu/packages/engineering.scm (candle): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Samuel Fadel 20693769d6
gnu: Add breeze-gtk.
* gnu/packages/kde-plasma.scm (breeze-gtk): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Greg Hogan 3bfd7eaaeb
gnu: git: Update to 2.37.0.
* gnu/packages/version-control.scm (git): Update to 2.37.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-13 00:20:05 +02:00
Ricardo Wurmus 82e7e05dea
gnu: lv2-mda-piano: Add missing native input.
* gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus 82de3b60b5
gnu: lvtk: Bump version number.
This is really version 2.x of the API.

* gnu/packages/audio.scm (lvtk): Rename this variable...
(lvtk-2): ...to this.
[version]: Bump major version to 2.
(lvtk): Alias to lvtk-1.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus d963e6d721
gnu: Add lvtk-1.
* gnu/packages/audio.scm (lvtk-1): New variable.
2022-07-13 00:16:27 +02:00
Ricardo Wurmus 2829fb4a83
gnu: Add ttl2c.
* gnu/packages/audio.scm (ttl2c): New variable.
2022-07-13 00:16:27 +02:00
Efraim Flashner c8045fa052
gnu: openmpi: Only build with valgrind on supported systems.
* gnu/packages/mpi.scm (openmpi)[inputs]: Wrap valgrind in if-supported
macro.
[arguments]: Adjust configure-flags based on if valgrind is present.
2022-07-12 21:37:09 +03:00
Efraim Flashner 40095549f4
gnu: sbcl: Fix building on powerpc-linux.
* gnu/packages/lisp.scm (sbcl)[native-inputs]: Remove clisp, add ecl.
[arguments]: In custom 'build phase replace 'clisp' with 'ecl' for
powerpc-linux and adjust the dynamic-space-size to closer to the maximum
RAM for the architecture.
2022-07-12 21:37:09 +03:00
Maxim Cournoyer f0c8abe857
gnu: pokerth: Fix build and modernize package.
Fixes <https://issues.guix.gnu.org/51093>.

* gnu/packages/games.scm (pokerth) [source]: Apply patch
[inputs]: Use new style.
[phases]: Delete trailing #t.  Use gexps.
{fix-paths}: Remove the gsasl and libircclient related substitutions.
2022-07-12 11:18:13 -04:00
Maxim Cournoyer 07fdfb9e1e
gnu: protobuf-2: Fix build.
Partially fixes <https://issues.guix.gnu.org/51093>.

* gnu/packages/protobuf.scm (protobuf-2)
[phases]{disable-broken-tests}: Delete phase.
2022-07-12 11:18:13 -04:00
Efraim Flashner 094505d56c
gnu: numactl: Enable armhf-linux as a supported system.
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
2022-07-12 17:39:57 +03:00
Efraim Flashner 706af6dfd7
gnu: numactl: Fix building on riscv64-linux.
* gnu/packages/linux.scm (numactl)[arguments]: When building for
riscv64-linux always link with libatomic.
2022-07-12 17:39:57 +03:00
Efraim Flashner 321bb9f0e9
gnu: libratbag: Only build with valgrind on supported systems.
* gnu/packages/gnome.scm (libratbag)[arguments]: Disable some tests when
valgrind isn't present.
[native-inputs]: Only add valgrind on systems which support it.
2022-07-12 17:39:57 +03:00
Efraim Flashner d1a235d72d
gnu: bcachefs-tools: Enable tests.
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Adjust
make-flags to find pytest.  Don't disable tests.
2022-07-12 17:39:57 +03:00
Efraim Flashner f58ba4031f
gnu: bcachefs-tools: Only build with valgrind on supported systems.
* gnu/packages/file-systems.scm (bcachefs-tools)[native-inputs]: Only
add valgrind on systems where valgrind is supported.
2022-07-12 17:39:56 +03:00
Efraim Flashner 0d6d7b3efc
gnu: sbcl: Fix building on armhf-linux.
* gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux
add a phase to remove build optimizations targeting armv5.
2022-07-12 17:39:56 +03:00
Efraim Flashner 79a7c6e811
gnu: python-tornado-6: Adjust test timeout.
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to allow a longer test timeout.
2022-07-12 17:39:56 +03:00
Efraim Flashner aba4cdc87f
gnu: python-tornado-6: Honor tests flag.
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
2022-07-12 17:39:56 +03:00
Efraim Flashner 908b680a5f
gnu: python-attrs: Remove test deadlines on riscv64-linux.
* gnu/packages/python-xyz.scm (python-attrs)[arguments]: When building
for riscv64-linux remove the hypothesis test deadlines.
2022-07-12 17:39:49 +03:00
Maxim Cournoyer 9173cb522d
gnu: gvfs: Update to 1.50.2 and modernize definition.
* gnu/packages/gnome.scm (gvfs): Update to 1.50.2.
[arguments]: Use gexps.
[native-inputs, inputs]: Use new style.
2022-07-12 09:24:46 -04:00
Nicolas Goaziou 5cd7e0cf26
gnu: emacs-easy-kill: Update to 0.9.5.
* gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.5.
2022-07-12 12:40:43 +02:00
Nicolas Goaziou 3f772eb427
gnu: emacs-all-the-icons-dired: Update to 2.0.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 2.0.
[source]<origin>: Update URI.
[home-page]: Update URL.
2022-07-12 12:37:54 +02:00
Nicolas Goaziou 38a11e5fba
gnu: emacs-mastodon: Update package style.
* gnu/packages/emacs-xyz.scm (emacs-mastodon)[arguments]: Use
G-expressions. Remove trailing #T in phases.
2022-07-12 12:27:45 +02:00
Nicolas Goaziou f2f29271b4
gnu: emacs-mastodon: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.0.
[propagated-inputs]: Add EMACS-REQUEST.
[source]<origin>: Update URI.
[home-page]: Update URL.
2022-07-12 12:27:34 +02:00
Nicolas Goaziou a717bd5eb7
gnu: emacs-ebib: Update to 2.38.1.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.38.1.
2022-07-12 12:15:00 +02:00
Nicolas Goaziou 2c538e2d1e
gnu: emacs-ebuild-mode: Update to 1.60.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.60.
2022-07-12 12:14:10 +02:00
Nicolas Goaziou e9a3b3e4f3
gnu: emacs-pandoc-mode: Update to 2.32.
* gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.32.
2022-07-12 12:12:42 +02:00
Nicolas Goaziou 50274c3c02
gnu: emacs-logview: Update to 0.15.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.
2022-07-12 12:11:41 +02:00
Nicolas Goaziou ae92a7ea45
gnu: emacs-pyim-basedict: Update to 0.5.4.
* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.4.
[propagated-inputs]: Add EMACS-PYIM.
2022-07-12 12:09:32 +02:00
Nicolas Goaziou e9dc7c8b24
gnu: emacs-pyim: Update to 5.2.3.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.3.
[propagated-inputs]: Remove EMACS-PYIM-BASEDICT.
2022-07-12 12:09:12 +02:00
Nicolas Goaziou d6551d68fb
gnu: emacs-rustic: Update to 3.2.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.2.
2022-07-12 12:00:20 +02:00
Nicolas Goaziou 7c151ff7fd
gnu: emacs-rust-mode: Update to 1.0.5.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.
2022-07-12 11:59:47 +02:00
Nicolas Goaziou 2ba7641f3c
gnu: emacs-treemacs: Update to 2.10.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.10.
2022-07-12 11:58:03 +02:00
Nicolas Goaziou 8a36f03d72
gnu: emacs-pfuture: Update to 1.10.3.
* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.10.3.
2022-07-12 11:58:02 +02:00
Nicolas Goaziou e51f886e19
gnu: emacs-yaml: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.0.
2022-07-12 11:55:39 +02:00
Nicolas Goaziou 99b27f9238
gnu: emacs-xr: Update to 1.23.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.23.
2022-07-12 11:53:30 +02:00
Maxim Cournoyer 94b04fcd06
gnu: onionshare-cli: Update git URL.
* gnu/packages/tor.scm (onionshare-cli)[source]: Update git URL.
2022-07-11 23:56:39 -04:00
Maxim Cournoyer aedd7dc8e0
gnu: onionshare: Update to 2.5 and disable tests.
* gnu/packages/tor.scm (onionshare): Update to 2.5.
[tests?]: Set to #f.
[phases]: Use gexps.
{patch-tests}: Delete phase.
{check}: Invoke pytest through xvfb-run.
2022-07-11 23:56:39 -04:00
Maxim Cournoyer b54a243ec1
gnu: onionshare-cli: Update to 2.5.
* gnu/packages/tor.scm (onionshare-cli): Update to 2.5.
[phases]: Use gexps.
{bake-tor}: Use search-input-file and search-input-directory.
2022-07-11 23:56:39 -04:00
Reily Siegel 8d922504b2
gnu: home: Add Guix channels service.
* gnu/home/services/guix.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add guix.scm.
* doc/guix.texi: Add documentation for home-channels-service.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:46 +02:00
Greg Hogan 03bc18dfcf
gnu: clang-toolchain-14: Build with libomp-14.
* gnu/packages/llvm.scm (libomp-14): New variable.
(libomp-13): Inherit from libomp-14.
(libomp): Define as libomp-13.
(make-clang-toolchain): Parameterize libomp.
(clang-toolchain-14): Use libomp-14.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
Greg Hogan f276ebc348
gnu: LLVM, Clang, LLD: Update to 14.0.6.
* gnu/packages/llvm.scm (llvm-14, clang-14, lld-14): Update to 14.0.6.
(%llvm-monorepo-hashes, %llvm-patches): Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
Greg Hogan 3485984a09
gnu: llvm-3.7, llvm-3.8: Fix build with gcc.
* gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch,
gnu/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch: New files.
* gnu/packages/llvm.scm (clang-runtime-3.7, llvm-3.7, llvm-3.8): Use patches.
* gnu/local.mk: Register patches.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
Greg Hogan e5e352ae2a
gnu: llvm-8: Fix build with gcc-10.
* gnu/packages/patches/llvm-8-fix-build-with-gcc-10.patch: New file.
* gnu/packages/llvm.scm (clang-8, clang-runtime-8): Update to 8.0.1.
* gnu/packages/llvm.scm (llvm-8): Use patch and update to 8.0.1.
* gnu/local.mk: Register patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
arkhan dee9a32888
gnu: xonsh: Update to 0.13.0
* gnu/packages/shells.scm (xonsh): Update to 0.13.0.
[source]: Rewrite snippet as a gexp.
[native-inputs]: Add python-setuptools, python-wheel
[inputs]: Add python-distro, python-pygments, python-pyperclip, python-setproctitle

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-12 01:17:45 +02:00
Maxim Cournoyer 6a6d9a858e
gnu: xorg: Normalize whitespace between package definitions.
* gnu/packages/xorg.scm: Use a single blank line between packages.
2022-07-11 15:07:37 -04:00
Maxim Cournoyer df44d359f3
gnu: luit: Fix invalid locale.alias location.
Fixes <https://issues.guix.gnu.org/43592>.

* gnu/packages/xorg.scm (mkfontscale)[configure-flags]: Point to libx11's
locale.alias file via the '--with-localealiasfile' configure option.
[inputs]{libx11}: New input.
2022-07-11 15:06:19 -04:00
Maxim Cournoyer 85d7babe64
gnu: luit: Fix indentation.
* gnu/packages/xorg.scm (luit): Fix indentation.
2022-07-11 14:55:35 -04:00
jgart 6ffb3ef4d6
gnu: Add sxmo-st.
* gnu/packages/suckless.scm (sxmo-st): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-11 11:49:37 -04:00
Efraim Flashner e0e87fe3a6
gnu: icu4c-70: Fix building on riscv64-linux.
* gnu/packages/icu4c.scm (icu4c-70)[arguments]: When building for
riscv64-linux replace the custom 'disable-failing-test phase to skip an
additional test.
2022-07-11 16:18:12 +03:00
Efraim Flashner 584cf4dadd
gnu: xwud: Update to 1.0.6.
* gnu/packages/xorg.scm (xwud): Update to 1.0.6.
2022-07-11 15:13:53 +03:00
Efraim Flashner 7aeab7adb2
gnu: xpr: Update to 1.1.0.
* gnu/packages/xorg.scm (xpr): Update to 1.1.0.
2022-07-11 15:13:53 +03:00
Efraim Flashner f265a89187
gnu: xfontsel: Update to 1.1.0.
* gnu/packages/xorg.scm (xfontsel): Update to 1.1.0.
2022-07-11 15:13:52 +03:00
Efraim Flashner b60a96dc31
gnu: xf86-video-mga: Update to 2.0.1.
* gnu/packages/xorg.scm (xf86-video-mga): Update to 2.0.1.
2022-07-11 15:13:52 +03:00
Efraim Flashner b4268263c6
gnu: xf86-video-cirrus: Update to 1.6.0.
* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.6.0.
2022-07-11 15:13:52 +03:00
Efraim Flashner d1f3080b09
gnu: xf86-input-synaptics: Update to 1.9.2.
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.9.2.
2022-07-11 15:13:52 +03:00
Efraim Flashner c9328e6966
gnu: xcmsdb: Update to 1.0.6.
* gnu/packages/xorg.scm (xcmsdb): Update to 1.0.6.
2022-07-11 15:13:51 +03:00
Efraim Flashner f3e2d1dddf
gnu: xf86-video-mach64: Update to 6.9.7.
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.7.
[source]: Remove patches.
* gnu/packages/patches/xf86-video-mach64-bool-to-boolean.patch,
gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2022-07-11 15:13:51 +03:00
Nicolas Goaziou 34e90ea115
gnu: emacs-csv-mode: Update to 1.21.
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.21.
2022-07-11 12:32:20 +02:00
Nicolas Goaziou b2668faac0
gnu: emacs-js2-mode: Update to 20220710.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20220710.
2022-07-11 12:29:30 +02:00
Nicolas Goaziou 2d6586874b
gnu: emacs-ement: Update to 0.1-pre-3.02015ea.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1-pre-3.02015ea.
2022-07-11 12:23:29 +02:00
Nicolas Goaziou 8bc6219cce
gnu: emacs-ement: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-ement)[propagated-inputs]: Add
EMACS-TAXY-MAGIT-SECTION.
2022-07-11 12:20:57 +02:00
Nicolas Goaziou 2b4d43d1c3
gnu: Add emacs-taxy-magit-section.
* gnu/packages/emacs-xyz.scm (emacs-taxy-magit-section): New variable.
2022-07-11 12:19:03 +02:00
Nicolas Goaziou 146b49d4aa
gnu: emacs-kind-icon: Update to 0.1.6.
* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.1.6.
2022-07-11 12:09:30 +02:00
Efraim Flashner 556a96fe21
gnu: python-gevent: Remove cythonized files.
* gnu/packages/python-xyz.scm (python-gevent)[source]: Adjust snippet to
also remove generated cythonized files.
[native-inputs]: Add python-cython.
2022-07-11 13:03:33 +03:00
zimoun 1b3b653aa0
gnu: Add julia-csv.
* gnu/packages/julia-xyz.scm (julia-csv): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:32 +03:00
zimoun 373a625bd0
gnu: Add julia-sentinelarrays.
* gnu/packages/julia-xyz.scm (julia-sentinelarrays): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:32 +03:00
zimoun c9ceb301c6
gnu: julia-weakrefstrings: Update to 1.4.0.
* gnu/packages/julia-xyz.scm (julia-weakrefstrings): Update to 1.4.0.
[propagated-inputs]: Add julia-inlinestrings.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:32 +03:00
zimoun 588c73f196
gnu: julia-json: Update to 0.21.3.
* gnu/packages/julia-xyz.scm (julia-json): Update to 0.21.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:32 +03:00
zimoun e4caadb096
gnu: Add julia-inlinestrings.
* gnu/packages/julia-xyz.scm (julia-inlinestrings): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:31 +03:00
zimoun 4a519a1092
gnu: julia-parsers: Update to 2.2.4.
* gnu/packages/julia-xyz.scm (julia-parsers): Update to 2.2.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-11 13:03:29 +03:00
Nicolas Goaziou 36391f0ff0
gnu: emacs-helm-ls-git: Update to 1.9.4.
* gnu/packages/emacs-xyz.scm (emacs-helm-ls-git): Update to 1.9.4.
2022-07-11 12:01:40 +02:00
Nicolas Goaziou 31ffe484be
gnu: emacs-helm: Update to 3.8.6.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.6.
2022-07-11 12:00:06 +02:00
Nicolas Goaziou c8706d109e
gnu: emacs-iter2: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.2.
2022-07-11 11:58:04 +02:00
Nicolas Goaziou 7a7d4d1122
gnu: emacs-hl-todo: Update to 3.4.2.
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.4.2.
2022-07-11 11:54:51 +02:00
Nicolas Goaziou 52abf14312
gnu: emacs-no-littering: Update to 1.2.7.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.7.
2022-07-11 11:53:03 +02:00
Nicolas Goaziou 3062ec28fe
gnu: emacs-git-gutter: Update to 0.92.
* gnu/packages/emacs-xyz.scm (emacs-git-gutter): Update to 0.92.
2022-07-11 11:51:07 +02:00
Nicolas Goaziou 022847ac52
gnu: emacs-find-file-in-project: Update to 6.2.0.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.0.
2022-07-11 11:48:45 +02:00
Nicolas Goaziou 7b151edb0d
gnu: emacs-eldev: Update package style.
* gnu/packages/emacs-xyz.scm (emacs-eldev)[arguments]: Use G-expressions.
2022-07-11 11:46:20 +02:00
Nicolas Goaziou 1cea926ff4
gnu: emacs-eldev: Update to 1.1.3.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.1.3.
2022-07-11 11:44:57 +02:00
Nicolas Goaziou ed17b08ff5
gnu: emacs-datetime: Update to 0.7.2.
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.7.2.
2022-07-11 11:39:39 +02:00
Nicolas Goaziou cd568008c3
gnu: emacs-counsel-etags: Update to 1.10.1.
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.10.1.
2022-07-11 11:38:25 +02:00
Nicolas Goaziou 5706fdc13f
gnu: emacs-docker: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.2.0.
2022-07-11 11:37:01 +02:00
Nicolas Goaziou d4b09ba1c5
gnu: emacs-package-build: Fix typo in synopsis.
* gnu/packages/emacs-xyz.scm (emacs-package-build)[synopsis]: Fix typo.
2022-07-11 11:33:08 +02:00
Nicolas Goaziou 44054b9d1f
gnu: emacs-package-build: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 3.1.
2022-07-11 11:33:00 +02:00
Nicolas Goaziou 0e00403ade
gnu: emacs-pubmed: Drop ".git" suffix in source URL.
* gnu/packages/emacs-xyz.scm (emacs-pubmed)[source]<origin>: Drop ".git"
suffix in URL.
2022-07-11 11:29:58 +02:00
Nicolas Goaziou a482e389ce
gnu: emacs-pubmed: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.6.1.
2022-07-11 11:29:49 +02:00
Nicolas Goaziou bdaac4f931
gnu: emacs-tramp: Update to 2.5.3.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.3.
2022-07-11 11:28:23 +02:00
Nicolas Goaziou 3efc96f1e6
gnu: emacs-rec-mode: Update to 1.9.0.
* gnu/packages/databases.scm (emacs-rec-mode): Update to 1.9.0.
2022-07-11 11:26:19 +02:00
Nicolas Goaziou 87d0bd9a14
gnu: emacs-taxy: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-taxy): Update to 0.9.
2022-07-11 11:24:17 +02:00
Nicolas Goaziou d5ef913670
gnu: emacs-doom-modeline: Update to 3.3.1.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.1.
[propagated-inputs]: Add EMACS-COMPAT.
2022-07-11 11:22:18 +02:00
Nicolas Goaziou 77504dddae
gnu: emacs-doom-themes: Update package style.
* gnu/packages/emacs-xyz.scm (emacs-doom-themes)[arguments]: Use
G-expressions. Remove trailing #T at the end of a phase.
2022-07-11 11:19:37 +02:00
Nicolas Goaziou 157139612a
gnu: emacs-doom-themes: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.3.0.
2022-07-11 11:18:02 +02:00
Nicolas Goaziou 7093824be0
gnu: emacs-edit-indirect: Update to 0.1.10.
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.10.
2022-07-11 11:16:06 +02:00
Nicolas Goaziou 7b8d5c888d
gnu: emacs-eldoc: Update to 1.12.0.
* gnu/packages/emacs-xyz.scm (emacs-eldoc): Update to 1.12.0.
[source]<origin>: Use TAR file extension in URI.
2022-07-11 11:13:57 +02:00
Nicolas Goaziou 61739b1428
gnu: emacs-org-transclusion: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-org-transclusion): Update to 1.3.0.
2022-07-11 11:11:06 +02:00
Nicolas Goaziou 23fc641c85
gnu: emacs-org-mime: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.3.1.
2022-07-11 11:09:11 +02:00
Nicolas Goaziou c807ed4fe6
gnu: emacs-nano-modeline: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 0.7.1.
2022-07-11 11:07:04 +02:00
Nicolas Goaziou 3d363715fa
gnu: emacs-calibredb: Update package style.
* gnu/packages/emacs-xyz.scm (emacs-calibredb)[arguments]: Use G-expressions
and SEARCH-INPUT-FILE.
2022-07-11 10:58:25 +02:00
Nicolas Goaziou a3fa82ddea
gnu: emacs-calibredb: Update to 2.12.0.
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.12.0.
2022-07-11 10:58:25 +02:00
Nicolas Goaziou ee23adcc32
gnu: emacs-add-node-modules-path: Update to 1.3.1.
* gnu/packages/emacs-xyz.scm (emacs-add-node-modules-path): Update to 1.3.1.
[propagated-inputs]: Add EMACS-S.
2022-07-11 10:58:24 +02:00
Nicolas Goaziou 7fc58dd0db
gnu: emacs-base16-theme: Update package style.
* gnu/packages/emacs-xyz.scm (emacs-base16-theme)[arguments]: Use G-expressions.
2022-07-11 10:58:24 +02:00
Nicolas Goaziou eccfd5186b
gnu: emacs-base16-theme: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 3.0.
2022-07-11 10:58:23 +02:00
Nicolas Goaziou fc48aacdeb
gnu: emacs-cape: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.8.
2022-07-11 10:58:23 +02:00
Efraim Flashner 58aaef4460
gnu: parallel: Remove some pregenerated files.
* gnu/packages/parallel.scm (parallel)[source]: Add snippet to remove
pregenerated manpages and some documentation.
[native-inputs]: Add perl.
2022-07-11 10:00:16 +03:00
Efraim Flashner c8c444dbd2
gnu: parallel: Update to 20220622.
* gnu/packages/parallel.scm (parallel): Update to 20220622.
[arguments]: Add phase to add parallel to the PATH.
2022-07-11 09:44:40 +03:00
Wiktor Żelazny c9fad6a2ad
gnu: Add texlive-babel-dutch.
* gnu/packages/tex.scm (texlive-babel-dutch): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-10 23:57:15 +02:00
jgart bf0a646a5b
gnu: emacs-tempel: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.4.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-10 20:00:22 +02:00
Marius Bakke f015d4f5a6
gnu: ungoogled-chromium: Update to 103.0.5060.114-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 103.0.5060.114.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-07-10 18:36:43 +02:00
Marius Bakke 076146818b
gnu: Remove OpenJPEG@1.
* gnu/packages/image.scm (openjpeg-1): Remove variable.
2022-07-10 18:36:43 +02:00
Marius Bakke 2c292f7078
gnu: libzip: Update to 1.9.2.
* gnu/packages/compression.scm (libzip): Update to 1.9.2.
2022-07-10 18:36:43 +02:00
Raghav Gururajan e47d8d1139
Revert "gnu: Add python-proton-client."
This reverts commit 345ae8c40f,
which was accidentally pushed.
2022-07-10 12:04:00 -04:00
Raghav Gururajan 345ae8c40f
gnu: Add python-proton-client.
* gnu/packages/python-xyz.scm (python-proton-client): New variable.
2022-07-10 08:15:17 -04:00
Efraim Flashner 9bb14bd237
gnu: msmtp: Fix vim file install location.
* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom
'install-additional-files phase to install vim file in correct
directory.
2022-07-10 09:40:07 +03:00
Maxim Cournoyer 13c73ccd90
gnu: Add emacs-robot-log.
* gnu/packages/emacs-xyz.scm (emacs-robot-log): New variable.
2022-07-10 01:03:56 -04:00
Maxim Cournoyer a2397e0ecd
gnu: emacs-paredit: Update to 24-1.d0b1a2f.
* gnu/packages/emacs-xyz.scm (emacs-paredit): Update to 24-1.d0b1a2f.
[source]: Use git-fetch.
2022-07-10 01:03:56 -04:00
Maxim Cournoyer 1f50c8750a
gnu: phoronix-test-suite: Use latest version of gcc-toolchain.
This is less likely to conflict with a user installed gcc-toolchain, unless
they installed a specific version of it.

* gnu/packages/benchmark.scm (gcc-toolchain*): Use gcc-toolchain-12 instead of
gcc-toolchain.
2022-07-10 01:03:22 -04:00
cage 0464ab17ef
gnu: gmid: Update to 1.8.4.
* gnu/packages/web.scm (gmid): Update to 1.8.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-09 10:51:05 +01:00
Christopher Baines a1cbd60df2
gnu: guix: Update to 1.3.0-29.9e46320.
* gnu/packages/package-management.scm (guix): Update to 1.3.0-29.9e46320.
2022-07-09 10:42:56 +01:00
Liliana Marie Prikler 9e4632081f
gnu: vte: Use new package style.
* gnu/packages/gnome.scm (vte)[arguments]: Convert to list of G-Expressions.
[native-inputs]: Drop labels.
2022-07-09 10:41:41 +02:00
Liliana Marie Prikler 55ec06ee1d
gnu: vte: Update to 0.68.0.
* gnu/packages/gnome.scm (vte): Update to 0.68.0.
2022-07-09 10:41:41 +02:00
Liliana Marie Prikler 15b4579a5a
gnu: Add pango-1.90.
* gnu/packages/gtk.scm (pango-1.90): New variable.
2022-07-09 10:41:41 +02:00
Liliana Marie Prikler bcf6730e68
gnu: Add harfbuzz-4.
* gnu/packages/gtk.scm (harfbuzz-4): New variable.
2022-07-09 10:41:41 +02:00
Liliana Marie Prikler 3af9282853
gnu: harfbuzz-3: Update to 3.4.0.
* gnu/packages/gtk.scm (harfbuzz-3.0): Rename to...
(harfbuzz-3): ... this.  Update to 3.4.0.
* gnu/packages/chromium.scm (ungoogled-chromium): Adjust accordingly.
2022-07-09 10:41:40 +02:00
Liliana Marie Prikler 67d67b757d
gnu: totem: Use new package style.
* gnu/packages/gnome.scm (totem)[native-inputs]: Drop labels.
[arguments]: Convert to list of G-Expressions.  Drop trailing #t.
2022-07-09 10:41:40 +02:00
Liliana Marie Prikler 7e0440255f
gnu: totem: Also wrap GI_TYPELIB_PATH.
* gnu/packages/gnome.scm (totem)[wrap-totem]: Add GI_TYPELIB_PATH with a
suffix capturing the build path.
2022-07-09 10:41:40 +02:00
Liliana Marie Prikler e47d0cfbb9
gnu: totem: Update to 42.0.
* gnu/packages/gnome.scm (totem): Update to 42.0.
[inputs]: Remove clutter, clutter-gtk, clutter-gst and lirc.  Add libhandy.
2022-07-09 10:41:40 +02:00
Ricardo Wurmus d84bedd830
gnu: Add python-cellbender.
* gnu/packages/bioinformatics.scm (python-cellbender): New variable.
2022-07-09 10:37:22 +02:00
Ricardo Wurmus 6416e77280
gnu: Add python-pyro-ppl.
* gnu/packages/machine-learning.scm (python-pyro-ppl): New variable.
2022-07-09 10:21:21 +02:00
Ricardo Wurmus ff37afb288
gnu: Add python-visdom.
* gnu/packages/machine-learning.scm (python-visdom): New variable.
2022-07-09 10:21:21 +02:00
Ricardo Wurmus 2cf138db76
gnu: Add python-lap.
* gnu/packages/machine-learning.scm (python-lap): New variable.
2022-07-09 10:21:21 +02:00
Christopher Baines be8d0eb246
gnu: guix-data-service: Update to 32.39487cd.
* gnu/packages/web.scm (guix-data-service): Update to 32.39487cd.
2022-07-08 23:32:49 +01:00
Sharlatan Hellseher 95ed62c12b
gnu: Add python-glymur.
* gnu/packages/python-xyz.scm (python-glymur): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 23:58:12 +02:00
Sharlatan Hellseher e72c1f148a
gnu: Add python-cdflib.
* gnu/packages/astronomy.scm (python-cdflib): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 23:58:12 +02:00
Zhu Zihao ff6129beb5
gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.
Fixes the broken build with linux-libre 5.18.x.

* gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-6-be733dc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 23:58:12 +02:00
Wiktor Żelazny 0d011e54c6
gnu: Add texlive-babel-finnish.
* gnu/packages/tex.scm (texlive-babel-finnish): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 23:58:11 +02:00
Pierre Neidhardt d7d2340721
gnu: Add binary-types.
* gnu/packages/lisp-xyz.scm (cl-binary-types, ecl-binary-types,
sbcl-binary-types): New variables.
2022-07-08 22:14:36 +02:00
Pierre Neidhardt 114b40ed67
gnu: cl-slime-swank: Store .fasl in the ASDF registry.
* gnu/packages/lisp-xyz.scm (sbcl-slime-swank)[arguments]: Patch swank.asd to
store the .fasl in the ASDF registry so that they are found in the
package.
Also patch swank-loader.lisp so that it does not try to remove the .fasl from
the store.

(cl-slime-swank)[arguments]: Revert above patch of the swank.ask so that the
source package does not get bound to the SBCL package.

We would not have to do this if SLIME/Swank used ASDF properly instead of
working around it.
2022-07-08 19:32:45 +02:00
Pierre Neidhardt 1ae539eb4f
gnu: sbcl-dexador: Remove unneeded depedencies to reduce closure size.
* gnu/packages/lisp-xyz.scm (sbcl-dexador)[native-inputs]: Comment out.

This takes the closure size from 357 MiB down to 342 MiB.
2022-07-08 19:32:45 +02:00
Pierre Neidhardt 10ededddd3
gnu: sbcl-osicat: Remove bash reference from the closure.
* gnu/packages/lisp-xyz.scm (sbcl-osicat)[source]: Remove unneeded release.sh
file.

This takes the closure size of cl-osicat from 40 MiB down to 0 MiB.
2022-07-08 19:32:45 +02:00
Pierre Neidhardt 1004c54c2e
gnu: sbcl-trivial-clipboard: Replace xclip with xsel to reduce closure size.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard)[inputs]: Replace xclip
with xsel.
[arguments]: Adapt reference.

This takes the closure size of cl-trivial-clipboard from 90 MiB down to 78 MiB.
2022-07-08 19:32:45 +02:00
Pierre Neidhardt ced05db048
gnu: sbcl-cluffer: Remove bash reference from the closure.
* gnu/packages/lisp-xyz.scm (sbcl-cluffer)[arguments]: Unpatch shell shebangs.

It's only needed to generate the documentation (which we should do at
build-time by the way).

This takes the closure size of cl-cluffer from 40 MiB down to 0 MiB.
2022-07-08 19:32:45 +02:00
Pierre Neidhardt 5fb69a3bed
gnu: sbcl-cl-gopher: Remove sbcl-cl-gopher reference in cl-gopher
* gnu/packages/lisp-xyz.scm (sbcl-cl-gopher)[arguments]: Delete the
useless '.lsh' files.

This takes the closure size from 150 MiB down to 0 MiB.
2022-07-08 19:32:45 +02:00
Pierre Neidhardt 6702441f17
gnu: sbcl-moptilities: Remove sbcl-moptilities reference in cl-moptilities.
* gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Delete the
'test-results' folder.

This takes the closure size from 158 MiB down to 0 MiB :)
2022-07-08 19:32:45 +02:00
Pierre Neidhardt fcac44c012
gnu: sbcl-slime-swank: Remove gawk reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-slime-swank)[source]: Delete the 'doc' folder.

This takes the closure size from 159 MiB down to 156 MiB.
2022-07-08 19:32:45 +02:00
Pierre Neidhardt 513f6c2786
gnu: sbcl-clsql: Remove Make reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-clsql)[source]: Delete the 'debian' folder
and all Makefiles.

This takes the closure size from 930 MiB down to 889 MiB.
2022-07-08 19:32:45 +02:00
Pierre Neidhardt 681a02916d
gnu: sbcl-uffi: Remove Make reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-uffi)[source]: Delete the 'debian' folder.

This takes the closure size from 209 MiB down to 151 MiB.
2022-07-08 19:32:44 +02:00
Pierre Neidhardt 474a3da8e4
gnu: sbcl-rss: Remove Make reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-rss)[source]: Delete the 'debian' folder.

This takes the closure size from 234 MiB down to 176 MiB.
2022-07-08 19:32:44 +02:00
Pierre Neidhardt 04e3aa711a
gnu: sbcl-cl-base64: Remove Make reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-cl-base64)[source]: Delete the 'debian' folder.

This takes the closure size from 209 MiB down to 151 MiB.
2022-07-08 19:32:44 +02:00
Pierre Neidhardt b48e086e32
gnu: sbcl-kmrcl: Remove Make reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-kmrcl)[source]: Delete the 'debian' folder.

This takes the closure size from 209 MiB down to 151 MiB.
2022-07-08 19:32:44 +02:00
Pierre Neidhardt b212cdaedb
gnu: sbcl-puri: Remove Make reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-puri)[source]: Delete the 'debian' folder.

This takes the closure size from 209 MiB down to 151 MiB.
2022-07-08 19:32:44 +02:00
Pierre Neidhardt baed82efa7
gnu: sbcl-xlunit: Remove Make reference from closure.
* gnu/packages/lisp-check.scm (sbcl-xlunit)[source]: Delete the 'debian' folder.

This takes the closure size from 209 MiB down to 151 MiB.
2022-07-08 19:32:44 +02:00
Pierre Neidhardt ffc6e0a391
gnu: sbcl-ptester: Remove Make reference from closure.
* gnu/packages/lisp-check.scm (sbcl-ptester)[source]: Delete the 'debian' folder.

This takes the closure size from 209 MiB down to 151 MiB.
2022-07-08 19:32:44 +02:00
Pierre Neidhardt fef5fa4815
gnu: sbcl-rt: Remove Make reference from closure.
* gnu/packages/lisp-check.scm (sbcl-rt)[source]: Delete the 'debian' folder.

This takes the closure size from 209 MiB down to 151 MiB.
2022-07-08 19:32:44 +02:00
Pierre Neidhardt d14070bd29
gnu: sbcl: Remove Coreutils reference from closure.
* gnu/packages/lisp.scm (sbcl)[arguments]: Add phase to do it.

This shrinks SBCL from 167MiB to 150MiB.
Most importantly, this propagates to all sbcl-* packages.
2022-07-08 19:32:41 +02:00
Gabriel Wicki 1051db2526
gnu: Add ack.
* gnu/packages/textutils.scm (ack): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-08 18:41:35 +02:00
Gabriel Wicki dbb40b883e
gnu: Add perl-file-next.
* gnu/packages/perl.scm (perl-file-next): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-08 18:41:35 +02:00
Ricardo Wurmus bafa7a00a1
gnu: Add python-pyro-api.
* gnu/packages/machine-learning.scm (python-pyro-api): New variable.
2022-07-08 18:41:35 +02:00
Ricardo Wurmus 22e223e489
gnu: Add python-nbstripout.
* gnu/packages/jupyter.scm (python-nbstripout): New variable.
2022-07-08 18:41:35 +02:00
Ricardo Wurmus e56b07663c
gnu: Add python-pytest-cram.
* gnu/packages/python-check.scm (python-pytest-cram): New variable.
2022-07-08 18:41:35 +02:00
Ricardo Wurmus 684c718e6a
gnu: Add python-opt-einsum.
* gnu/packages/python-science.scm (python-opt-einsum): New variable.
2022-07-08 18:41:35 +02:00
Ricardo Wurmus c6136b48c2
gnu: Add python-torchfile.
* gnu/packages/machine-learning.scm (python-torchfile): New variable.
2022-07-08 18:41:35 +02:00
Leo Famulari 788ba04f38
gnu: FFmpeg 3: Update to 3.4.11.
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11.
2022-07-08 12:15:30 -04:00
Leo Famulari df7acf25bc
gnu: FFmpeg 2: Update to 2.8.20.
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.20.
2022-07-08 12:15:29 -04:00
Leo Famulari f081342e10
gnu: linux-libre 4.9: Update to 4.9.322.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.322.
(linux-libre-4.9-pristine-source): Update hash.
2022-07-08 11:50:37 -04:00
Leo Famulari 564b60796e
gnu: linux-libre 4.14: Update to 4.14.287.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.287.
(linux-libre-4.14-pristine-source): Update hash.
2022-07-08 11:50:37 -04:00
Leo Famulari 942627ab14
gnu: linux-libre 4.19: Update to 4.19.251.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.251.
(linux-libre-4.19-pristine-source): Update hash.
2022-07-08 11:50:36 -04:00
Leo Famulari 010c233095
gnu: linux-libre 5.4: Update to 5.4.204.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.204.
(linux-libre-5.4-pristine-source): Update hash.
2022-07-08 11:50:36 -04:00
Leo Famulari f18e4e268b
gnu: linux-libre 5.10: Update to 5.10.129.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.129.
(linux-libre-5.10-pristine-source): Update hash.
2022-07-08 11:50:36 -04:00
Leo Famulari 8dc0de8adb
gnu: linux-libre 5.15: Update to 5.15.53.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.53.
(linux-libre-5.15-pristine-source): Update hash.
2022-07-08 11:50:35 -04:00
Leo Famulari e554c67e0e
gnu: linux-libre 5.18: Update to 5.18.10.
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.10.
(linux-libre-5.18-pristine-source): Update hash.
2022-07-08 11:50:28 -04:00
Paul A. Patience e07fa9b040
gnu: Add cppawk and cppawk-egawk.
* gnu/packages/gawk.scm (cppawk, cppawk-egawk): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 17:36:51 +02:00
Paul A. Patience 1fed71ce19
gnu: Add egawk-next.
* gnu/packages/gawk.scm (egawk-next): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 17:36:38 +02:00
Paul A. Patience 2e5c519b3f
gnu: Add gawk-mpfr.
* gnu/packages/gawk.scm (gawk-mpfr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 17:36:27 +02:00
Paul A. Patience f5efde47f7
gnu: Use 'license:' prefix in (gnu packages gawk).
* gnu/packages/gawk.scm: Import (guix licenses) with 'license:' prefix.
(gawk, mawk)[license]: Prefix with 'license:'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 17:36:23 +02:00
Ale Abdo b4e74f875f
gnu: python-graph-tool: Update to 2.45.
* gnu/packages/graph.scm (python-graph-tool): Update to 2.45.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08 17:32:15 +02:00
Ludovic Courtès 3759b71dc8
gnu: curl@7.84.0: Reduce lib3026 resource use on 32-bit platforms.
This is a followup to c145e51844.

See discussion at
<https://lists.gnu.org/archive/html/guix-devel/2022-07/msg00011.html>.

* gnu/packages/curl.scm (curl-7.84.0)[arguments]: Remove
'skip-failing-tests' and add 'tweak-lib3026-test'.
2022-07-08 17:28:50 +02:00
Felix Gruber 6f909b37fa
gnu: gdal: Use cmake-build-system.
Gdal declared its configure script as deprecated with the release of
version 3.5 and is planning to deprecate it with release 3.6 which is
scheduled for November 2022.

* gnu/packages/geo.scm (gdal)[build-system]: Use cmake-build-system.
  [arguments]: Remove configure flags for library search paths;
  they are found automatically by cmake now. Add
  -DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL and
  -DGDAL_USE_JPEG12_INTERNAL=OFF to get approximately the same results
  as with the old configure script.
  [inputs]: Remove pcre. Add pcre2 and qhull.
2022-07-08 17:11:23 +02:00
jgart 15943fa757
gnu: python-debug: Improve synopsis.
* gnu/packages/python.scm (python-debug) [synopsis]: Update.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-08 09:33:12 -04:00
Timotej Lazar a9fd061212
gnu: sssd: Update to 2.7.3.
* gnu/packages/sssd.scm (sssd): Update to 2.7.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 13:52:13 +01:00
Arun Isaac 37dd7e53b9
gnu: Add omega.
* gnu/packages/search.scm (omega): New variable.
* gnu/packages/search.scm (xapian): Add note to update omega when updating
xapian.
2022-07-08 11:32:46 +05:30
Simon South 7dfb8dc4c1
gnu: vlc: Add bash-minimal as an input.
* gnu/packages/video.scm (vlc)[inputs]: Add bash-minimal, silencing a warning
from "guix lint vlc" as "wrap-program" is used in the package definition.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:15 +01:00
Simon South f53e14be33
gnu: vlc: Remove input labels.
* gnu/packages/video.scm (vlc)[native-inputs]: Remove input labels.
[inputs]: Remove input labels and re-sort.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:14 +01:00
Simon South 07986d0fad
gnu: Remove srt-1.4.1.
* gnu/packages/networking.scm (srt-1.4.1): Delete variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:14 +01:00
Simon South 6b9d373083
gnu: vlc: Use regular srt.
* gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported
since upstream commit 9a28929.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:14 +01:00
Simon South 5feeb51f1b
gnu: srt: Update to 1.4.4.
* gnu/packages/networking.scm (srt): Update to 1.4.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:13 +01:00
Simon South 70f3914c24
gnu: srt: Remove input labels.
* gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08 00:16:13 +01:00
Christopher Baines a4c6997acb
gnu: guix-build-coordinator: Update to 0-58.a7bbf9d.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-58.a7bbf9d.
2022-07-08 00:15:50 +01:00
Simon South 8cc2061bc0
gnu: mame: Update to 0.245.
* gnu/packages/emulators.scm (mame): Update to 0.245.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07 23:24:58 +01:00
Christopher Baines 45ed812da5
gnu: guix-build-coordinator: Update to 0-57.3175ac2.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-57.3175ac2.
2022-07-07 22:16:12 +01:00
jgart 7fcf6f454e
gnu: cl-gopher: Update to 0899e7f.
* gnu/packages/lisp-xyz.scm (cl-gopher): Update to 0899e7f.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07 22:16:12 +01:00
jgart 0d2ac2bdd4
gnu: cl-http-body: Update to 3e4bedd.
* gnu/packages/lisp-xyz.scm (cl-http-body): Update to 3e4bedd.
[inputs]: Add missing dependencies.
[native-inputs]: Add missing dependencies.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07 22:16:12 +01:00
jgart 89161d4919
gnu: perl-scalar-list-utils: Update to 1.62.
* gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.62.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07 22:16:11 +01:00
Felix Gruber ca291e4f73
gnu: mia: Build against VTK 9.
* gnu/packages/image-processing.scm (mia): Build against VTK 9.
[inputs]: Remove vtk-7; add vtk.
[source]: Add mia-vtk9.patch.
* gnu/packages/patches/mia-vtk9.patch: New file.
* gnu/local.mk: Add it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07 22:16:11 +01:00
Felix Gruber 6cc559b47d
gnu: sameboy: Update to 0.15.
* gnu/packages/emulators.scm (sameboy): Update to 0.15.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07 22:16:11 +01:00
jgart 08efb331d0
gnu: Add python-pydantic-cli.
* gnu/packages/python-xyz.scm (python-pydantic-cli): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07 17:10:07 -04:00
jgart ad4cd4f073
gnu: emacs-psc-ide: Update to ce97d71.
* gnu/packages/emacs-xyz.scm (emacs-psc-ide): Update to ce97d71.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07 16:23:56 -04:00
(unmatched-parenthesis 96eb2337b5
gnu: Add cproc.
* gnu/packages/c.scm (cproc): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07 16:12:11 -04:00
jgart 5299628b90
gnu: Add sbase.
* gnu/packages/suckless.scm (sbase): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07 15:54:17 -04:00
John Kehayias 42224e36d1
gnu: darktable: Update to 4.0.0.
* gnu/packages/photo.scm (darktable): Update to 4.0.0.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-07-07 19:54:09 +02:00
Maxim Cournoyer fa4a9016be
gnu: pitivi: Update to 2022.06.0.
* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/video.scm (pitivi): Update to 2022.06.0.
[version]: Do not prefix with previous semver version.
[inputs]{gst-plugins/selection}: Add comment about cvtracker.
{python-librosa}: New input.
2022-07-07 12:19:13 -04:00
Maxim Cournoyer 47f0b3ad14
gnu: pitivi: Propagate librsvg.
Fixes <https://issues.guix.gnu.org/56288>.

* gnu/packages/video.scm (pitivi)[native-inputs]: Use new style, relocate
before inputs.
[inputs]: Add bash-minimal, for wrap-program.  Move librsvg to...
[propagated-inputs]: ... this new field.
[phases]{wrap-other-dependencies}: Use search-input-file to find output
binary.

Reported-by: Christian Miller <miller.christian@proton.me>
2022-07-07 11:51:58 -04:00
Ricardo Wurmus ba86c7604d
gnu: python-torchvision: Update to 0.13.0.
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.13.0.
2022-07-07 14:02:33 +02:00
Ricardo Wurmus deae5d0df1
gnu: python-pytorch: Update to 1.12.0.
* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.12.0.
[arguments]: Explicitly request the use of our pybind11 package.
2022-07-07 14:02:33 +02:00
Ricardo Wurmus 87b43ab562
gnu: xnnpack: Update to 0.0-2.ae108ef.
* gnu/packages/machine-learning.scm (xnnpack): Update to 0.0-2.ae108ef.
* gnu/packages/patches/xnnpack-system-libraries.patch: Update.
2022-07-07 14:02:33 +02:00
Ricardo Wurmus c929619b36
gnu: python-pytorch-for-r-torch: Explicitly keep at 1.11.0.
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Separate
from python-pytorch by overriding version and source.
2022-07-07 14:02:33 +02:00
Efraim Flashner 4ddf903872
gnu: radicale: Update to 3.1.7.
* gnu/packages/dav.scm (radicale): Update to 3.1.7.
2022-07-07 14:46:29 +03:00
Pierre Neidhardt dfeafdf109
gnu: emacs-sly-asdf: Update to 20220707.
* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20220707.
2022-07-07 09:22:41 +02:00
Nicolas Goaziou 20a0ed8cf5
gnu: emacs-org-re-reveal: Update to 3.14.1.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.14.1.
2022-07-06 21:57:32 +02:00
Nicolas Goaziou d3e406caf2
gnu: emacs-burly: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-burly): Update to 0.2.
2022-07-06 21:46:07 +02:00
Nicolas Goaziou e20011fda4
gnu: emacs-ctable: Update to 0.1.3.
* gnu/packages/emacs-xyz.scm (emacs-ctable): Update to 0.1.3.
[arguments]<#:exclude>: Exclude unnecessary file leading to a build error.
2022-07-06 21:42:52 +02:00
Nicolas Goaziou eb9ea4c227
gnu: emacs-circe: Update to 2.12.
* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.12.
2022-07-06 21:35:18 +02:00
Nicolas Goaziou 1fdba16821
gnu: emacs-elfeed-score: Update to 1.2.4.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.4.
2022-07-06 21:26:39 +02:00
Ricardo Wurmus 17892c5f9c
gnu: mumi: Update to 0.0.2-1.0248507.
* gnu/packages/mail.scm (mumi): Update to 0.0.2-1.0248507.
2022-07-06 20:31:27 +02:00
Nicolas Goaziou ca3ba07b17
gnu: emacs-apheleia: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.0.
2022-07-06 20:30:07 +02:00
Leo Famulari fe24e0c29c
gnu: OpenSSL 3.0.0: Update to 3.0.5 [fixes CVE-2022-2097 and CVE-2022-2274].
https://www.cve.org/CVERecord?id=CVE-2022-2097
https://www.cve.org/CVERecord?id=CVE-2022-2274

* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.5.
2022-07-06 14:28:24 -04:00
Leo Famulari 39dcbc7fa3
gnu: OpenSSL: Update to 1.1.1q [fixes CVE-2022-2097].
https://www.cve.org/CVERecord?id=CVE-2022-2097

* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1q.
2022-07-06 14:28:21 -04:00
Nicolas Goaziou 7af6a2caff
gnu: emacs-ox-hugo: Update to 0.12.2.
* gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.2.
2022-07-06 20:25:52 +02:00
Nicolas Goaziou 0231871eb9
gnu: emacs-typit: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-typit): Update to 0.3.0.
2022-07-06 20:21:03 +02:00
Nicolas Goaziou ad5f1aa810
gnu: emacs-writegood-mode: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-writegood-mode): Update to 2.2.0.
2022-07-06 20:19:15 +02:00
Nicolas Goaziou 8697f48a02
gnu: emacs-visual-fill-column: Update to 2.5.
* gnu/packages/emacs-xyz.scm (emacs-visual-fill-column): Update to 2.5.
[source]: Update URL.
[home-page]: Update URL.
2022-07-06 20:16:56 +02:00
Nicolas Goaziou 4ea381aa40
gnu: emacs-crdt: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.0.
2022-07-06 20:11:42 +02:00
Nicolas Goaziou 059b6b3aba
gnu: emacs-citar: Update to 0.9.7.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.7.
2022-07-06 20:06:57 +02:00
Nicolas Goaziou 2322567cdc
gnu: fsearch: Update to 0.1.4.
* gnu/packages/search.scm (fsearch): Update to 0.1.4.
2022-07-06 19:48:07 +02:00
Nicolas Goaziou 8821777808
gnu: rosegarden: Update to 22.06.
* gnu/packages/music.scm (rosegarden): Update to 22.06.
2022-07-06 19:45:01 +02:00
Nicolas Goaziou 7535fc29fb
gnu: emacs-ebdb: Update to 0.8.14.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.14.
2022-07-06 19:27:33 +02:00
Ricardo Wurmus e1ae5ab2b9
gnu: mumi: Update to 0.0.2-0.88a68ba.
* gnu/packages/mail.scm (mumi): Update to 0.0.2-0.88a68ba.
2022-07-06 18:10:49 +02:00
Ricardo Wurmus 563bb6eab1
gnu: Add python-torchvision.
* gnu/packages/machine-learning.scm (python-torchvision): New variable.
2022-07-06 17:16:15 +02:00
Ricardo Wurmus d4d07ed92b
gnu: mumi: Update to 0.0.1-9.f73df11.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-9.f73df11.
2022-07-06 14:21:32 +02:00
Ricardo Wurmus 6211ecfec8
gnu: Add hh-suite.
* gnu/packages/bioinformatics.scm (hh-suite): New variable.
2022-07-06 14:00:21 +02:00
Ricardo Wurmus 5bd7de4ced
gnu: Add rust-trycmd-0.13.
* gnu/packages/crates-io.scm (rust-trycmd-0.13): New variable.
2022-07-06 14:00:21 +02:00
Ricardo Wurmus c813136330
gnu: Add rust-toml-edit-0.14.
* gnu/packages/crates-io.scm (rust-toml-edit-0.14): New variable.
2022-07-06 14:00:21 +02:00
Ricardo Wurmus 2fd79d33c6
gnu: Add rust-pretty-assertions-1.
* gnu/packages/crates-io.scm (rust-pretty-assertions-1): New variable.
2022-07-06 14:00:21 +02:00
Ricardo Wurmus 6a246e151b
gnu: Add rust-kstring-2.
* gnu/packages/crates-io.scm (rust-kstring-2): New variable.
2022-07-06 14:00:21 +02:00
Ricardo Wurmus 54e48e37d3
gnu: Add rust-snapbox-0.2.
* gnu/packages/crates-io.scm (rust-snapbox-0.2): New variable.
2022-07-06 14:00:21 +02:00
Ricardo Wurmus e4d020d53a
gnu: Add rust-similar-2.
* gnu/packages/crates-io.scm (rust-similar-2): New variable.
2022-07-06 14:00:21 +02:00
Ricardo Wurmus 5c9461fb47
gnu: Add rust-libtest-mimic-0.3.
* gnu/packages/crates-io.scm (rust-libtest-mimic-0.3): New variable.
2022-07-06 14:00:21 +02:00
Efraim Flashner 422e5d3513
gnu: xl2tpd: Fix cross-compiling.
* gnu/packages/vpn.scm (xl2tpd)[arguments]: Rewrite using gexps. Don't
hard-code CC as gcc.
2022-07-06 12:44:16 +03:00
Jean-Pierre De Jesus DIAZ 8760decca7
gnu: connman: Fix cross-compilation.
* gnu/packages/connman.scm (connman): Fix cross-compilation.
  [arguments]: Use G-Expressions. Set path to binaries at
  `#:configure-flags'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-06 12:44:13 +03:00
Pierre Neidhardt 932bf7b293
gnu: sbcl-sketch: Include examples.
* gnu/packages/lisp-xyz.scm (sbcl-sketch)[arguments]: Add sketch-examples to
asd-systems.
2022-07-06 11:13:20 +02:00
Efraim Flashner bf22d0d038
gnu: txr: Install vim syntax files.
* gnu/packages/lisp.scm (txr)[arguments]: Add phase to install vim
syntax files.
2022-07-06 12:06:53 +03:00
Paul A. Patience c2fe78db73
gnu: txr: Update to 278.
* gnu/packages/lisp.scm (txr): Update to 278.
[source]: Use 'https' in url.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-06 12:06:52 +03:00
André A. Gomes ff181ed7a1
gnu: sbcl-quri: Update to 0.6.0.
* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.6.0.

Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2022-07-06 11:05:36 +02:00
Philippe SWARTVAGHER 111bdcff48
gnu: hwloc: Update to 2.8.0
* gnu/packages/mpi.scm (hwloc): Update to 2.8.0

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-06 11:49:31 +03:00
Juliana Sims 8bea879715
gnu: qpwgraph: Add qpwgraph.
* gnu/packages/audio.scm (qpwgraph): Add qpwgraph.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-06 11:15:36 +03:00
Leo Famulari 3eeeaa26aa
gnu: Syncthing: Update to 1.20.3.
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.3.
2022-07-05 23:09:30 -04:00
Leo Famulari fca8991850
gnu: Go: Update to 1.17.11.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.11.
2022-07-05 23:09:27 -04:00
Leo Famulari c72c3e851b
gnu: WebKit: Update to 2.36.4 [security fixes].
Fixes CVE-2022-22677 and CVE-2022-26710.

* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit):
  Update to 2.36.4.
2022-07-05 18:46:24 -04:00
Ludovic Courtès 43cf8861b8
gnu: liblantern: Update to 0.8.0.
* gnu/packages/machine-learning.scm (liblantern): Update to 0.8.0.
2022-07-05 16:56:05 +02:00
Ludovic Courtès 20f55375dc
gnu: python-pytorch: Update to 1.11.0.
* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.11.0.
[source](snippet): Remove now unnecessary "caffe2/onnx/backend.cc"
substitution.
[arguments]: Add 'remove-caffe2-onnx-scripts' phase.
* gnu/packages/patches/python-pytorch-runpath.patch,
gnu/packages/patches/python-pytorch-system-libraries.patch: Update.
2022-07-05 16:56:04 +02:00
Ludovic Courtès b211824f0a
gnu: onnx: Update to 1.12.0.
* gnu/packages/machine-learning.scm (onnx): Update to 1.12.0.
2022-07-05 16:56:04 +02:00
Nicolas Goaziou f14895d0c4
gnu: emacs-org-ql: Sort inputs alphabetically.
* gnu/packages/emacs-xyz.scm (emacs-org-ql)[propagated-inputs]: Sort inputs
alphabetically.
2022-07-05 14:18:25 +02:00
Nicolas Goaziou 36253cb636
gnu: emacs-org-ql: Update to 0.6.2.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.2.
2022-07-05 14:16:45 +02:00
Ricardo Wurmus 801be314d2
gnu: r-sandwich: Delete more generated vignette files.
* gnu/packages/cran.scm (r-sandwich)[source]: Delete more files.
2022-07-05 13:47:12 +02:00
Lars-Dominik Braun 06493e7388
gnu: guix: Update to 1.3.0-28.c23e0aa.
Fixes a problem with the binary installer, whose guix command does not
understand manifest format 4 yet.

* gnu/packages/package-management.scm (guix): Update to 1.3.0-28.c23e0aa.
2022-07-05 11:23:21 +02:00
Nicolas Goaziou 02ca41d901
gnu: emacs-parsebib: Update to 4.1.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.1.

Fixes bug#56346.
2022-07-05 10:09:22 +02:00
Nicolas Goaziou 85bc10fdab
gnu: emacs-citar: Update to 0.9.6.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.6.
[propagated-inputs]: Add EMACS-CITAR.
2022-07-05 09:52:51 +02:00
Marius Bakke c2ce62b6db
gnu: python-django@3.2: Update to 3.2.14 [fixes CVE-2022-34265].
* gnu/packages/django.scm (python-django-3.2): Update to 3.2.14.
2022-07-05 01:56:51 +02:00
Marius Bakke 87fcfb8365
gnu: Django: Update to 4.0.6 [fixes CVE-2022-34265].
* gnu/packages/django.scm (python-django-4.0): Update to 4.0.6.
2022-07-05 01:56:50 +02:00
Hartmut Goebel fdcd0133b2
gnu: Add trytond-stock-package-shipping-dpd.
* gnu/packages/tryton.scm (trytond-stock-package-shipping-dpd): New variable.
2022-07-04 16:10:53 +02:00
Hartmut Goebel c8f49e5c70
gnu: Add trytond-google-maps.
* gnu/packages/tryton.scm (trytond-google-maps): New variable.
2022-07-04 16:10:53 +02:00
Hartmut Goebel d0326574f8
gnu: Add trytond-gis.
* gnu/packages/tryton.scm (trytond-gis): New variable.
2022-07-04 16:10:52 +02:00
Hartmut Goebel bc6780ee9a
gnu: Add python-geomet.
* gnu/packages/python-xyz.scm (python-geomet): New variable.
2022-07-04 16:10:51 +02:00
Nicolas Goaziou 477e561a46
gnu: emacs-emms-print-metadata: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-emms-print-metadata)[arguments]: Use G-expressions.
2022-07-04 15:37:31 +02:00
Nicolas Goaziou 97be378dae
gnu: emacs-emms: Update to 11.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 11.
2022-07-04 15:36:17 +02:00
Nicolas Goaziou 44b832d719
gnu: emacs-rg: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-rg)[arguments]: Use G-expressions and MAKE-FILE-WRITABLE.
2022-07-04 15:33:15 +02:00
Nicolas Goaziou 30f8183b9a
gnu: emacs-rg: Update to 2.2.1.
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.1.
2022-07-04 15:32:34 +02:00
Nicolas Goaziou e5b3349128
gnu: fsearch: Update to 0.1.3.
* gnu/packages/search.scm (fsearch): Update to 0.1.3.
2022-07-04 15:31:08 +02:00
Nicolas Goaziou 942dcd30c4
gnu: manuskript: Update package style.
* gnu/packages/text-editors.scm (manuskript)[arguments]: Use
G-expressions. Remove trailing #T.
2022-07-04 15:28:07 +02:00
Nicolas Goaziou ba2d504939
gnu: manuskript: Update to 0.14.0.
* gnu/packages/text-editors.scm (manuskript): Update to 0.14.0.
2022-07-04 15:25:14 +02:00
Nicolas Goaziou c0f6287974
gnu: nauty: Update package style.
* gnu/packages/maths.scm (nauty)[arguments]: Use G-expressions. Remove
trailing #T.
2022-07-04 15:22:03 +02:00
Nicolas Goaziou c3a2d354e3
gnu: nauty: Update to 2.7r4.
* gnu/packages/maths.scm (nauty): Update to 2.7r4.
2022-07-04 15:19:11 +02:00
Nicolas Goaziou f5758b36da
gnu: tlpui: Use G-expressions.
* gnu/packages/linux.scm (tlpui)[arguments]: Use G-expressions.
2022-07-04 15:11:39 +02:00
Nicolas Goaziou 16c2372fe8
gnu: tlpui: Honor TESTS?.
* gnu/packages/linux.scm (tlpui)[arguments]<#:phases>: Honor TESTS? in CHECK
phase.
2022-07-04 15:08:36 +02:00
Nicolas Goaziou 56892af033
gnu: tlpui: Update to 1.5.0-1.
* gnu/packages/linux.scm (tlpui): Update to 1.5.0-1.
2022-07-04 15:07:54 +02:00
Pierre Neidhardt 741a5ec00a
gnu: emacs-sly-stepper: Update to 20220704.
* gnu/packages/emacs-xyz.scm (emacs-sly-stepper): Update to 20220704.
2022-07-04 14:52:24 +02:00
Ricardo Wurmus a0125732ef
gnu: Add r-sccustomize.
* gnu/packages/bioinformatics.scm (r-sccustomize): New variable.
2022-07-04 13:48:58 +02:00
Ricardo Wurmus 602cf66c79
gnu: Add r-dittoseq.
* gnu/packages/bioconductor.scm (r-dittoseq): New variable.
2022-07-04 13:48:58 +02:00
Ricardo Wurmus e05f62bf6a
gnu: Add r-ggprism.
* gnu/packages/cran.scm (r-ggprism): New variable.
2022-07-04 13:48:58 +02:00
Ricardo Wurmus cbfcff5961
gnu: Add r-ggrastr.
* gnu/packages/cran.scm (r-ggrastr): New variable.
2022-07-04 13:48:57 +02:00
Ricardo Wurmus 4aee04819e
gnu: Add r-janitor.
* gnu/packages/cran.scm (r-janitor): New variable.
2022-07-04 13:48:57 +02:00
Ricardo Wurmus 12d206901a
gnu: Add r-paletteer.
* gnu/packages/cran.scm (r-paletteer): New variable.
2022-07-04 13:48:57 +02:00
Ricardo Wurmus 9c58c87aa9
gnu: Add r-prismatic.
* gnu/packages/cran.scm (r-prismatic): New variable.
2022-07-04 13:48:57 +02:00
Ricardo Wurmus 738e4eea14
gnu: Add r-colorway.
* gnu/packages/statistics.scm (r-colorway): New variable.
2022-07-04 13:48:57 +02:00
Jean-Pierre De Jesus DIAZ 31e4eaf52c
gnu: vpnc: Add bsd-2 license.
* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:05 +02:00
Jean-Pierre De Jesus DIAZ bb88505ee8
gnu: vpnc: Fix cross-compilation.
* gnu/packages/vpn.scm (vpnc): Fix cross-compilation.
  [native-inputs]: Add conditional input of `this-package' (vpnc)
  to reuse the man page and add `pkg-config'.
  [arguments]: Use G-Expressions.
  [arguments]: Make use of `make-flags' instead of using substitutions.
  [arguments]: Remove unneeded deletion of `configure'.
  [arguments]: Use `pkg-config' to search for libgcrypt.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:05 +02:00
Sharlatan Hellseher e8e7b4cdae
gnu: Add giza
* gnu/packages/maths.scm (giza): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:05 +02:00
Zhu Zihao 84d413d2fd
gnu: solidity: Update to 0.8.15.
* gnu/packages/solidity.scm (solidity): Update to 0.8.15.
[source]: Use Github release.
[arguments]<#:phases>: Remove phase 'create-commit_hash.txt'.
Restore phase 'configure' and phase 'install'.
Remove modifications applied to the phase 'build' and phase 'check'.
Add phase 'unbundle-3rd-party-dependencies'.
[inputs]: Add fmt-for-solidity, range-v3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:05 +02:00
Zhu Zihao b49c2e558d
gnu: Add fmt-for-solidity.
* gnu/packages/pretty-print.scm (fmt-for-solidity): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:05 +02:00
Zhu Zihao da6ea4ab88
gnu: solidity: Use G-expressions.
* gnu/packages/solidity.scm (solidity)[arguments]: Use G-expressions.
[native-inputs]: Use label-less style inputs.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:05 +02:00
Zhu Zihao 0e64835b2e
gnu: z3: Prefer CMake to build the package.
Z3 developer recommends to use CMake to build Z3 except the OCaml bindings.
Use CMake also enable us to cross compile z3.

* gnu/packages/maths.scm (z3)[build-system]: Use cmake-build-system.
[arguments]<#:configure-flags>: Add flags for CMake.
<#:phases>: Remove stale phase 'fix-compatability'.
In phase 'check', build the z3 test binary and don't test when cross
compiling.
Add phase 'compile-python-modules' phase to generate python bytecode cache for
z3 python binding.
Add phase 'fix-z3-library-path' to help z3 pythong binding to find the z3
shared library.

(ocaml-z3)[build-system]: Override the inherited value with 'gnu-build-system'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:04 +02:00
Zhu Zihao cec5142183
gnu: z3: Update to 4.8.17.
* gnu/packages/maths.scm (z3): Update to 4.8.17.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:04 +02:00
Zhu Zihao 3366be5db0
gnu: z3: Use G-expressions.
* gnu/packages/maths.scm (z3)[arguments]: Use G-expressions.
[native-inputs]: Use label-less style.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04 12:29:04 +02:00
Pierre Neidhardt 7cddd130df
gnu: sbcl-nkeymaps: Update to 1.0.0.
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.0.0.
2022-07-04 11:03:06 +02:00
Efraim Flashner b56dad9b2c
gnu: tbb: Fix building on riscv64-linux.
* gnu/packages/tbb.scm (tbb)[source]: Add patch.
* gnu/packages/patches/tbb-other-arches.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2022-07-04 11:14:41 +03:00
Leo Famulari 4d126e7762
gnu: linux-libre 4.9: Update to 4.9.321.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.321.
(linux-libre-4.9-pristine-source): Update hash.
2022-07-03 23:56:14 -04:00
Leo Famulari 2a9e397043
gnu: linux-libre 4.14: Update to 4.14.286.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.286.
(linux-libre-4.14-pristine-source): Update hash.
2022-07-03 23:56:14 -04:00
Leo Famulari a2e56e6a1c
gnu: linux-libre 4.19: Update to 4.19.250.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.250.
(linux-libre-4.19-pristine-source): Update hash.
2022-07-03 23:56:14 -04:00
Leo Famulari 71281783fc
gnu: linux-libre 5.4: Update to 5.4.203.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.203.
(linux-libre-5.4-pristine-source): Update hash.
2022-07-03 23:56:14 -04:00