Commit graph

83255 commits

Author SHA1 Message Date
Philip McGrath
65bad4d036
gnu: racket: Unbundle racket-minimal.
This change takes advantage of improved support for layered
and tethered installations in Racket 8.2.

* gnu/packages/racket.scm (extend-layer): New private variable.
This is a script for configuring a new config-tethered layer
chaining to an existing Racket installation.
* gnu/packages/racket.scm (racket)[source](snippet): Unbundle
`racket-minimal`.
[inputs]: Remove inputs that properly belong to `racket-minimal`.
[native-inputs]: Add `racket-minimal` and `extend-layer`.
[arguments]: Stop inheriting from `racket-minimal`. Add phase
'unpack-packages to move the sources and links file into place.
Replace 'configure phase using `extend-layer`.
Replace 'build phase using `raco setup`.
Delete 'install phase.
* gnu/packages/patches/racket-sh-via-rktio.patch: Rename to ...
* gnu/packages/patches/racket-minimal-sh-via-rktio.patch: ... this
file to placate `guix lint`.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/racket.scm (racket-minimal)[source]: Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-31 01:03:25 +02:00
Philip McGrath
1ae95ebcdd
gnu: racket: Update to 8.2.
* gnu/packages/racket.scm (racket-minimal, racket): Update to 8.2.
* gnu/packages/racket.scm (racket-minimal)[#:arguments]: Fix
patch-config.rktd-lib-search-dirs phase. When a config.rktd file
doesn't contain an entry for `lib-search-dirs`, the default is
equivalent to `'(#f)`, not `'()`.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-31 01:03:24 +02:00
la snesne
a07f39b7da
gnu: Add libmobi.
* gnu/packages/ebook.scm (libmobi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-31 01:03:24 +02:00
zimoun
0ca7435fe0
gnu: guile-dbd-sqlite3: Replace 'url-fetch' by 'git-fetch'.
Fixes https://debbugs.gnu.org/25913.

* gnu/packages/guile-xyz.scm (guile-dbi)[source]: Replace 'url-fetch'
by'git-fetch'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-31 01:03:24 +02:00
zimoun
82cfefc2a0
gnu: guile-dbi: Replace 'url-fetch' by 'git-fetch'.
Fixes https://debbugs.gnu.org/25913.

* gnu/packages/guile-xyz.scm (guile-dbi)[source]: Replace 'url-fetch'
by'git-fetch'.
[home-page]: Update.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-31 01:03:24 +02:00
Dhruvin Gandhi
0e9b77d8d0
gnu: python-yubikey-manager: Fix libykpers reference.
* gnu/packages/security-token.scm (python-yubikey-manager): Fix libykpers reference.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-31 01:03:24 +02:00
Ludovic Courtès
630c39d8df
gnu: onnx: Change source to 'git-fetch'.
* gnu/packages/machine-learning.scm (onnx)[source]: Change to
'git-fetch'.  Add "onnx-skip-model-downloads.patch".
[arguments]: Add 'make-test-directory-writable' phase.
* gnu/packages/patches/onnx-skip-model-downloads.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-07-31 01:03:24 +02:00
Ludovic Courtès
fa2d94b5e3
gnu: python-onnx: Rename to "onnx".
* gnu/packages/machine-learning.scm (python-onnx): Rename to...
(onnx): ... this, and change 'name' field accordingly.
(python-onnx): New variable.
* gnu/packages/patches/python-onnx-shared-libraries.patch: Rename to...
* gnu/packages/patches/onnx-shared-libraries.patch: ... this.
* gnu/packages/patches/python-onnx-use-system-googletest.patch: Rename
to...
* gnu/packages/patches/onnx-use-system-googletest.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-07-31 01:03:24 +02:00
Ludovic Courtès
2b55f914c3
gnu: python-onnx: Install libonnx.so and libonnx_proto.so.
* gnu/packages/patches/python-onnx-shared-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/machine-learning.scm (python-onnx)[source]: Use it.
[arguments]: New field.
2021-07-31 01:03:23 +02:00
Ludovic Courtès
bb5b6b09dc
gnu: python-onnx: Delete bundled software.
* gnu/packages/machine-learning.scm (python-onnx)[source]: Delete
the 'third_party' directory.
2021-07-31 01:03:23 +02:00
Ludovic Courtès
3ac3ca367a
gnu: python-onnx: Move comment to the patch header.
* gnu/packages/machine-learning.scm (python-onnx): Move patch comment to...
* gnu/packages/patches/python-onnx-use-system-googletest.patch: ... here.
2021-07-31 01:03:23 +02:00
Ludovic Courtès
5f9dc326d9
gnu: python-onnx: Update to 1.9.0.
* gnu/packages/machine-learning.scm (python-onnx): Update to 1.9.0.
2021-07-31 01:03:23 +02:00
Ricardo Wurmus
721e380764
gnu: liquidsfz: Use fixed libsndfile.
* gnu/packages/music.scm (liquidsfz)[inputs]: Replace libsndfile with
libsndfile/fixed.
2021-07-30 22:34:45 +02:00
Ricardo Wurmus
4c013867b6
gnu: Add libsndfile/fixed.
* gnu/packages/pulseaudio.scm (libsndfile/fixed): New variable.
2021-07-30 22:34:45 +02:00
Efraim Flashner
7041abe38a
gnu: parallel: Update to 20210722.
* gnu/packages/parallel.scm (parallel): Update to 20210722.
2021-07-30 19:17:52 +03:00
Marius Bakke
730f11ba92
gnu: python-elasticsearch: Update to 7.13.4.
* gnu/packages/python-web.scm (python-elasticsearch): Update to 7.13.4.
[native-inputs]: Remove.
[propagated-inputs]: Add PYTHON-CERTIFI.
2021-07-30 16:18:41 +02:00
Leo Prikler
311cc4ee65
gnu: openttd-opensmx: Update to 0.4.0.
* gnu/packages/games.scm (openttd-opensmx): Update to 0.4.0.
[native-inputs]: Add tar.
[#:make-flags]: Drop INSTALL_DIR.  Add DIR_NAME and TAR.
[#:tests?]: New argument.
[#:phases]: Replace ‘install’ with a simple copy operation and drop
post-install.
2021-07-30 15:22:16 +02:00
Leo Prikler
0a1df50e9f
gnu: Fix OpenSFX build.
OpenSFX 1.0.1 uses a different build system from the old one, which causes
weird errors.

* gnu/packages/games.scm (openttd-opensfx)[native-inputs]: Add tar.
[#:make-flags]: Drop INSTALL_DIR.  Add DIR_NAME and TAR.
[#:tests?]: New argument.
[#:phases]: Add ‘prebuild’.  Replace ‘install’ with a simple copy.
2021-07-30 15:22:16 +02:00
Eric Bavier
9b41c08f41
gnu: Add C-Vise.
* gnu/packages/debug.scm (c-vise): New variable.
2021-07-30 08:13:44 -05:00
Eric Bavier
f71b91a22b
gnu: Add python-pebble.
* gnu/packages/python-xyz.scm (python-pebble): New variable.
2021-07-30 08:13:38 -05:00
Leo Prikler
1484de9eff
gnu: Fix OpenSFX URI.
In commit 1cdf1cd7fe, the URI was updated to the
wrong value and the hash not updated at all, so people would erroneously fetch
the old package from a wrong description.

* gnu/packages/games.scm (openttd-opensfx)[uri]: Use
<https://cdn.openttd.org/opensfx-releases>.
[sha256]: Update accordingly.
2021-07-30 14:29:21 +02:00
Leo Prikler
e638a9a1f7
gnu: openttd-opengfx: Update to 0.6.1.
* gnu/packages/games.scm (openttd-opengfx): Update to 0.6.1.
2021-07-30 10:01:31 +02:00
Ron Nazarov
65e1d39f9f
licenses: Remove CC-Sampling+-1.0.
* guix/licenses.scm (cc-sampling-plus-1.0): Remove variable.
2021-07-30 10:01:31 +02:00
Ron Nazarov
1cdf1cd7fe
gnu: openttd-opensfx: Update to 1.0.1.
* gnu/packages/games.scm (openttd-opensfx): Update to 1.0.1.
[source]: Use <https://cdn.openttd.org>.
[license]: Update to CC BY-SA 3.0.
2021-07-30 10:00:42 +02:00
Nicolas Goaziou
9f48f71398
gnu: emacs-string-inflection: Update to 1.0.14.
* gnu/packages/emacs-xyz.scm (emacs-string-inflection): Update to 1.0.14.
2021-07-30 08:34:29 +02:00
Maxim Cournoyer
daeef2e7f4
gnu: Add createrepo-c.
* gnu/packages/rpm.scm (createrepo-c): New variable.
2021-07-29 22:03:34 -04:00
Maxim Cournoyer
0413e90ab1
gnu: Add libmodulemd.
* gnu/packages/rpm.scm (libmodulemd): New variable.
2021-07-29 22:03:34 -04:00
Maxim Cournoyer
4613a9948a
gnu: Add drpm.
* gnu/packages/rpm.scm: Add file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2021-07-29 22:03:34 -04:00
Maxim Cournoyer
e81228166e
gnu: web: Move libyaml and libcyaml to (gnu packages serialization).
Files to be adjusted were searched with the following command:

 $ git ls-files | xargs grep -l -E ',libc?yaml' | \
       xargs grep -L '(gnu packages serialization)'

* gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to...
* gnu/packages/serialization.scm: ... here.
2021-07-29 22:03:33 -04:00
Maxim Cournoyer
84fa28234f
gnu: Add zchunk.
* gnu/packages/compression.scm (zchunk): New variable.
2021-07-29 22:03:33 -04:00
Jack Hill
00c55e856f
gnu: Add nginx-rtmp-module.
* gnu/packages/web.scm (nginx-rtmp-module): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-29 21:54:55 +02:00
Ludovic Courtès
b402a3ec86
gnu: Add XNNPACK.
* gnu/packages/machine-learning.scm (xnnpack): New variable.
* gnu/packages/patches/xnnpack-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-07-29 21:54:55 +02:00
Ludovic Courtès
1daa662722
gnu: Add FP16.
* gnu/packages/patches/fp16-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (fp16): New variable.
2021-07-29 21:54:55 +02:00
Ludovic Courtès
065d45e8a1
gnu: Add Psimd.
* gnu/packages/parallel.scm (psimd): New variable.
2021-07-29 21:54:55 +02:00
Ludovic Courtès
4c5ad82780
gnu: Add cpuinfo.
* gnu/packages/parallel.scm (cpuinfo): New variable.
* gnu/packages/patches/cpuinfo-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-07-29 21:54:55 +02:00
Ludovic Courtès
646b5ad983
gnu: Add googlebenchmark.
* gnu/packages/check.scm (googlebenchmark): New variable.
2021-07-29 21:54:54 +02:00
Ludovic Courtès
18d04fef0f
gnu: Add pthreadpool.
* gnu/packages/parallel.scm (pthreadpool): New variable.
* gnu/packages/patches/pthreadpool-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-07-29 21:54:54 +02:00
Ludovic Courtès
a9bc8a25eb
gnu: Add FXDiv.
* gnu/packages/maths.scm (fxdiv): New variable.
* gnu/packages/patches/fxdiv-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-07-29 21:54:54 +02:00
Leo Famulari
363fe99c1e
gnu: Add wolfSSL.
* gnu/packages/tls.scm (wolfssl): New variable.
2021-07-27 12:34:56 -04:00
Leo Famulari
9d32e6cdad
gnu: Restore the correct order of the golang module.
* gnu/packages/golang.scm: Move the Go compilers back to the beginning
of the file.
2021-07-27 12:34:56 -04:00
Ricardo Wurmus
907f835e19
gnu: pigx-rnaseq: Update to 0.0.18.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.18.
2021-08-11 19:33:38 +02:00
Leo Famulari
938d77d972
gnu: linux-libre 4.4: Update to 4.4.280.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.280.
(linux-libre-4.4-pristine-source): Update hash.
2021-07-27 12:34:57 -04:00
Leo Famulari
b1c97ff60b
gnu: Duplicity: Depend on python-paramiko.
Fixes <https://bugs.gnu.org/49979>.

* gnu/packages/backup.scm (duplicity)[native-inputs]: Add python-paramiko.
2021-07-27 12:34:56 -04:00
iKaSeRo
973842acbc
gnu: Add unclutter-xfixes
* gnu/packages/xdisorg.scm (unclutter-xfixes): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-08-11 16:35:29 +02:00
Ludovic Courtès
373e7ac4f9
transformations: 'with-patch' works on non-origin sources.
Fixes <https://issues.guix.gnu.org/49697>.
Reported by Philippe Swartvagher <philippe.swartvagher@inria.fr>.

* guix/transformations.scm (patched-source): New procedure.
(transform-package-patches)[package-with-extra-patches]: Use it
when (package-source p) is not an origin.
* tests/transformations.scm ("options->transformation, with-commit +
with-patch"): New test.
2021-08-11 16:35:28 +02:00
Ludovic Courtès
168d107abf
gnu: rocm-opencl-runtime: Shorten patch file name.
This appeases 'guix lint -c patch-file-names'.

* gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch:
Rename to...
* gnu/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch: ... this.
* gnu/packages/rocm.scm (rocm-opencl-runtime)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.
2021-08-11 16:35:28 +02:00
Ludovic Courtès
9b54559e23
gnu: rocm-opencl-runtime: Use a non-redirecting source URL.
* gnu/packages/rocm.scm (rocm-opencl-runtime)[source]: Use 'home-page'
as the URL; since it lacks the ".git" prefix, that placates 'guix lint'.
2021-08-11 16:35:28 +02:00
Xinglu Chen
d39b95b1c2
gnu: emacs-vertico: Update to 0.14.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.14.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-11 15:38:02 +02:00
Xinglu Chen
3f4303efde
gnu: emacs-marginalia: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.8.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-11 15:38:02 +02:00
Xinglu Chen
006b9c85f5
gnu: emacs-consult: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.10.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-11 15:38:02 +02:00